- This topic has 6 replies, 3 voices, and was last updated 16 years, 6 months ago by Mike Smithson.
-
AuthorPosts
-
Mike SmithsonMemberHi:
I get this annoying popup that prevents me from shutting down Eclipse:
An error has occurred. See error log for more details.
com/genuitec/eclipse/hibernate/editors/MEHQLEditorI am running Eclipse 3.3.2 + MyEclipse 6.5 GA on a Windows XP system.
I looked in my .log file and I see this:
!ENTRY org.eclipse.ui.workbench 4 2 2008-07-15 19:58:30.375
!MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.ui.workbench”.
!STACK 0
java.lang.VerifyError: com/genuitec/eclipse/hibernate/editors/MEHQLEditor
at com.genuitec.eclipse.hibernate.core.HibernateCore.closeHQLEditorInputs(HibernateCore.java:178)
at com.genuitec.eclipse.hibernate.core.HibernateCore.access$0(HibernateCore.java:167)
at com.genuitec.eclipse.hibernate.core.HibernateCore$1.preShutdown(HibernateCore.java:159)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:706)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:857)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:46)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:199)
at org.eclipse.ui.internal.Workbench.firePreShutdown(Workbench.java:704)
at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:844)
at org.eclipse.ui.internal.Workbench.access$15(Workbench.java:834)
at org.eclipse.ui.internal.Workbench$22.run(Workbench.java:1078)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:1076)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:1048)
at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:696)
at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:675)
at org.eclipse.ui.internal.WorkbenchWindow$2.run(WorkbenchWindow.java:790)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:788)
at org.eclipse.jface.window.Window.handleShellCloseEvent(Window.java:736)
at org.eclipse.jface.window.Window$3.shellClosed(Window.java:682)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:91)
at com.instantiations.assist.eclipse.core.ui.WindowManager$5.run(WindowManager.java:314)
at com.instantiations.assist.eclipse.core.ui.WindowManager$10.run(WindowManager.java:448)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:129)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)Any ideas?
Loyal WaterMemberHave you tried using the -clean to try and fix this issue? Seems like some workspace/plugin related issue.
https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/Let me know if the problem persists.
Mike SmithsonMemberyes, my command line startup param includes -clean
Riyad KallaMemberMike,
Are you sure you didn’t tamper with those classes/JARs or maybe a virus scanner that got into the JAR and modified it? THe reason I ask is because of the VerifyError… we do sign all of MyEclipse, so if a signed JAR is failing that could mean something got changed and I know some virus scanners can be fairly invasive.Could you post your Install info from MyEclipse > Installation Summary > Installation DEtails for me?
Mike SmithsonMembernope, never tampered with any .jars. When upgrading to version 6.5, I don’t seem to get that error anymore.
Riyad KallaMemberSo all is right with the world again?
Mike SmithsonMemberyep, as far as this issue goes 🙂
-
AuthorPosts