One, WebLogic boot error: java.lang.accessertionerror:java.lang.reflect.invocationtargetexception<unable to get file lock Will retry...> this error because there are other processes are locked WebLogic, you can delete the lock file resolution: SETP1: Delete Edit.lok into the domain directory, edit.lok delete Step2: Delete Config.lok into domain/config directory, Config.lok delete Step3: Remove Adminserver.lok into domain/servers/adminserver/ The TMP directory will adminserver.lok delete Step4: delete Embeddedldap.lok into the Domain/servers/adminserver/data/ldap/ldapfiles directory, Embeddedldap.lok Delete the last restart WebLogic server can be two, WebLogic boot error java.lang.ClassCastException error cause: When the root user to start the WebLogic will be in the base _domain in the root of the file, or the root of the file to overwrite some of the original WebLogic user belongs to the file, when the switch to the WebLogic user, when the start of a permissions problem, so report the above error. This error is because the permissions of the Embeddedldap.tran file become root. Workaround (1) Modify the permissions of the appropriate files and folders to the user group path Chown-r weblogic:weblogic/home/weblogic/oracle (2) user belongs Group with LL (letter L) command to view rights users The user belongs to the group Drwxr-xr-x. WebLogic gp_weblogic 4096 January 18:13 drwxr-xr-x. 3 WebLogic gp_weblogic (drwxr-xr-x for user rights)
WebLogic Boot Error