Eclipse plugin: crash on saving document
Posted: Mon Feb 13, 2006 6:55 pm
Since a week I'm using the Eclipse plug-in(Trial-Version), it's ismply fantastic! But since a few days it's causing more problems than smiles. It crashes very often. For example, "oXgen document validation" detects an "Message:F java.util.EmptyStackException" error, when I try to save the document Eclipse will hang and "hibernates" forever. After restarting there's the following error in Eclipse's "Error-log".
What's wrong?hile loading class "ro.sync.exml.D.I", thread "Worker-2" timed out waiting (5000ms) for thread "main" to finish starting bundle "com.oxygenxml.editor". To avoid deadlock, thread "Worker-2" is proceeding but "ro.sync.exml.D.I" may not be fully initialized.
Error 2006-02-13 15:27:21.773 While loading class "ro.sync.exml.D.I", thread "Worker-2" timed out waiting (5000ms) for thread "main" to finish starting bundle "com.oxygenxml.editor". To avoid deadlock, thread "Worker-2" is proceeding but "ro.sync.exml.D.I" may not be fully initialized.
java.lang.Exception: Generated exception.
at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:108)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:337)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:389)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:350)
at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:78)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at ro.sync.exml.D.E.E(Unknown Source)
at ro.sync.exml.D.E.B(Unknown Source)
at com.oxygenxml.editor.license.B.B(Unknown Source)
at com.oxygenxml.editor.license.C$1.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)