Saturday, June 23, 2012

Error Starting Integrated WebLogic Server By ALOCKOUT.DLL

Platform - Windows 7 x32 Enterprise
JDeveloper - 11.1.1.3
Weblogic Server - 10.3.3.0

One day I had hard time when deploying my application. During intial deployment, it was successful with some warning in log windows.These were showing first time to me. After 2-3 attempt to run the application
I got the severe error continuously. I removed the IntegratedWLS installation from local directory to cleanup the environment.

Now it get worst when tried to create fresh IntegratedWLS domain instance.
The weblogic create command denied to build new domain after setting the environment successfully.

I got this error -
wlst > Failed to get environment, getEnv command (set) did not print environment as key=value lines.
wlst > Output=CreateFileandSetSecurity failed with FALSE (Expected on FAT Partitions) GLE: 3
wlst > CreateFileandSetSecurity failed with TRUE (not expected) GLE: 3

--
--
wlst > Error:  ADRS_DOMAIN_PASSWORD environment variable not set.

The Log Window warning some days back was -

CreateFileandSetSecurity failed with FALSE (Expected on FAT Partitions) GLE: 3
 
CreateFileandSetSecurity failed with TRUE (not expected) GLE: 3

The problem was Microsoft Windows Distribution Kit file, ALOCKOUT.DLL .
Basically, Alockout.dll tracks every exe file for sending bad passwords to Active Directory in domain
controller.

Removing the file & de-registring the entries from Regedit solved the problem.
Please refer how to remove Alockout.dll completely from your machine.