eclipse / TFS在启动时挂起

时间:2014-11-03 16:46:37

标签: linux eclipse tfs eclipse-plugin

我在启动时遇到了eclipse / TFS的问题。它已经正常工作了大约一天,但现在它只是在启动时挂起。它只是要求我登录TFS服务器,但我无法在任何地方输入任何内容: eclipse / TFS hangs on startup

我尝试使用选项-debug -console启动eclipse,这是输出:

Start VM: /usr/java/jdk1.8.0_25/jre/bin/java
-Dosgi.requiredJavaVersion=1.5
-Dhelp.lucene.tokenizer=standard
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m
-XX:-UseCompressedOops
-jar /opt/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
-os linux
-ws gtk
-arch x86_64
-showsplash /opt/eclipse//plugins/org.eclipse.platform_4.2.2.v201302041200/splash.bmp
-launcher /opt/eclipse/eclipse
-name Eclipse
--launcher.library /opt/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/eclipse_1502.so
-startup /opt/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.overrideVmargs
-exitdata 610003
-product org.eclipse.epp.package.cpp.product
-debug
-console
-vm /usr/java/jdk1.8.0_25/jre/bin/java
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Dhelp.lucene.tokenizer=standard
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m
-XX:-UseCompressedOops
-jar /opt/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 Install location:
    file:/opt/eclipse/ Configuration file:
    file:/opt/eclipse/configuration/config.ini loaded Configuration location:
    file:/opt/eclipse/configuration/ Framework located:
    file:/opt/eclipse/plugins/org.eclipse.osgi_3.8.2.v20130124-134944.jar Framework classpath:
    file:/opt/eclipse/plugins/org.eclipse.osgi_3.8.2.v20130124-134944.jar Splash location:
    /opt/eclipse//plugins/org.eclipse.platform_4.2.2.v201302041200/splash.bmp Debug options:
    file:/home/hhachem/workspace/.metadata/.plugins/.options not found Time to load bundles: 8 Starting application: 2862 osgi>  (Eclipse:4259): IBUS-WARNING **: The owner of /home/hhachem/.config/ibus/bus is not hhachem! Application Started: 10607

发生在:

uname -a
Linux linux-sb4w 3.11.10-21-desktop #1 SMP PREEMPT Mon Jul 21 15:28:46 UTC 2014 (9a9565d) x86_64 x86_64 x86_64 GNU/Linux

1 个答案:

答案 0 :(得分:1)

我通过删除

中的.snap让它重新开始工作
<workspace directory>/.metadata/.plugins/org.eclipse.core.resources/.snap

我希望这有助于任何有类似问题的人。