[原创]错误解决方法_Tomcat, WebLogic及J2EE讨论区_Weblogic技术|Tuxedo技术|中间件技术|Oracle论坛|JAVA论坛|Linux/Unix技术|hadoop论坛_联动北方技术论坛  
网站首页 | 关于我们 | 服务中心 | 经验交流 | 公司荣誉 | 成功案例 | 合作伙伴 | 联系我们 |
联动北方-国内领先的云技术服务提供商
»  游客             当前位置:  论坛首页 »  自由讨论区 »  Tomcat, WebLogic及J2EE讨论区 »
总帖数
3
每页帖数
101/1页1
返回列表
0
发起投票  发起投票 发新帖子
查看: 10239 | 回复: 2   主题: [原创]错误解决方法        上一篇   下一篇 
tianyuan.liu
注册用户
等级:上尉
经验:766
发帖:33
精华:0
注册:1970-1-1
状态:离线
发送短消息息给tianyuan.liu 加好友    发送短消息息给tianyuan.liu 发消息
发表于: IP:您无权察看 2015-1-29 14:07:34 | [全部帖] [楼主帖] 楼主

配置管理服务器与被管理服务器,启动管理服务器正常,但是启动被管理服务器时出现如下错误

 Truncated. see log file for complete stacktrace

Caused By: weblogic.security.internal.encryption.EncryptionServiceException: com.rsa.jsafe.JSAFE_PaddingException: Invalid padding.

at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:139)

at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:187)

at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:99)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

Truncated. see log file for complete stacktrace

Caused By: com.rsa.jsafe.JSAFE_PaddingException: Invalid padding.

at com.rsa.jsafe.JSAFE_SymmetricCipher.decryptFinal(Unknown Source)

at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:124)

at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:187)

at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:99)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

Truncated. see log file for complete stacktrace

<2015-1-29 上午11时04分15秒 CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED.> 

<2015-1-29 上午11时04分15秒 CST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down.> 

<2015-1-29 上午11时04分15秒 CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN.>

这个错误应该是无法读取管理服务器密码照成的。修改管理服务器的config.xml。

 <credential-encrypted>weblogic12</credential-encrypted>

<node-manager-username>weblogic</node-manager-username>

<node-manager-password-encrypted>weblogic12</node-manager-password-encrypted>

<embedded-ldap>

<name>base_domain</name>

<credential-encrypted>weblogic12</credential-encrypted>

</embedded-ldap>

其中weblogic12是我设置的密码,创建的域需要处于开发状态,这样才能读取明文密码。

再次启动,问题解决。

但是管理服务器的控制台出现了一个Warning,内容为:

<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.>

到现在依然不明白为什么出现这个Warning。如果大家遇到过这个问题,还请赐教。




赞(0)    操作        顶端 
rui.yuan
注册用户
等级:中校
经验:1637
发帖:29
精华:0
注册:1970-1-1
状态:离线
发送短消息息给rui.yuan 加好友    发送短消息息给rui.yuan 发消息
发表于: IP:您无权察看 2015-1-29 15:53:29 | [全部帖] [楼主帖] 2  楼

程序员只看错误不看警告 北京联动北方科技有限公司



赞(0)    操作        顶端 
yaoxia.wu
注册用户
等级:中校
经验:2318
发帖:53
精华:1
注册:1970-1-1
状态:离线
发送短消息息给yaoxia.wu 加好友    发送短消息息给yaoxia.wu 发消息
发表于: IP:您无权察看 2015-1-30 21:17:18 | [全部帖] [楼主帖] 3  楼

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

2.拷贝到Node机器一样的位置路径即可

不知这个方法能不能解决?



赞(0)    操作        顶端 
总帖数
3
每页帖数
101/1页1
返回列表
发新帖子
请输入验证码: 点击刷新验证码
您需要登录后才可以回帖 登录 | 注册
技术讨论