Eclipse crashes occasionally with "Eclipse stopped working" [message #1754760] |
Wed, 22 February 2017 02:13  |
Eclipse User |
|
|
|
Hi,
In our team we use Oomph. We have one Product which configures our basic eclipse (neon.2) and two projects: backend in Java and frontend in Javascript. Both projects use the same product but are normally installed to different directories. The directory tree looks like this:
data
- java
- eclipse
- workspace
- js
- eclipse
- workspace
This worked pretty well until I switched from mars to neon.2. After resuming my windows computer both eclipses crash without any error message, I just get this windows dialog with "eclipse stopped working" where I can close the application.
After starting the eclipses it may or may not work. Sometimes I get Strange Exceptions:
java.lang.NoClassDefFoundError: java/util/ServiceConfigurationError
at javax.script.ScriptEngineManager.initEngines(Unknown Source)
at javax.script.ScriptEngineManager.init(Unknown Source)
at javax.script.ScriptEngineManager.<init>(Unknown Source)
/*snip*/
or
org.eclipse.core.runtime.CoreException: Plug-in org.eclipse.jdt.ui was unable to load class org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:194)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:176)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)
/*snip*/
Caused by: java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.zip.ZipFile.<init>(Unknown Source)
/*snip*/
I am not totally sure how to debug this as there are no log messages right before the crash.
Is it a problem to install 2 different projects (different plugins: Java <> JS) on one product in different directories?
Any help is appreciated
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 3.71026 seconds