weblogic12版本节点启动报错问题处理

问题:

<Sep 12, 2022 11:00:13 AM CST> <Warning> <DeploymentService> <BEA-290074> <Deployment service servlet received file download request for file "security/SerializedSystemIni.dat". The file may exist, but download of this file is not allowed.>
<Sep 12, 2022 11:00:13 AM CST> <Warning> <DeploymentService> <BEA-290065> <Deployment service servlet encountered an Exception while handling the deployment datatransfer message for request id "81,973,083,624,929" from server "QAA06-1". Exception is: "java.lang.IllegalArgumentException: files list is empty

 

解决方法:

1.找到 SerializedSystemIni.dat ; 命令 find  path -name SerializedSystemIni.dat

2、根据MD5sum将主和node节点的dat文件进行校验,发现文件不一致

3.将控制台的dat文件拷贝到node节点的相同路径下,原有的文件做重命名操作。

 

posted on 2022-12-02 10:37  !!雪莲花!!  阅读(297)  评论(0)    收藏  举报