Search
Calendar
March 2024
S M T W T F S
« Sep    
 12
3456789
10111213141516
17181920212223
24252627282930
31  
Your widget title
Archives

PostHeaderIcon The domain edit lock is owned by another session in exclusive mode – hence this deployment operation cannot proceed

Error:

On trying to redeploy an application myFooApplication on BEA WebLogic 9:

weblogic.management.ManagementException: [Deployer:149164]The domain edit lock is owned by another session in exclusive mode - hence this deployment operation cannot proceed.

Fix:

  • Shutdown Weblogic instances (including administration application)
  • Delete the lock files:
    • $WL_HOME/edit.lok
    • $WL_HOME/servers/myFooApplication/tmp/myFooApplication.lok

Leave a Reply