facebook

MyEclipse 3.7 and Easy Struts

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 6 posts - 31 through 36 (of 36 total)
  • Author
    Posts
  • #208588 Reply

    jsissom
    Member

    Sorry, I read the thread again and found the log file. Here you go:

    !SESSION Jun 15, 2004 18:35:25.797 ———————————————
    eclipse.buildId=I200405290105
    java.version=1.4.2_03
    java.vendor=Apple Computer, Inc.
    BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon, NL=en_US
    Command-line arguments: -keyring /Users/jsissom/.eclipse_keyring -showlocation
    !ENTRY org.eclipse.ui 4 4 Jun 15, 2004 18:35:25.801
    !MESSAGE Exception creating editor: The file does not exist.
    !ENTRY org.eclipse.ui 4 4 Jun 15, 2004 18:35:26.82
    !MESSAGE Unhandled event loop exception
    !ENTRY org.eclipse.ui 4 0 Jun 15, 2004 18:35:26.86
    !MESSAGE Failed to execute runnable (org.eclipse.jface.util.Assert$AssertionFailedException: Assertion failed: )
    !STACK 0
    org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.jface.util.Assert$AssertionFailedException: Assertion failed: )
    at org.eclipse.swt.SWT.error(SWT.java:2691)
    at org.eclipse.swt.SWT.error(SWT.java:2616)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:109)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2750)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2533)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:136)
    at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:261)
    at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:397)
    at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:238)
    at org.eclipse.ui.actions.WorkspaceAction.run(WorkspaceAction.java:286)
    at org.eclipse.ui.actions.CloseResourceAction.run(CloseResourceAction.java:158)
    at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:166)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:915)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:866)
    at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:785)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1196)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1220)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1205)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1053)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2867)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2537)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253)
    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:334)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128)
    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:638)
    at org.eclipse.core.launcher.Main.main(Main.java:622)
    !ENTRY org.eclipse.ui 4 4 Jun 15, 2004 18:35:26.93
    !MESSAGE *** SWT nested exception
    !ENTRY org.eclipse.ui 4 0 Jun 15, 2004 18:35:26.94
    !MESSAGE Assertion failed:
    !STACK 0
    org.eclipse.jface.util.Assert$AssertionFailedException: Assertion failed:
    at org.eclipse.jface.util.Assert.isTrue(Assert.java:168)
    at org.eclipse.jface.util.Assert.isTrue(Assert.java:154)
    at org.eclipse.ui.internal.presentations.DefaultPartPresentation.setControlSize(DefaultPartPresentation.java:724)
    at org.eclipse.ui.internal.presentations.DefaultPartPresentation.selectPart(DefaultPartPresentation.java:1091)
    at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:922)
    at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:897)
    at org.eclipse.ui.internal.PartStack.updateContainerVisibleTab(PartStack.java:1044)
    at org.eclipse.ui.internal.PartStack.remove(PartStack.java:701)
    at org.eclipse.ui.internal.EditorSashContainer.removeEditor(EditorSashContainer.java:193)
    at org.eclipse.ui.internal.EditorAreaHelper.closeEditor(EditorAreaHelper.java:109)
    at org.eclipse.ui.internal.EditorAreaHelper.closeEditor(EditorAreaHelper.java:99)
    at org.eclipse.ui.internal.EditorManager.closeEditor(EditorManager.java:162)
    at org.eclipse.ui.internal.WorkbenchPage.closeEditor(WorkbenchPage.java:981)
    at org.eclipse.ui.texteditor.AbstractTextEditor$15.run(AbstractTextEditor.java:2771)
    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:2533)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:136)
    at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:261)
    at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:397)
    at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:238)
    at org.eclipse.ui.actions.WorkspaceAction.run(WorkspaceAction.java:286)
    at org.eclipse.ui.actions.CloseResourceAction.run(CloseResourceAction.java:158)
    at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:166)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:915)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:866)
    at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:785)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1196)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1220)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1205)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1053)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2867)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2537)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253)
    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:334)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128)
    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:638)
    at org.eclipse.core.launcher.Main.main(Main.java:622)
    !ENTRY org.eclipse.core.runtime 4 2 Jun 15, 2004 18:39:03.353
    !MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.core.runtime”.
    !STACK 0
    java.lang.NullPointerException
    at com.genuitec.eclipse.struts.editor.model.ModelManager.getActionConfigs(Unknown Source)
    at com.genuitec.eclipse.struts.editor.modeler.model.StrutsConfigDiagram.synchronizeDiagram(Unknown Source)
    at com.genuitec.eclipse.struts.editor.modeler.model.StrutsConfigDiagram.<init>(Unknown Source)
    at com.genuitec.eclipse.struts.editor.modeler.core.StrutsEditor.setInput(Unknown Source)
    at org.eclipse.gef.ui.parts.GraphicalEditor.init(GraphicalEditor.java:270)
    at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:117)
    at com.genuitec.eclipse.struts.editor.multipage.StrutsConfigEditor.ƒÖ(Unknown Source)
    at com.genuitec.eclipse.struts.editor.multipage.StrutsConfigEditor.createPages(Unknown Source)
    at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:187)
    at org.eclipse.ui.internal.PartPane$2.run(PartPane.java:131)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
    at org.eclipse.core.runtime.Platform.run(Platform.java:758)
    at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:127)
    at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:199)
    at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:915)
    at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:897)
    at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:996)
    at org.eclipse.ui.internal.PartStack.add(PartStack.java:290)
    at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103)
    at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:57)
    at org.eclipse.ui.internal.EditorAreaHelper.openEditor(EditorAreaHelper.java:264)
    at org.eclipse.ui.internal.EditorManager$2.run(EditorManager.java:552)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:541)
    at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:637)
    at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:440)
    at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:428)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2187)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2120)
    at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:2112)
    at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2099)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2094)
    at org.eclipse.ui.ide.IDE.openEditor(IDE.java:301)
    at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:137)
    at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:110)
    at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49)
    at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:164)
    at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:150)
    at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:212)
    at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:188)
    at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:284)
    at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:496)
    at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:431)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
    at org.eclipse.core.runtime.Platform.run(Platform.java:758)
    at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:429)
    at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:637)
    at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:733)
    at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:211)
    at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:206)
    at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:238)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1196)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1220)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1205)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1053)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2867)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2537)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253)
    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:334)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128)
    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:638)
    at org.eclipse.core.launcher.Main.main(Main.java:622)
    !ENTRY org.eclipse.core.runtime 4 2 Jun 15, 2004 18:39:03.493
    !MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.core.runtime”.
    !STACK 0
    java.lang.NullPointerException
    at org.eclipse.gef.ui.actions.ActionBarContributor.setActiveEditor(ActionBarContributor.java:133)
    at com.genuitec.eclipse.struts.editor.multipage.MultiPageActionContributor.setActivePage(Unknown Source)
    at org.eclipse.ui.part.MultiPageEditorActionBarContributor.setActiveEditor(MultiPageEditorActionBarContributor.java:49)
    at org.eclipse.ui.internal.EditorActionBars.partChanged(EditorActionBars.java:297)
    at org.eclipse.ui.internal.WorkbenchPage$2.run(WorkbenchPage.java:474)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
    at org.eclipse.core.runtime.Platform.run(Platform.java:758)
    at org.eclipse.ui.internal.WorkbenchPage.activatePart(WorkbenchPage.java:466)
    at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:2647)
    at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:455)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2201)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2120)
    at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:2112)
    at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2099)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2094)
    at org.eclipse.ui.ide.IDE.openEditor(IDE.java:301)
    at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:137)
    at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:110)
    at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49)
    at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:164)
    at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:150)
    at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:212)
    at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:188)
    at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:284)
    at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:496)
    at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:431)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
    at org.eclipse.core.runtime.Platform.run(Platform.java:758)
    at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:429)
    at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:637)
    at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:733)
    at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:211)
    at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:206)
    at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:238)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1196)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1220)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1205)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1053)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2867)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2537)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253)
    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:334)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128)
    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:638)
    at org.eclipse.core.launcher.Main.main(Main.java:622)
    !ENTRY org.eclipse.ui 4 4 Jun 15, 2004 18:39:03.788
    !MESSAGE Unhandled event loop exception
    !ENTRY org.eclipse.ui 4 0 Jun 15, 2004 18:39:03.790
    !MESSAGE Failed to execute runnable (java.lang.NullPointerException)
    !STACK 0
    org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
    at org.eclipse.swt.SWT.error(SWT.java:2691)
    at org.eclipse.swt.SWT.error(SWT.java:2616)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:109)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2750)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2540)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253)
    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:334)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128)
    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:638)
    at org.eclipse.core.launcher.Main.main(Main.java:622)
    !ENTRY org.eclipse.ui 4 4 Jun 15, 2004 18:39:03.794
    !MESSAGE *** SWT nested exception
    !ENTRY org.eclipse.ui 4 0 Jun 15, 2004 18:39:03.796
    !MESSAGE java.lang.NullPointerException
    !STACK 0
    java.lang.NullPointerException
    at com.genuitec.eclipse.struts.editor.outline.StrutsConfigOutlinePage.redrawTree(Unknown Source)
    at org.xmen.internal.ui.text.DampenedXMLStructureUpdaterPage$1.run(Unknown Source)
    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:2540)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253)
    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:334)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128)
    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:638)
    at org.eclipse.core.launcher.Main.main(Main.java:622)
    !ENTRY org.eclipse.core.runtime 4 2 Jun 15, 2004 18:40:36.917
    !MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.core.runtime”.
    !STACK 0
    java.lang.NullPointerException
    at com.genuitec.eclipse.struts.editor.model.ModelManager.getActionConfigs(Unknown Source)
    at com.genuitec.eclipse.struts.editor.modeler.model.StrutsConfigDiagram.synchronizeDiagram(Unknown Source)
    at com.genuitec.eclipse.struts.editor.modeler.model.StrutsConfigDiagram.<init>(Unknown Source)
    at com.genuitec.eclipse.struts.editor.modeler.core.StrutsEditor.setInput(Unknown Source)
    at org.eclipse.gef.ui.parts.GraphicalEditor.init(GraphicalEditor.java:270)
    at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:117)
    at com.genuitec.eclipse.struts.editor.multipage.StrutsConfigEditor.ƒÖ(Unknown Source)
    at com.genuitec.eclipse.struts.editor.multipage.StrutsConfigEditor.createPages(Unknown Source)
    at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:187)
    at org.eclipse.ui.internal.PartPane$2.run(PartPane.java:131)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
    at org.eclipse.core.runtime.Platform.run(Platform.java:758)
    at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:127)
    at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:199)
    at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:915)
    at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:897)
    at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:996)
    at org.eclipse.ui.internal.PartStack.add(PartStack.java:290)
    at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103)
    at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:57)
    at org.eclipse.ui.internal.EditorAreaHelper.openEditor(EditorAreaHelper.java:264)
    at org.eclipse.ui.internal.EditorManager$2.run(EditorManager.java:552)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:541)
    at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:637)
    at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:440)
    at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:428)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2187)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2120)
    at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:2112)
    at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2099)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2094)
    at org.eclipse.ui.ide.IDE.openEditor(IDE.java:301)
    at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:137)
    at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:110)
    at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49)
    at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:164)
    at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:150)
    at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:212)
    at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:188)
    at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:284)
    at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:496)
    at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:431)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
    at org.eclipse.core.runtime.Platform.run(Platform.java:758)
    at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:429)
    at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:637)
    at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:733)
    at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:211)
    at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:206)
    at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:238)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1196)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1220)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1205)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1053)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2867)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2537)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253)
    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:334)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128)
    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:638)
    at org.eclipse.core.launcher.Main.main(Main.java:622)
    !ENTRY org.eclipse.core.runtime 4 2 Jun 15, 2004 18:40:37.03
    !MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.core.runtime”.
    !STACK 0
    java.lang.NullPointerException
    at org.eclipse.gef.ui.actions.ActionBarContributor.setActiveEditor(ActionBarContributor.java:133)
    at com.genuitec.eclipse.struts.editor.multipage.MultiPageActionContributor.setActivePage(Unknown Source)
    at org.eclipse.ui.part.MultiPageEditorActionBarContributor.setActiveEditor(MultiPageEditorActionBarContributor.java:49)
    at org.eclipse.ui.internal.EditorActionBars.partChanged(EditorActionBars.java:297)
    at org.eclipse.ui.internal.WorkbenchPage$2.run(WorkbenchPage.java:474)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
    at org.eclipse.core.runtime.Platform.run(Platform.java:758)
    at org.eclipse.ui.internal.WorkbenchPage.activatePart(WorkbenchPage.java:466)
    at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:2647)
    at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:455)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2201)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2120)
    at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:2112)
    at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2099)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2094)
    at org.eclipse.ui.ide.IDE.openEditor(IDE.java:301)
    at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:137)
    at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:110)
    at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49)
    at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:164)
    at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:150)
    at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:212)
    at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:188)
    at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:284)
    at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:496)
    at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:431)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
    at org.eclipse.core.runtime.Platform.run(Platform.java:758)
    at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:429)
    at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:637)
    at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:733)
    at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:211)
    at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:206)
    at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:238)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1196)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1220)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1205)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1053)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2867)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2537)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253)
    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:334)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128)
    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:638)
    at org.eclipse.core.launcher.Main.main(Main.java:622)
    !ENTRY org.eclipse.ui 4 4 Jun 15, 2004 18:40:38.210
    !MESSAGE Unhandled event loop exception
    !ENTRY org.eclipse.ui 4 0 Jun 15, 2004 18:40:38.212
    !MESSAGE Failed to execute runnable (java.lang.NullPointerException)
    !STACK 0
    org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
    at org.eclipse.swt.SWT.error(SWT.java:2691)
    at org.eclipse.swt.SWT.error(SWT.java:2616)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:109)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2750)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2533)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253)
    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:334)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128)
    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:638)
    at org.eclipse.core.launcher.Main.main(Main.java:622)
    !ENTRY org.eclipse.ui 4 4 Jun 15, 2004 18:40:38.229
    !MESSAGE *** SWT nested exception
    !ENTRY org.eclipse.ui 4 0 Jun 15, 2004 18:40:38.239
    !MESSAGE java.lang.NullPointerException
    !STACK 0
    java.lang.NullPointerException
    at com.genuitec.eclipse.struts.editor.outline.StrutsConfigOutlinePage.redrawTree(Unknown Source)
    at org.xmen.internal.ui.text.DampenedXMLStructureUpdaterPage$1.run(Unknown Source)
    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:2533)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253)
    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:334)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128)
    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:638)
    at org.eclipse.core.launcher.Main.main(Main.java:622)
    !ENTRY org.eclipse.ui 4 4 Jun 15, 2004 18:41:03.712
    !MESSAGE Unhandled event loop exception
    !ENTRY org.eclipse.ui 4 0 Jun 15, 2004 18:41:03.714
    !MESSAGE Failed to execute runnable (java.lang.NullPointerException)
    !STACK 0
    org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
    at org.eclipse.swt.SWT.error(SWT.java:2691)
    at org.eclipse.swt.SWT.error(SWT.java:2616)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:109)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2750)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2533)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253)
    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:334)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128)
    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:638)
    at org.eclipse.core.launcher.Main.main(Main.java:622)
    !ENTRY org.eclipse.ui 4 4 Jun 15, 2004 18:41:03.718
    !MESSAGE *** SWT nested exception
    !ENTRY org.eclipse.ui 4 0 Jun 15, 2004 18:41:03.763
    !MESSAGE java.lang.NullPointerException
    !STACK 0
    java.lang.NullPointerException
    at com.genuitec.eclipse.struts.editor.outline.StrutsConfigOutlinePage.redrawTree(Unknown Source)
    at org.xmen.internal.ui.text.DampenedXMLStructureUpdaterPage$1.run(Unknown Source)
    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:2533)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253)
    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:334)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128)
    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:638)
    at org.eclipse.core.launcher.Main.main(Main.java:622)
    !ENTRY org.eclipse.ui 4 4 Jun 15, 2004 18:41:03.779
    !MESSAGE Unhandled event loop exception
    !ENTRY org.eclipse.ui 4 0 Jun 15, 2004 18:41:03.781
    !MESSAGE Failed to execute runnable (java.lang.NullPointerException)
    !STACK 0
    org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
    at org.eclipse.swt.SWT.error(SWT.java:2691)
    at org.eclipse.swt.SWT.error(SWT.java:2616)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:109)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2750)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2533)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253)
    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:334)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128)
    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:638)
    at org.eclipse.core.launcher.Main.main(Main.java:622)
    !ENTRY org.eclipse.ui 4 4 Jun 15, 2004 18:41:03.785
    !MESSAGE *** SWT nested exception
    !ENTRY org.eclipse.ui 4 0 Jun 15, 2004 18:41:03.787
    !MESSAGE java.lang.NullPointerException
    !STACK 0
    java.lang.NullPointerException
    at com.genuitec.eclipse.struts.editor.outline.StrutsConfigOutlinePage.redrawTree(Unknown Source)
    at org.xmen.internal.ui.text.DampenedXMLStructureUpdaterPage$1.run(Unknown Source)
    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:2533)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253)
    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:334)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128)
    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:638)
    at org.eclipse.core.launcher.Main.main(Main.java:622)

    #208591 Reply

    Scott Anderson
    Participant

    Can you also please post your full version and configuration information as we request in the ‘Posting Guidelines’ thread at the top of this forum? That will give us some context to get started.

    #208709 Reply

    jsissom
    Member

    What operating system and version are you running?

    Mac OS X 10.3.4

    What Eclipse version and build id are you using? (Help > About Eclipse Platform)

    Eclipse 3.0.0 Build Id: 200405290105

    – Was Eclipse freshly installed for MyEclipse?

    Yes

    – If not, was it upgraded to its current version using the update manager?
    – Are any other external plugins installed?

    No

    – How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*

    8

    What MyEclipse version are you using? (Help > About Eclipse Platform > Features)

    MyEclipse 3.7.101 Build ID: 200405301200-3.8-Beta1

    What JDK version are you using to run Eclipse? (java -version)

    java version “1.4.2_03”
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-117.1)
    Java HotSpot(TM) Client VM (build 1.4.2-34, mixed mode)

    What JDK version are you using to launch your application server?

    java version “1.4.2_03”
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-117.1)
    Java HotSpot(TM) Client VM (build 1.4.2-34, mixed mode)

    What steps did you take that resulted in the issue?

    Try to open struts-config.xml

    What application server are you using?

    Jboss 3.2.3 and/or 3.2.4

    Are there any errors in the Eclipse log? (<workspace>/.metadata/.log)

    See previous message.

    #208822 Reply

    byronf
    Member

    I’m having the same problem, Whenever I try and add struts capabilities I get the dreaded ‘ClassNotFoundException: org.easystruts.config.EasyStrutsLogFactory’. I was having this problem with M9 and ME 3.8B1, so I did a fresh install of 3.0RC2 and a fresh re-install of ME 3.8B1, But I still get the same problem. I also tried some of the suggestions in this thread, but they did not work. I’m running Linux RH9 with Sun’s JDK 1.4.2.

    #208828 Reply

    jsissom
    Member

    Do you need more information? Did my info help?

    Thanks
    Jay

    #208830 Reply

    Riyad Kalla
    Member

    Guys just an update on this. There are logger classloader issues with XDoclet and the Struts support that seem to popup at Random. We fixed this once before and it stopped for a while and now its popping up again. Anyway, we know the underlying ultimate cause of this problem and are going to rip everything problomatic out and fix it all in one swoop the Right Way(tm) hopefully for the Beta2 release. We really appreciate your patience in this matter, we know its damn annoying; it is for us too.

Viewing 6 posts - 31 through 36 (of 36 total)
Reply To: MyEclipse 3.7 and Easy Struts

You must be logged in to post in the forum log in