RAD 偶发错误 - 无法初始化 com.ibm.rational.team.client.ui.model.common.ImageManager
我使用的是 RAD 版本 7.5.4,每当我打开 IDE 时,都会弹出以下错误。
发生错误。有关更多详细信息,请参阅错误日志。 com.ibm.rational.team.client.ui.model.common.ImageManager(初始化失败)
如果需要在类路径中添加任何 jar
堆栈跟踪,请提供帮助: !ENTRY org.eclipse.ui.workbench 4 2 2011-10-24 14:50:47.258 !MESSAGE 从插件调用代码时出现问题:“org.eclipse.ui.workbench”。 !堆栈0 java.lang.NoClassDefFoundError:com.ibm.rational.team.client.ui.model.common.ImageManager(初始化失败) 在 java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
I am using RAD version 7.5.4 and whenever I am opening the IDE, the following error pops up.
An error has occurred. See error log for more details.
com.ibm.rational.team.client.ui.model.common.ImageManager (initialization failure)
Please help if there is any jar needs to be added in the classpath
Stack trace:
!ENTRY org.eclipse.ui.workbench 4 2 2011-10-24 14:50:47.258
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
!STACK 0
java.lang.NoClassDefFoundError: com.ibm.rational.team.client.ui.model.common.ImageManager (initialization failure)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
启动时不要连接到 Clearcase。为了做到这一点,
转到首选项/启动和关闭/
取消选中 Clearcase Remote Client 插件、Clearquest 插件
Don't connect to clearcase on startup. In order to this,
Go Preferences/Startup and shutdown/
Uncheck Clearcase Remote Client plugin, Clearquest plugin
似乎有一个关于此的问题记录。请参阅 IBM 站点。您需要一个帐户才能查看详细信息。
另外,使用
-clean
属性启动 RAD 可能会有所帮助......There seems to be an issue logged about this. See the IBM site. You will need an account to see the details.
Also starting RAD with the
-clean
attribute might help ...另外,我要提到的一项是,如果上述操作(在启动时关闭连接,并添加清理选项)是关闭所有打开的文件,并关闭所有打开的项目。然后关闭 RAD/Eclipse,并确保使用 -clean 选项重新启动。这终于为我澄清了。看起来,即使启动开关设置为关闭并调用 clean,重新启动打开的项目也会导致这种情况。
Also, one item I would mention if the above (turning off connections on start-up, and adding the clean option), is to CLOSE all open files, and CLOSE all open projects. Then shutdown RAD/Eclipse, and make sure you restart with the -clean option. That finally cleared it up for me. It would seem that there is something about restarting with open projects that causes this even with the start-up switches set to off and invoking clean.