Weblogic启动报JVM called WLS shutdown hook. The server will force shutdown now解决
Weblogic启动报JVM called WLS shutdown hook. The server will force shutdown now
输入账号之后,错误信息如下:
<2018-9-28 下午01时34分17秒 CST> <Server is Running in Development Mode and Native Library(terminalio) to read the password securely from commandline is not found.>
<2018-9-28 下午01时34分17秒 CST>
首先启动主服务,之后去
查看你运行不起来的服务,之后进入
点击 tmp文件,发现里面为空,并且Server-0目录下,缺少boot.properties文件
复制主服务器这个文件,拷贝到
E:\WebLogicMiddleware\user_projects\domains\base_domain\servers\Server-0
之后把主服务器文件 tmp 拷贝到
E:\WebLogicMiddleware\user_projects\domains\base_domain\servers\Server-0
进行覆盖
之后,重启服务,服务器正常运行OK。
现在上班忙,写的比较模糊,之后再进行补充。