weblogic.management.ManagementException: Unable to obtain lock on /app/lctx/nop3/qxgl/base_domain/servers/AdminServer/tmp/AdminServe
r.lok. Server may already be running
weblogic.store.PersistentStoreException: java.io.IOException: [Store:280021]There was an error while opening the file store file "WLS_DIAGNOSTICS000000.DAT"
There was an error while opening the file store file "WLS_DIAGNOSTICS000000.DAT"
/app/lctx/nop3/qxgl/base_domain/servers/AdminServer/data/store/diagnostics/
WLS_DIAGNOSTIC 那个文件是诊断信息。。
ESO_lock 是启动的时候锁定一下,排他的
删除了文件 WLS_DIAGNOSTICS000000.DAT ,重启。
Waiting for 10 seconds and then retrying in case existing WebLogic Server is still shutting down.>
com.octetstring.vde.backend.BackendRoot. This may indicate a problem with the data files for the Embedded LDAP Server
. If the problem is with the data files and it can not be corrected, backups of previous versions of the data files
exist in /app/lctx/nop3/qxgl/base_domain/servers/AdminServer/data/ldap/backup.>
EmbeddedLDAP.tran (权限被否定)>
Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file
(boot.properties) is not valid. The boot identity may have been changed since the boot identity file was
created. Please edit and update the boot identity file with the proper values of username and password. The
first time the updated boot identity file is used to start the server, these new values are encrypted.>
<2010-6-8 下午03时01分24秒 CST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason:
weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user
name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have
been changed since the boot identity file was created. Please edit and update the boot identity file with the
proper values of username and password. The first time the updated boot identity file is used to start the
server, these new values are encrypted.
该错误表明启动身份文件 (boot.properties) 中的用户名和/或密码无效。可能是在创建启动身份文件后更改过启动身份。
请使用正确的用户名和密码编辑和更新启动身份文件。首次使用更新后的启动身份文件启动服务器时会将这些新值加密。
解决方法:
以明文形式更改 boot.properties 中的参数值。“boot.properties”通常位于域根目录中
安装weblogic92后,创建了一个域testdomain,然后在$BEA_HOME/user_projects/domains/testdomain/下创建boot.properties文件,
内容不小心输错了,启动域时要求输入用户名和密码,这时发现boot.properties文件内容错误,做了纠正,但启动时仍要求输入用户名
和密码,搞不懂!在weblogic8上从来没有碰到这个现象。
结果最后发现$BEA_HOME/user_projects/domains/testdomain/servers/AdminServer/security目录下也存在一个boot.properties文件,
内容就是原来的错误内容,修改后,域就顺利启动了。呵呵!
出现这个问题最可能的原因就是,用了错误的用户,启动了不属于他执行的进程。 解决办法之一就是,用启动的用户去停止进程,在用本来的用户去启动进程。