Eclipse没有启动Marketplaces,并且根本无法启动

时间:2016-04-22 12:21:51

标签: java eclipse workspace

当尝试启动eclipse时,加载屏会弹出并消失 任何通知。

OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized.  Will retry after the state location is initialized.
org.eclipse.m2e.logback.configuration: Logback config file: /home/jonas/workspace/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.6.2.20150902-0002.xml
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [bundleresource://474.fwk1710228600:1/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [bundleresource://474.fwk1710228600:2/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
org.eclipse.m2e.logback.configuration: Initializing logback
Exception in thread "LocalReportsHistory STARTING" java.lang.RuntimeException: org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out: NativeFSLock@/home/jonas/workspace/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/local-history/write.lock
        at com.google.common.base.Throwables.propagate(Throwables.java:160)
        at com.google.common.util.concurrent.AbstractIdleService$2$1.run(AbstractIdleService.java:58)
        at com.google.common.util.concurrent.Callables$3.run(Callables.java:93)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out: NativeFSLock@/home/jonas/workspace/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/local-history/write.lock
        at org.apache.lucene.store.Lock.obtain(Lock.java:84)
        at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:1108)
        at org.eclipse.epp.internal.logging.aeri.ide.server.LocalReportsHistory.createWriter(LocalReportsHistory.java:159)
        at org.eclipse.epp.internal.logging.aeri.ide.server.LocalReportsHistory.startUp(LocalReportsHistory.java:76)
        at com.google.common.util.concurrent.AbstractIdleService$2$1.run(AbstractIdleService.java:54)
        ... 2 more
Error when trying to rename log file to backup one.
Error when trying to rename log file to backup one.
Error when trying to rename log file to backup one.
Error when trying to rename log file to backup one.

Java和Eclipse进程正在运行(~50%cpu),但没有发生。删除.eclipse和workspace-directory只解决了一次,但是 在下次发布时,问题又出现了。 此外,eclipse无法像Marketplace那样打开窗口。

试图重新安装eclipse和jdk并删除工作区和.eclipse目录,也就是/workspace/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi,但没有成功。

0 个答案:

没有答案