无法在 RAD 中打开工作区
我无法在 RAD 中打开工作区。在工作区的 .metadata 文件夹中的 .log 文件中获取以下消息。
!ENTRY org.eclipse.jst.jsp.core 2 2 2011-05-10 14:06:16.421
!MESSAGE A workspace crash was detected. The previous session did not exit normally. Not using saved tag library indexes
从错误消息中我了解到 org.eclipse.jst.jsp.core 插件存在一些问题。我也从插件文件夹中删除了该插件。错误仍然存在。 我正在寻找解决方案。重新创建工作区不是一个选项。
I'm unable to open a workspace in RAD. The get the below message in .log file in .metadata folder in the workspace.
!ENTRY org.eclipse.jst.jsp.core 2 2 2011-05-10 14:06:16.421
!MESSAGE A workspace crash was detected. The previous session did not exit normally. Not using saved tag library indexes
From the error message I understand there is some issue with the org.eclipse.jst.jsp.core plugin. I removed the plugin from the plugin folder as well. Still the error persist.
I am looking for a solution. Recreating the workspace is NOT an option.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的同事建议删除与 jsp 相关的插件,即。 org.eclipse.jst.xxx。我删除了前缀为 org.eclipse.jst 的文件夹,并打开了工作区。谢谢。
My Colleague suggested removing plugins related to jsp, viz. org.eclipse.jst.xxx. I deleted folder with prefix org.eclipse.jst and the Workspace opened up. Thanks.