- This topic has 5 replies, 2 voices, and was last updated 20 years, 8 months ago by Riyad Kalla.
-
AuthorPosts
-
kbottnerMemberI am using MyEclipse with a Struts project to edit various JSPs as well as the associated XML configuration files. Everything has been working fine, however since I upgrade to 3.0M8 and updated MyEclipse I have been having stability problems. I really couldn’t narrow it down at first but now I am certain it has something to do with the MyEclipse Struts Editor which is used for editing the struts-config.xml. Whenever I paste in this file I get an Error dialog with the message “An error has occurred. See error log for more details.” I would be happy to send you the error log except I cannot find it. After that error the Project will no longer close, the view will no longer close, key typing is lost and files that you are not editing start getting the * identifying them as being changed. If you can tell me where MyEclipse keeps its log file I will be happy to post it as this is really cutting into my productivity.
Thanks in advance,
Keith
Riyad KallaMemberKeith the log file is located at:
<workspace dir>\.metadata\.logA quick way to get the info we need is to go to Help > About, and click Configuration Details and paste the contents into a message here. Note: if this contents are HUGELY long, you can scroll down from the top and see where the log file is appened (it is the last thing appended), maybe you can chop some of the top of it off, but we need about the last 2-3 SESSION entries (Lines starting with !SESSION———-) from the log file to help debug whats going on.
kbottnerMemberHere are the last 3 entries, still a lot of info. I have been struggling with this for a while. If you need any other information please let me know.
!SESSION May 03, 2004 15:16:12.373 --------------------------------------------- java.version=1.4.2_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US !ENTRY org.eclipse.osgi May 03, 2004 15:16:12.373 !MESSAGE Bundle reference:file:c:/Java/eclipse-3.0M8/plugins/org.eclipse.debug.ui_3.0.0/ [19] was not resolved !ENTRY org.eclipse.osgi May 03, 2004 15:16:12.373 !MESSAGE Bundle reference:file:c:/Java/eclipse-3.0M8/plugins/org.eclipse.jdt.debug_3.0.0/ [28] was not resolved !ENTRY org.eclipse.ui 4 4 May 03, 2004 15:16:30.982 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 May 03, 2004 15:16:30.982 !MESSAGE Argument not valid !STACK 0 java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:2611) at org.eclipse.swt.SWT.error(SWT.java:2555) at org.eclipse.swt.graphics.Image.init(Image.java:1351) at org.eclipse.swt.graphics.Image.<init>(Image.java:161) at org.eclipse.ui.forms.widgets.FormText.paint(FormText.java:752) at org.eclipse.ui.forms.widgets.FormText.access$3(FormText.java:736) at org.eclipse.ui.forms.widgets.FormText$2.paintControl(FormText.java:227) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:793) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:778) at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:781) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2994) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3146) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1450) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2254) at org.eclipse.jface.window.Window.runEventLoop(Window.java:670) at org.eclipse.jface.window.Window.open(Window.java:650) at org.eclipse.update.internal.ui.RestartDialog.openQuestion(RestartDialog.java:55) at org.eclipse.update.internal.ui.UpdateUI.requestRestart(UpdateUI.java:322) at org.eclipse.update.internal.ui.views.FeatureStateAction.run(FeatureStateAction.java:73) at org.eclipse.update.internal.ui.views.ConfigurationView$PreviewTask.run(ConfigurationView.java:337) at org.eclipse.update.internal.ui.views.ConfigurationPreview$2.linkActivated(ConfigurationPreview.java:78) at org.eclipse.ui.forms.widgets.FormText.activateLink(FormText.java:720) at org.eclipse.ui.forms.widgets.FormText.handleMouseClick(FormText.java:605) at org.eclipse.ui.forms.widgets.FormText.access$9(FormText.java:589) at org.eclipse.ui.forms.widgets.FormText$6.mouseUp(FormText.java:283) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:136) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2578) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2256) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:277) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:239) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) 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:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676) !SESSION May 03, 2004 15:16:56.342 --------------------------------------------- java.version=1.4.2_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US !ENTRY org.eclipse.osgi May 03, 2004 15:16:56.342 !MESSAGE Bundle reference:file:c:/Java/eclipse-3.0M8/plugins/org.eclipse.debug.ui_3.0.0/ [19] was not resolved !ENTRY org.eclipse.osgi May 03, 2004 15:16:56.342 !MESSAGE Bundle reference:file:c:/Java/eclipse-3.0M8/plugins/org.eclipse.jdt.debug_3.0.0/ [28] was not resolved !ENTRY org.eclipse.ui 4 4 May 03, 2004 15:17:14.232 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 May 03, 2004 15:17:14.232 !MESSAGE Argument not valid !STACK 0 java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:2611) at org.eclipse.swt.SWT.error(SWT.java:2555) at org.eclipse.swt.graphics.Image.init(Image.java:1351) at org.eclipse.swt.graphics.Image.<init>(Image.java:161) at org.eclipse.ui.forms.widgets.FormText.paint(FormText.java:752) at org.eclipse.ui.forms.widgets.FormText.access$3(FormText.java:736) at org.eclipse.ui.forms.widgets.FormText$2.paintControl(FormText.java:227) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:793) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:778) at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:781) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2994) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3146) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1450) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2254) at org.eclipse.jface.window.Window.runEventLoop(Window.java:670) at org.eclipse.jface.window.Window.open(Window.java:650) at org.eclipse.update.internal.ui.RestartDialog.openQuestion(RestartDialog.java:55) at org.eclipse.update.internal.ui.UpdateUI.requestRestart(UpdateUI.java:322) at org.eclipse.update.internal.ui.views.FeatureStateAction.run(FeatureStateAction.java:73) at org.eclipse.update.internal.ui.views.ConfigurationView$PreviewTask.run(ConfigurationView.java:337) at org.eclipse.update.internal.ui.views.ConfigurationPreview$2.linkActivated(ConfigurationPreview.java:78) at org.eclipse.ui.forms.widgets.FormText.activateLink(FormText.java:720) at org.eclipse.ui.forms.widgets.FormText.handleMouseClick(FormText.java:605) at org.eclipse.ui.forms.widgets.FormText.access$9(FormText.java:589) at org.eclipse.ui.forms.widgets.FormText$6.mouseUp(FormText.java:283) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:136) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2578) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2256) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:277) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:239) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) 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:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676) !SESSION May 03, 2004 15:17:20.217 --------------------------------------------- java.version=1.4.2_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US !ENTRY org.eclipse.osgi May 03, 2004 15:17:20.217 !MESSAGE Bundle reference:file:c:/Java/eclipse-3.0M8/plugins/org.eclipse.debug.ui_3.0.0/ [19] was not resolved !ENTRY org.eclipse.osgi May 03, 2004 15:17:20.217 !MESSAGE Bundle reference:file:c:/Java/eclipse-3.0M8/plugins/org.eclipse.jdt.debug_3.0.0/ [28] was not resolved !ENTRY org.eclipse.ui 4 4 May 03, 2004 15:17:38.45 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 May 03, 2004 15:17:38.45 !MESSAGE Argument not valid !STACK 0 java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:2611) at org.eclipse.swt.SWT.error(SWT.java:2555) at org.eclipse.swt.graphics.Image.init(Image.java:1351) at org.eclipse.swt.graphics.Image.<init>(Image.java:161) at org.eclipse.ui.forms.widgets.FormText.paint(FormText.java:752) at org.eclipse.ui.forms.widgets.FormText.access$3(FormText.java:736) at org.eclipse.ui.forms.widgets.FormText$2.paintControl(FormText.java:227) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:793) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:778) at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:781) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2994) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3146) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1450) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2254) at org.eclipse.jface.window.Window.runEventLoop(Window.java:670) at org.eclipse.jface.window.Window.open(Window.java:650) at org.eclipse.update.internal.ui.RestartDialog.openQuestion(RestartDialog.java:55) at org.eclipse.update.internal.ui.UpdateUI.requestRestart(UpdateUI.java:322) at org.eclipse.update.internal.ui.views.FeatureStateAction.run(FeatureStateAction.java:73) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:550) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:502) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:435) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2578) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2256) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:277) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:239) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) 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:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676) !SESSION May 03, 2004 15:17:44.545 --------------------------------------------- java.version=1.4.2_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US !ENTRY org.eclipse.osgi May 03, 2004 15:17:44.545 !MESSAGE Bundle reference:file:c:/Java/eclipse-3.0M8/plugins/org.eclipse.debug.ui_3.0.0/ [19] was not resolved !ENTRY org.eclipse.osgi May 03, 2004 15:17:44.545 !MESSAGE Bundle reference:file:c:/Java/eclipse-3.0M8/plugins/org.eclipse.jdt.debug_3.0.0/ [28] was not resolved !ENTRY org.eclipse.ui 4 4 May 03, 2004 15:18:06.420 !MESSAGE Unable to find Action Set: org.eclipse.cdt.debug.ui.debugActionSet !ENTRY org.eclipse.core.runtime 4 2 May 03, 2004 15:19:22.76 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.EditorManager$7.run(EditorManager.java:799) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:610) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.ui.internal.EditorManager.busyRestoreEditor(EditorManager.java:773) at org.eclipse.ui.internal.EditorManager$6.run(EditorManager.java:766) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.EditorManager.restoreEditor(EditorManager.java:762) at org.eclipse.ui.internal.EditorManager$Editor.getEditor(EditorManager.java:1136) at org.eclipse.ui.internal.EditorManager$Editor.getPart(EditorManager.java:1128) at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:311) at org.eclipse.ui.internal.PresentableEditorPart.setVisible(PresentableEditorPart.java:93) at org.eclipse.ui.internal.presentations.BasicStackPresentation.selectPart(BasicStackPresentation.java:657) at org.eclipse.ui.internal.EditorWorkbook.setSelection(EditorWorkbook.java:780) at org.eclipse.ui.internal.EditorWorkbook.presentationSelectionChanged(EditorWorkbook.java:217) at org.eclipse.ui.internal.EditorWorkbook.access$0(EditorWorkbook.java:216) at org.eclipse.ui.internal.EditorWorkbook$1.selectPart(EditorWorkbook.java:77) at org.eclipse.ui.internal.presentations.BasicStackPresentation$4.handleEvent(BasicStackPresentation.java:159) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:793) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:778) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:586) at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:2904) at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1844) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:284) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2578) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2256) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:277) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:239) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) 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:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676) !ENTRY org.eclipse.ui 4 4 May 03, 2004 15:19:22.92 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 May 03, 2004 15:19:22.92 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.WorkbenchWindow$9.shellDeactivated(WorkbenchWindow.java:1928) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:167) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:793) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:774) at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations.java:1482) at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:1325) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2943) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1439) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3146) at org.eclipse.swt.internal.win32.OS.BringWindowToTop(Native Method) at org.eclipse.swt.widgets.Decorations.bringToTop(Decorations.java:201) at org.eclipse.swt.widgets.Shell.open(Shell.java:738) at org.eclipse.jface.window.Window.open(Window.java:646) at org.eclipse.jface.dialogs.ErrorDialog.open(ErrorDialog.java:307) at org.eclipse.jface.dialogs.ErrorDialog.openError(ErrorDialog.java:370) at org.eclipse.ui.internal.EditorManager$Editor.getEditor(EditorManager.java:1144) at org.eclipse.ui.internal.EditorManager$Editor.getPart(EditorManager.java:1128) at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:311) at org.eclipse.ui.internal.PresentableEditorPart.setVisible(PresentableEditorPart.java:93) at org.eclipse.ui.internal.presentations.BasicStackPresentation.selectPart(BasicStackPresentation.java:657) at org.eclipse.ui.internal.EditorWorkbook.setSelection(EditorWorkbook.java:780) at org.eclipse.ui.internal.EditorWorkbook.presentationSelectionChanged(EditorWorkbook.java:217) at org.eclipse.ui.internal.EditorWorkbook.access$0(EditorWorkbook.java:216) at org.eclipse.ui.internal.EditorWorkbook$1.selectPart(EditorWorkbook.java:77) at org.eclipse.ui.internal.presentations.BasicStackPresentation$4.handleEvent(BasicStackPresentation.java:159) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:793) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:778) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:586) at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:2904) at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1844) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:284) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2578) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2256) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:277) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:239) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) 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:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676) !ENTRY org.eclipse.ui 4 4 May 03, 2004 15:19:32.513 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 May 03, 2004 15:19:32.513 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.WorkbenchWindow$9.shellActivated(WorkbenchWindow.java:1911) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:163) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:793) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:774) at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations.java:1463) at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:1325) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2943) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1439) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3146) at org.eclipse.swt.internal.win32.OS.PeekMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.PeekMessage(OS.java:1838) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2250) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:277) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:239) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) 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:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676) !ENTRY org.eclipse.core.runtime 4 2 May 03, 2004 15:20:08.576 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at com.genuitec.eclipse.struts.editor.multipage.StrutsConfigEditor.isSaveAsAllowed(Unknown Source) at org.eclipse.ui.internal.SaveAsAction.updateState(SaveAsAction.java:86) at org.eclipse.ui.internal.ActiveEditorAction.partDeactivated(ActiveEditorAction.java:154) at org.eclipse.ui.internal.BaseSaveAction.partDeactivated(BaseSaveAction.java:140) at org.eclipse.ui.internal.PartListenerList$4.run(PartListenerList.java:109) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:610) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.ui.internal.PartListenerList.firePartDeactivated(PartListenerList.java:107) at org.eclipse.ui.internal.WWinPartService$1.partDeactivated(WWinPartService.java:51) at org.eclipse.ui.internal.PartListenerList2$4.run(PartListenerList2.java:105) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:610) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.ui.internal.PartListenerList2.firePartDeactivated(PartListenerList2.java:103) at org.eclipse.ui.internal.WorkbenchPage.firePartDeactivated(WorkbenchPage.java:1342) at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:2588) at org.eclipse.ui.internal.WorkbenchPage.requestActivation(WorkbenchPage.java:2290) at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:290) at org.eclipse.ui.internal.PartPane.handleEvent(PartPane.java:270) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:793) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:774) at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:913) at org.eclipse.swt.widgets.Shell.WM_MOUSEACTIVATE(Shell.java:1450) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2983) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1439) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3146) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1445) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3024) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3146) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1445) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3024) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3146) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1445) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3024) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3146) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1445) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3024) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3146) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1374) at org.eclipse.swt.widgets.Table.callWindowProc(Table.java:137) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3024) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3146) at org.eclipse.swt.internal.win32.OS.PeekMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.PeekMessage(OS.java:1838) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2250) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:277) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:239) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) 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:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676) !ENTRY org.eclipse.core.runtime 4 2 May 03, 2004 15:20:08.592 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.WorkbenchWindow$9.shellDeactivated(WorkbenchWindow.java:1928) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:167) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:793) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:774) at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations.java:1482) at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:1325) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2943) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1439) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3146) at org.eclipse.swt.internal.win32.OS.BringWindowToTop(Native Method) at org.eclipse.swt.widgets.Decorations.bringToTop(Decorations.java:201) at org.eclipse.swt.widgets.Shell.open(Shell.java:738) at org.eclipse.jface.window.Window.open(Window.java:646) at org.eclipse.jface.dialogs.MessageDialog.openError(MessageDialog.java:285) at org.eclipse.jface.util.SafeRunnable.handleException(SafeRunnable.java:50) at org.eclipse.ui.internal.PartListenerList$4.handleException(PartListenerList.java:112) at org.eclipse.core.internal.runtime.InternalPlatform.handleException(InternalPlatform.java:345) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:612) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.ui.internal.PartListenerList.firePartDeactivated(PartListenerList.java:107) at org.eclipse.ui.internal.WWinPartService$1.partDeactivated(WWinPartService.java:51) at org.eclipse.ui.internal.PartListenerList2$4.run(PartListenerList2.java:105) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:610) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.ui.internal.PartListenerList2.firePartDeactivated(PartListenerList2.java:103) at org.eclipse.ui.internal.WorkbenchPage.firePartDeactivated(WorkbenchPage.java:1342) at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:2588) at org.eclipse.ui.internal.WorkbenchPage.requestActivation(WorkbenchPage.java:2290) at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:290) at org.eclipse.ui.internal.PartPane.handleEvent(PartPane.java:270) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:793) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:774) at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:913) at org.eclipse.swt.widgets.Shell.WM_MOUSEACTIVATE(Shell.java:1450) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2983) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1439) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3146) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1445) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3024) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3146) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1445) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3024) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3146) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1445) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3024) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3146) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1445) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3024) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3146) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1374) at org.eclipse.swt.widgets.Table.callWindowProc(Table.java:137) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3024) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3146) at org.eclipse.swt.internal.win32.OS.PeekMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.PeekMessage(OS.java:1838) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2250) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:277) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:239) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) 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:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676) !ENTRY org.eclipse.ui 4 4 May 03, 2004 15:26:39.154 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 May 03, 2004 15:26:39.154 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.WorkbenchWindow$9.shellActivated(WorkbenchWindow.java:1911) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:163) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:793) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:774) at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations.java:1463) at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:1325) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2943) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1439) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3146) at org.eclipse.swt.internal.win32.OS.PeekMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.PeekMessage(OS.java:1838) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2250) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:277) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:239) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) 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:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676) !ENTRY org.eclipse.ui 4 4 May 03, 2004 15:26:54.420 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 May 03, 2004 15:26:54.420 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.WorkbenchPage.toggleZoom(WorkbenchPage.java:2950) at org.eclipse.ui.internal.PartPane.doZoom(PartPane.java:192) at org.eclipse.ui.internal.EditorWorkbook.setState(EditorWorkbook.java:920) at org.eclipse.ui.internal.EditorWorkbook.access$2(EditorWorkbook.java:913) at org.eclipse.ui.internal.EditorWorkbook$1.setState(EditorWorkbook.java:87) at org.eclipse.ui.internal.presentations.BasicStackPresentation$2.mouseDoubleClick(BasicStackPresentation.java:133) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:140) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2578) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2256) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:277) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:239) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) 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:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676) !ENTRY org.eclipse.core.runtime 4 2 May 03, 2004 15:27:16.170 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.EditorManager$11.run(EditorManager.java:1323) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:610) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.ui.internal.EditorManager.saveEditorState(EditorManager.java:1304) at org.eclipse.ui.internal.EditorManager.saveState(EditorManager.java:1036) at org.eclipse.ui.internal.WorkbenchPage.saveState(WorkbenchPage.java:2508) at org.eclipse.ui.internal.WorkbenchWindow.saveState(WorkbenchWindow.java:1730) at org.eclipse.ui.internal.Workbench.saveState(Workbench.java:1585) at org.eclipse.ui.internal.Workbench.recordWorkbenchState(Workbench.java:1248) at org.eclipse.ui.internal.Workbench.access$3(Workbench.java:1246) at org.eclipse.ui.internal.Workbench$9.run(Workbench.java:433) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:610) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:431) at org.eclipse.ui.internal.Workbench.access$6(Workbench.java:403) at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:570) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.Workbench.close(Workbench.java:568) at org.eclipse.ui.internal.Workbench.close(Workbench.java:544) at org.eclipse.ui.internal.QuitAction.run(QuitAction.java:55) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:550) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:502) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:435) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2578) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2256) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:277) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:239) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) 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:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676) !ENTRY org.eclipse.core.runtime 4 2 May 03, 2004 15:27:16.185 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.WorkbenchWindow$9.shellDeactivated(WorkbenchWindow.java:1928) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:167) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:793) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:774) at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations.java:1482) at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:1325) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2943) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1439) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3146) at org.eclipse.swt.internal.win32.OS.BringWindowToTop(Native Method) at org.eclipse.swt.widgets.Decorations.bringToTop(Decorations.java:201) at org.eclipse.swt.widgets.Shell.open(Shell.java:738) at org.eclipse.jface.window.Window.open(Window.java:646) at org.eclipse.jface.dialogs.ErrorDialog.open(ErrorDialog.java:307) at org.eclipse.jface.dialogs.ErrorDialog.openError(ErrorDialog.java:370) at org.eclipse.jface.dialogs.ErrorDialog.openError(ErrorDialog.java:333) at org.eclipse.ui.internal.Workbench.recordWorkbenchState(Workbench.java:1250) at org.eclipse.ui.internal.Workbench.access$3(Workbench.java:1246) at org.eclipse.ui.internal.Workbench$9.run(Workbench.java:433) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:610) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:431) at org.eclipse.ui.internal.Workbench.access$6(Workbench.java:403) at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:570) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.Workbench.close(Workbench.java:568) at org.eclipse.ui.internal.Workbench.close(Workbench.java:544) at org.eclipse.ui.internal.QuitAction.run(QuitAction.java:55) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:550) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:502) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:435) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2578) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2256) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:277) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:239) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) 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:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676) !ENTRY org.eclipse.ui 4 4 May 03, 2004 15:27:17.545 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 May 03, 2004 15:27:17.545 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.WorkbenchWindow$9.shellActivated(WorkbenchWindow.java:1911) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:163) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:793) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:774) at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations.java:1463) at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:1325) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2943) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1439) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3146) at org.eclipse.swt.internal.win32.OS.DestroyWindow(Native Method) at org.eclipse.swt.widgets.Control.destroyWidget(Control.java:506) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:342) at org.eclipse.swt.widgets.Decorations.dispose(Decorations.java:366) at org.eclipse.swt.widgets.Shell.dispose(Shell.java:486) at org.eclipse.jface.window.Window.close(Window.java:255) at org.eclipse.jface.dialogs.Dialog.close(Dialog.java:758) at org.eclipse.jface.dialogs.MessageDialog.buttonPressed(MessageDialog.java:147) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:413) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2578) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2256) at org.eclipse.jface.window.Window.runEventLoop(Window.java:670) at org.eclipse.jface.window.Window.open(Window.java:650) at org.eclipse.jface.dialogs.MessageDialog.openQuestion(MessageDialog.java:324) at org.eclipse.ui.internal.Workbench$9.handleException(Workbench.java:445) at org.eclipse.core.internal.runtime.InternalPlatform.handleException(InternalPlatform.java:345) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:612) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:431) at org.eclipse.ui.internal.Workbench.access$6(Workbench.java:403) at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:570) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.Workbench.close(Workbench.java:568) at org.eclipse.ui.internal.Workbench.close(Workbench.java:544) at org.eclipse.ui.internal.QuitAction.run(QuitAction.java:55) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:550) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:502) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:435) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2578) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2256) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:277) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:239) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) 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:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676) !ENTRY org.eclipse.core.runtime 4 2 May 03, 2004 15:27:17.685 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at com.genuitec.eclipse.struts.editor.multipage.StrutsConfigEditor.getOutlinePage(Unknown Source) at com.genuitec.eclipse.struts.editor.multipage.StrutsConfigEditor.dispose(Unknown Source) at org.eclipse.ui.internal.WorkbenchPartReference.dispose(WorkbenchPartReference.java:162) at org.eclipse.ui.internal.EditorManager$Editor.dispose(EditorManager.java:1195) at org.eclipse.ui.internal.WorkbenchPage$5.run(WorkbenchPage.java:1122) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:610) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.ui.internal.WorkbenchPage.disposePart(WorkbenchPage.java:1120) at org.eclipse.ui.internal.WorkbenchPage.closeEditors(WorkbenchPage.java:855) at org.eclipse.ui.internal.WorkbenchPage.closeAllEditors(WorkbenchPage.java:799) at org.eclipse.ui.internal.WorkbenchPage.dispose(WorkbenchPage.java:1139) at org.eclipse.ui.internal.WorkbenchWindow.closeAllPages(WorkbenchWindow.java:492) at org.eclipse.ui.internal.WorkbenchWindow.hardClose(WorkbenchWindow.java:970) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:390) at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:372) at org.eclipse.ui.internal.WorkbenchWindow$1.run(WorkbenchWindow.java:459) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:457) at org.eclipse.jface.window.WindowManager.close(WindowManager.java:101) at org.eclipse.ui.internal.Workbench$10.run(Workbench.java:458) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:610) at org.eclipse.core.runtime.Platform.run(Platform.java:521) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:455) at org.eclipse.ui.internal.Workbench.access$6(Workbench.java:403) at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:570) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.Workbench.close(Workbench.java:568) at org.eclipse.ui.internal.Workbench.close(Workbench.java:544) at org.eclipse.ui.internal.QuitAction.run(QuitAction.java:55) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:550) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:502) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:435) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2578) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2256) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:277) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:239) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) 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:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676) !SESSION May 03, 2004 15:35:29.92 ---------------------------------------------- java.version=1.4.2_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US !ENTRY org.eclipse.osgi May 03, 2004 15:35:29.107 !MESSAGE Bundle reference:file:c:/Java/eclipse-3.0M8/plugins/org.eclipse.debug.ui_3.0.0/ [19] was not resolved !ENTRY org.eclipse.osgi May 03, 2004 15:35:29.107 !MESSAGE Bundle reference:file:c:/Java/eclipse-3.0M8/plugins/org.eclipse.jdt.debug_3.0.0/ [28] was not resolved !ENTRY org.eclipse.ui 4 4 May 03, 2004 15:35:49.904 !MESSAGE Unable to find Action Set: org.eclipse.cdt.debug.ui.debugActionSet !SESSION May 03, 2004 15:36:13.748 --------------------------------------------- java.version=1.4.2_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US !ENTRY org.eclipse.osgi May 03, 2004 15:36:13.7
Riyad KallaMemberThere seems to be something very wrong going on with your Eclipse install. When you said your upgraded, how did you do it? Did you unzip a fresh copy of Eclipse 3.0 M8 into its own dir, and do the same with a fresh install of MyEclipse 3.7.2? Dod you recreate your workspace and reimport your projects (if you were going from Eclipse2 -> Eclipse3) or did you jsut fire up Eclipse and keep working like normal?
kbottnerMemberI uninstalled MyEclipse.
I deleted the previous Eclipse directory.
I unzipped the new Eclipse version.
Ran it once. Shut it down.
Ran the MyEclipse Installer.
Then ran Eclipse!I have tried installing at least 3 times same thing every time, so I just had an idea, I moved my .metadata directory somewhere else and reinstalled both Eclipse and MyEclipse. The problem seems to have “gone” away. Apparently something must have gotten munged in my .metadata directory which was causing all the errors. The standard set of steps that I could use to cause it to go ape no longer seems to work. BTW, is it normal that in the About Eclipse dialog there are 5 MyEclipse icons?
Thanks for the help, although I guess it was just a munged .metadata directory.
Riyad KallaMemberis it normal that in the About Eclipse dialog there are 5 MyEclipse icons?
Hah, no its a strange bug with Eclipse 3.0 builds in detecting I believe it was feature plugins or something. Michael commented on it in another thread, should be fixed up in the Eclipse code base hopefully for M9.
I moved my .metadata directory somewhere else
Good call. Your .metadata directory holds A LOT of cache data and plugin information. If those plugins change (for example between versions of Eclipse) having stale cache data can really confused the heck out of the plugins and everything dies in a really strange way.
It would be like copying Windows XP system files ontop of a Windows 98 install, there might be SOME files from the Win98 install that the XP install tries to read and just freaks out about, but you only notice it after a week of use while trying to finish up last minute work 😉
I’m glad things are working now.
-
AuthorPosts