For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 7 replies, 2 voices, and was last updated 21 years, 4 months ago by
Riyad Kalla.
-
AuthorPosts
-
Hi,
My Log file has this error everytime I start MyEclipse (3.8.4) under Java JDK 1.4.2_07..
Any ideas why?
Thanks in advance.
— M
!SESSION Mar 31, 2005 15:51:43.351 ———————————————
eclipse.buildId=M200503110845
java.version=1.5.0_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US!ENTRY org.eclipse.ui 4 4 Mar 31, 2005 15:51:43.351
!MESSAGE Unhandled event loop exception!ENTRY org.eclipse.ui 4 0 Mar 31, 2005 15:51:43.351
!MESSAGE Widget is disposed
!STACK 0
org.eclipse.swt.SWTException: Widget is disposed
at org.eclipse.swt.SWT.error(SWT.java:2691)
at org.eclipse.swt.SWT.error(SWT.java:2616)
at org.eclipse.swt.SWT.error(SWT.java:2587)
at org.eclipse.swt.widgets.Widget.error(Widget.java:381)
at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:283)
at org.eclipse.swt.widgets.Control.getMonitor(Control.java:861)
at org.eclipse.jface.window.Window.getInitialLocation(Window.java:473)
at org.eclipse.jface.window.Window.initializeBounds(Window.java:615)
at org.eclipse.jface.dialogs.Dialog.initializeBounds(Dialog.java:590)
at org.eclipse.jface.window.Window.create(Window.java:351)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:925)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.aboutToRun(ProgressMonitorDialog.java:465)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:394)
at org.eclipse.ui.internal.activities.ws.WorkbenchActivitySupport$4.run(WorkbenchActivitySupport.java:199)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.activities.ws.WorkbenchActivitySupport$3.run(WorkbenchActivitySupport.java:192)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:106)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2750)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2435)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:136)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:262)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:397)
at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:251)
at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.disconnectFromWorkspace(IDEWorkbenchAdvisor.java:475)
at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.postShutdown(IDEWorkbenchAdvisor.java:230)
at org.eclipse.ui.internal.Workbench.shutdown(Workbench.java:1642)
at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:469)
at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:400)
at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:572)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:570)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:546)
at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:464)
at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:448)
at org.eclipse.ui.internal.WorkbenchWindow$1.run(WorkbenchWindow.java:539)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:537)
at org.eclipse.jface.window.Window.handleShellCloseEvent(Window.java:593)
at org.eclipse.jface.window.Window$2.shellClosed(Window.java:544)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:158)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:805)
at org.eclipse.swt.widgets.Decorations.WM_CLOSE(Decorations.java:1468)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2972)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1391)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3339)
at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1468)
at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:398)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:3050)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1391)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3339)
at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1468)
at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:398)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:3050)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1391)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3339)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1473)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2430)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)March 31, 2005 at 3:53 pm #227457
Riyad KallaMemberMy Log file has this error everytime I start MyEclipse (3.8.4) under Java JDK 1.4.2_07..
Any ideas why?
Because you aren’t starting it under JDK 1.4.2_07? 🙂
Try forcing it with -vm command line arg (it’s picking up your JDK 1.5 install, and E 3.0.x is not ceritifed on JDK 1.5, sometimes people have little problems with it, others said it runs fine… kind of hit or miss).
March 31, 2005 at 4:01 pm #227462I changed my shortcut to: D:\eclipse_3.0.2\eclipse\eclipse.exe -vm C:\j2sdk1.4.2_07\bin\javaw.exe -vmargs -Xmx512M -Dosgi.splashLocation=”D:\Program Files\MyEclipse\eclipse\MyEclipseSplash.bmp”
The problem I have now is that each time I close MyEclipse, the javaw.exe stays open. So, when I try to start MyEclipse again, I get a “workspace is in use” message. I have to then CTRL-ALT-DELETE and kill that process.
Any ideas what’s wrong with this?
Thanks much in advance.
— M
March 31, 2005 at 4:13 pm #227465
Riyad KallaMemberTry and use the -clean command line arg… I wonder if some invalid plugin state is not allowing E to shut down.
Also try File > Switch Workspace > C:\tempworkspace and hit OK to restart. Does that instance shut down correctly?
April 1, 2005 at 9:44 am #227486Hi Riyad,
Tried the -clean command line and I fixed the command line in the shortcut that MyEclipse seems to mangle on some installs.
Didn’t help.
My Shortcut now reads: D:\eclipse_3.0.2\eclipse\eclipse.exe -vm c:\j2sdk1.4.2_07\bin\javaw.exe -vmargs -Xmx512M -Dosgi.splashLocation=”D:\Program Files\MyEclipse\eclipse\MyEclipseSplash.bmp”
If I switch the workspace as you suggested above, it works fine. One difference when I use another directory I also see is I don’t get the “reminder screen” to buy MyEclipse (I own a copy, but this is an evaluation copy I’m installing elsewhere which will become a fresh new licence).
So, you’re right, the problem appears to be with the default directory whatever that could mean.
The only non-standard plug-ins I have installed are the Web-dav/FTP one and the CFEclipse.
HELP
——————————–
Error that gets put in the log file each time MyEclipse starts:
!SESSION Apr 01, 2005 10:38:58.984 ———————————————
eclipse.buildId=M200503110845
java.version=1.4.2_07
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US!ENTRY org.eclipse.ui 4 4 Apr 01, 2005 10:38:58.984
!MESSAGE Unhandled event loop exception!ENTRY org.eclipse.ui 4 0 Apr 01, 2005 10:38:58.984
!MESSAGE Widget is disposed
!STACK 0
org.eclipse.swt.SWTException: Widget is disposed
at org.eclipse.swt.SWT.error(SWT.java:2691)
at org.eclipse.swt.SWT.error(SWT.java:2616)
at org.eclipse.swt.SWT.error(SWT.java:2587)
at org.eclipse.swt.widgets.Widget.error(Widget.java:381)
at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:283)
at org.eclipse.swt.widgets.Control.getMonitor(Control.java:861)
at org.eclipse.jface.window.Window.getInitialLocation(Window.java:473)
at org.eclipse.jface.window.Window.initializeBounds(Window.java:615)
at org.eclipse.jface.dialogs.Dialog.initializeBounds(Dialog.java:590)
at org.eclipse.jface.window.Window.create(Window.java:351)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:925)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.aboutToRun(ProgressMonitorDialog.java:465)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:394)
at org.eclipse.ui.internal.activities.ws.WorkbenchActivitySupport$4.run(WorkbenchActivitySupport.java:199)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.activities.ws.WorkbenchActivitySupport$3.run(WorkbenchActivitySupport.java:192)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:106)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2750)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2435)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:136)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:262)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:397)
at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:251)
at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.disconnectFromWorkspace(IDEWorkbenchAdvisor.java:475)
at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.postShutdown(IDEWorkbenchAdvisor.java:230)
at org.eclipse.ui.internal.Workbench.shutdown(Workbench.java:1642)
at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:469)
at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:400)
at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:572)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:570)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:546)
at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:464)
at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:448)
at org.eclipse.ui.internal.WorkbenchWindow$1.run(WorkbenchWindow.java:539)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:537)
at org.eclipse.jface.window.Window.handleShellCloseEvent(Window.java:593)
at org.eclipse.jface.window.Window$2.shellClosed(Window.java:544)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:158)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:805)
at org.eclipse.swt.widgets.Decorations.WM_CLOSE(Decorations.java:1468)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2972)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1391)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3339)
at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1468)
at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:398)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:3050)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1391)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3339)
at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1468)
at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:398)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:3050)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1391)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3339)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1473)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2430)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
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:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)April 1, 2005 at 10:53 am #227496
Riyad KallaMemberI am not convinced this is a MyEclipse issue for the following reasons:
1) Using a new workspace fixes the problem, which means there is something corrupt with the state of your old workspace. possibly importing your projects all into the new workspace could solve this problem?
2) There is no mention of MyEclipse anywhere in the giant stack trace you gave, that is straight Eclipse.
3) Try this, close ALL your editors and ALL your perspectives (yes perspectives) and ALL your projects, then restart Eclipse with the -clean argument. Then shut it down again… did that help?April 1, 2005 at 11:36 am #227508OK, the problem appears to be (and I’ve had this one before too <s>) that when I tried to close my only open project, I got an error “Unable to load Editor” (or “unable to locate…”, don’t remember for sure).
Once the project was closed, the problem went away.
This has happened on two out of my last three installations.
Not sure what to say at this point, except THANK YOU for your superb support.
I really appreciate your replies.
Thanks again.
— M
April 1, 2005 at 11:46 am #227510
Riyad KallaMemberGlad it is working now Mork.
-
AuthorPosts

