Blog dedicated to Oracle Applications (E-Business Suite) Technology; covers Apps Architecture, Administration and third party bolt-ons to Apps

Thursday, January 12, 2012

BEA-141281 unable to get file lock

./startManagedWebLogic.sh soa_server1
SOA Managed Server wouldn't start with this error:

BEA-141281 unable to get file lock, will retry

cd $MW_HOME/user_projects/domains/soa_domain/servers/soa_server1/tmp
rm *.lok

Retry command
./startManagedWebLogic.sh soa_server1

2 comments:

The Price of A Chulk said...

If "BEA-141281" appears after "BEA-14107", it will mean the box has more than 1 server instances starting up simultaneously.

Unknown said...

Thanks - that solution worked for OSB server too. Nice to know the location and name of the file to remove.

Thanks again!