无法初始化com.ibm.ws.ffdc.FFDCFilter类 [英] Could not initialize class com.ibm.ws.ffdc.FFDCFilter

查看:366
本文介绍了无法初始化com.ibm.ws.ffdc.FFDCFilter类的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Eclipse Mars中启动IBM Websphere总是会出现此错误:

Starting IBM Websphere in Eclipse Mars, always gives this error:

An internal error occurred during: "Publishing to FrontServer...".
Could not initialize class com.ibm.ws.ffdc.FFDCFilter

我正在使用Websphere 7.0版

I'm using Websphere Version 7.0

有什么办法解决这个问题吗?

Any idea how to resolve this?

谢谢!

推荐答案

有一些解决方案,例如升级Eclipse,更改为IBM JRE等.

There are some solutions, like upgrading Eclipse, changing to IBM JRE etc.

但是问题与缺少的ORB jar有关.

But the issue is related to the ORB jar that is missing.

如本技术说明 RMI连接类型"中所述,可以解决FFDCFilter错误. .wss?uid = swg21999577"rel =" noreferrer> IBM支持页面-swg21999577

The FFDCFilter error can be solved as described in "RMI Connection Type" found in this technote IBM Support page - swg21999577

com.ibm.ws.orb_X jar丢失,从而导致FFDCFilter问题.这是使用非IBM JDK的结果. 未将此jar作为WDT的一部分的原因是因为此jar与IBM JDK案例冲突.

The com.ibm.ws.orb_X jar is missing and that causes the FFDCFilter issue. It is the result of using the non-IBM JDK. The reason why this jar is not included as part of WDT is because this jar conflicts with the IBM JDK case.

  1. 复制球罐,我认为您的版本可能是com.ibm.ws.orb_7.0.0.jar(在AppServer文件夹中查找),例如c:\ lib

  1. copy the orb jar, I think your version might be com.ibm.ws.orb_7.0.0.jar (look in your AppServer folder) to e.g. c:\lib

在eclipse.ini的末尾添加以下行-Djava.endorsed.dirs=C:\lib

Add the following line at end of your eclipse.ini -Djava.endorsed.dirs=C:\lib

(您也可以将orb jar复制到java jre认可的库文件夹中.)

(You could also copy the orb jar into your java jre endorsed library folder.)

请参见论坛帖子了解更多信息.

这篇关于无法初始化com.ibm.ws.ffdc.FFDCFilter类的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆