简体   繁体   English

Eclipse霓虹灯挂起加载org.eclipse.ui.navigator

[英]Eclipse neon hangs loading org.eclipse.ui.navigator

Researching existing answers to problems with eclipse hanging on startup, I have not found anything that seems applicable to my problem. 研究启动时挂起的日食问题的现有答案,我没有发现任何适用于我的问题的东西。 Neither have the responses so far been helpful. 到目前为止的答复都没有帮助。

The splash screen appears and seems to be conducting a normal startup process, but when the status message reports 出现初始屏幕,似乎正在执行正常的启动过程,但是当状态消息报告时

Loading org.eclipse.ui.navigator 加载org.eclipse.ui.navigator

all progress halts, apparently forever. 所有的进展都停止了,显然是永远的。
REACTIONS TO ADVICE AND DIAGNOSTICS: 对建议和诊断的反应:
A related question caused me to add -clean to the shortcut. 一个相关的问题使我向快捷方式添加-clean This did not help. 这没有帮助。
The first actual answer suggested reinstalling Eclipse. 第一个实际答案建议重新安装Eclipse。 This did not help. 这没有帮助。
The second response suggested that I look at Eclipse log files. 第二个响应建议我查看Eclipse日志文件。 The first file suggested was most recently updated May 5, long before the problems started, and the second suggested file did not exist. 建议的第一个文件是在问题开始之前的5月5日,最近一次更新,而第二个建议的文件不存在。
Moving the old workspace to a different file name and reinstalling Eclipse again with a brand-new workspace enabled me to launch Eclipse successfully, but if I switch workspaces to the new workspace, it hangs (at the same point). 将旧的工作空间移动到另一个文件名,然后使用全新的工作空间再次重新安装Eclipse,这使我能够成功启动Eclipse,但是如果我将工作空间切换到新的工作空间,它将挂起(同时)。
The problem appears to be loading a plugin named org.eclipse.ui.navigator . 问题似乎是正在加载名为org.eclipse.ui.navigator的插件。 There is no such plugin in {workspace}\\.metadata\\.plugins, in either the old workspace or the new workspace. 在旧工作区或新工作区的{workspace} \\。metadata \\ .plugins中都没有此类插件。 I don't know why Eclipse is trying to load that nonexistent plugin when it tries to run from the old workspace but not from the new workspace. 我不知道为什么Eclipse在尝试从旧工作空间而不是新工作空间运行时试图加载该不存在的插件。 As far as I can tell I need to find some way to install the navigator plugin in the old workspace (without being able to run Eclipse from that workspace), or somehow tell Eclipse not to try to load it. 据我所知,我需要找到某种方法在旧工作空间中安装navigator插件(无法从该工作空间运行Eclipse),或者以某种方式告诉Eclipse不要尝试加载它。 I have no idea how to do either. 我也不知道该怎么办。
Running Eclipse Neon, on a Win10 machine; 在Win10机器上运行Eclipse Neon; Eclipse ran normally as of a few days earlier and only started hanging May 22. 几天前,Eclipse正常运行,直到5月22日才开始挂起。

Had the same problem today. 今天遇到了同样的问题。 It was resolved after removing the following folders from the [workspace]/.metadata/.plugins folder: 从[workspace] /。metadata / .plugins文件夹中删除以下文件夹后,此问题已解决:

org.eclipse.e4.ui.workbench.swt org.eclipse.e4.ui.workbench.swt
org.eclipse.e4.workbench org.eclipse.e4.workbench

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM