weblogic正常启动,但是告警:Could not get configuration lock used to serialize access to c

474 阅读3分钟

报错: <Mar 30, 2019 12:05:02 PM CST> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 24.80-b11 from Oracle Corporation> <Mar 30, 2019 12:05:03 PM CST> <Version: WebLogic Server 10.3.6.0.160419 PSU Patch for BUG22505423 TUE FEB 09 15:54:42 IST 2016 WebLogic Server 10.3.6.0 Tue Nov 15 08:52:36 PST 2011 1441050 > <Mar 30, 2019 12:05:03 PM CST> <Could not get configuration lock used to serialize access to configuration files. Retrying for another 60 seconds.> <Mar 30, 2019 12:05:03 PM CST> <Could not get configuration lock used to serialize access to configuration files. Retrying for another 60 seconds.> <Mar 30, 2019 12:05:03 PM CST> <Could not get configuration lock used to serialize access to configuration files. Retrying for another 60 seconds.> <Mar 30, 2019 12:05:03 PM CST> <Could not get configuration lock used to serialize access to configuration files. Retrying for another 60 seconds.> <Mar 30, 2019 12:05:03 PM CST> <Could not get configuration lock used to serialize access to configuration files. Retrying for another 60 seconds.> <Mar 30, 2019 12:05:03 PM CST> <Could not get configuration lock used to serialize access to configuration files. Retrying for another 60 seconds.> <Mar 30, 2019 12:05:03 PM CST> <Could not get configuration lock used to serialize access to configuration files. Retrying for another 60 seconds.> <Mar 30, 2019 12:05:03 PM CST> <Could not get configuration lock used to serialize access to configuration files. Retrying for another 60 seconds.> <Mar 30, 2019 12:05:03 PM CST> <Could not get configuration lock used to serialize access to configuration files. Retrying for another 60 seconds.> <Mar 30, 2019 12:05:03 PM CST> <Could not get configuration lock used to serialize access to configuration files. Retrying for another 60 seconds.> <Mar 30, 2019 12:05:03 PM CST> <Could not get configuration lock used to serialize access to configuration files. Retrying for another 60 seconds.> <Mar 30, 2019 12:05:03 PM CST> <Could not get configuration lock used to serialize access to configuration files. Retrying for another 60 seconds.> <Mar 30, 2019 12:05:03 PM CST> <Could not get configuration lock used to serialize access to configuration files. Retrying for another 60 seconds.> <Mar 30, 2019 12:05:03 PM CST> <Could not get configuration lock used to serialize access to configuration files. Retrying for another 60 seconds.> <Mar 30, 2019 12:05:03 PM CST> <Mar 30, 2019 12:05:05 PM CST> <Mar 30, 2019 12:05:05 PM CST> <Mar 30, 2019 12:05:05 PM CST> <The server log file /expapp/domains/exp_domain_17/servers/dataClearServer/logs/dataClearServer.log is opened. All server side log events will be written to this file.>

问题原因: 域下面config.lok 文件权限不正确 路径:/expapp/domains/exp_domain_17/config 文件:config.lok 赋权:chmod 777 config.lok 启动,完美

顺便说一下,不要手动删除节点,这样即使新建同名节点,还是会少文件,尤其是这个位置:/expapp/domains/exp_domain_17/servers/dataClearServer/security/boot.properties boot.properties 这个文件存放weblogic的用户名密码,如果找不到,就很尴尬了