[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-588) Exceptions after seam wizard

Denis Golovin (JIRA) jira-events at lists.jboss.org
Mon Jul 30 14:26:49 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBIDE-588?page=all ]

Denis Golovin resolved JBIDE-588.
---------------------------------

    Fix Version/s: 2.0.0.Beta3
       Resolution: Done

Now there is a Post-Seam facet install trigger that added RHDS JSF nature to it. After wizard is finished the new project is available on Web Projects and Seam Components views 

> Exceptions after seam wizard
> ----------------------------
>
>                 Key: JBIDE-588
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-588
>             Project: JBoss Tools
>          Issue Type: Bug
>          Components: Seam
>    Affects Versions: 2.0.0.Beta2
>            Reporter: Max Andersen
>         Assigned To: Denis Golovin
>             Fix For: 2.0.0.Beta3
>
>
> I get the following exceptions after running the seam wizard and trying to open files like faces-config.xml, some might be related to me having the seam compponents view opened but here it goes:
> !ENTRY org.eclipse.ui 4 0 2007-07-17 23:23:21.557
> !MESSAGE Unable to create editor ID org.jboss.tools.common.model.ui.editor.EditorPartWrapper: Argument not valid
> !STACK 0
> java.lang.IllegalArgumentException: Argument not valid
> 	at org.eclipse.swt.SWT.error(SWT.java:3531)
> 	at org.eclipse.swt.SWT.error(SWT.java:3465)
> 	at org.eclipse.swt.SWT.error(SWT.java:3436)
> 	at org.eclipse.swt.graphics.GC.setFont(GC.java:3162)
> 	at org.eclipse.ui.forms.widgets.ExpandableComposite$ExpandableLayout.layout(ExpandableComposite.java:280)
> 	at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1311)
> 	at org.eclipse.swt.widgets.Composite.layout(Composite.java:876)
> 	at org.eclipse.swt.widgets.Composite.layout(Composite.java:841)
> 	at org.eclipse.swt.widgets.Composite.layout(Composite.java:811)
> 	at org.jboss.tools.common.editor.form.SampleErrorForm$ErrorLayout.layout(SampleErrorForm.java:359)
> 	at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1311)
> 	at org.eclipse.swt.widgets.Composite.layout(Composite.java:876)
> 	at org.eclipse.swt.widgets.Composite.layout(Composite.java:841)
> 	at org.jboss.tools.common.editor.form.SampleErrorForm.setVisible(SampleErrorForm.java:106)
> 	at org.jboss.tools.common.editor.TreeFormPage.doErrorMode(TreeFormPage.java:295)
> 	at org.jboss.tools.common.editor.TreeFormPage.setErrorMode(TreeFormPage.java:287)
> 	at org.jboss.tools.jsf.ui.editor.FacesConfigEditor.setNormalMode(FacesConfigEditor.java:104)
> 	at org.jboss.tools.jsf.ui.editor.FacesConfigEditor.setErrorMode(FacesConfigEditor.java:91)
> 	at org.jboss.tools.common.editor.ObjectMultiPageEditor.initEditors(ObjectMultiPageEditor.java:453)
> 	at org.jboss.tools.jsf.ui.editor.FacesConfigEditor.doCreatePages(FacesConfigEditor.java:52)
> 	at org.jboss.tools.common.editor.ObjectMultiPageEditor.createPages(ObjectMultiPageEditor.java:220)
> 	at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:283)
> 	at org.jboss.tools.common.model.ui.editor.EditorPartWrapper.createPartControl(EditorPartWrapper.java:102)
> 	at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:661)
> 	at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:426)
> 	at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592)
> 	at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:263)
> 	at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2721)
> 	at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2633)
> 	at org.eclipse.ui.internal.WorkbenchPage.access$12(WorkbenchPage.java:2625)
> 	at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2577)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2572)
> 	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2556)
> 	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2547)
> 	at org.eclipse.ui.ide.IDE.openEditor(IDE.java:644)
> 	at org.eclipse.ui.ide.IDE.openEditor(IDE.java:603)
> 	at org.eclipse.ui.ide.IDE.openEditor(IDE.java:1044)
> 	at org.eclipse.ui.views.markers.internal.ActionOpenMarker.run(ActionOpenMarker.java:86)
> 	at org.eclipse.ui.views.markers.internal.MarkerView.handleOpenEvent(MarkerView.java:1085)
> 	at org.eclipse.ui.views.markers.internal.TableView$2.open(TableView.java:175)
> 	at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:820)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> 	at org.eclipse.core.runtime.Platform.run(Platform.java:857)
> 	at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:46)
> 	at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:193)
> 	at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:818)
> 	at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1079)
> 	at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1183)
> 	at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:263)
> 	at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:257)
> 	at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:297)
> 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101)
> 	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3319)
> 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
> 	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
> 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
> 	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
> 	at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
> 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
> 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504)
> 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443)
> 	at org.eclipse.equinox.launcher.Main.run(Main.java:1169)
> 	at org.eclipse.equinox.launcher.Main.main(Main.java:1144)
> !ENTRY org.eclipse.ui 4 0 2007-07-17 23:23:28.712
> !MESSAGE Unable to create editor ID org.jboss.tools.common.model.ui.editor.EditorPartWrapper: Argument not valid
> !STACK 0
> java.lang.IllegalArgumentException: Argument not valid
> 	at org.eclipse.swt.SWT.error(SWT.java:3531)
> 	at org.eclipse.swt.SWT.error(SWT.java:3465)
> 	at org.eclipse.swt.SWT.error(SWT.java:3436)
> 	at org.eclipse.swt.graphics.GC.setFont(GC.java:3162)
> 	at org.eclipse.ui.forms.widgets.ExpandableComposite$ExpandableLayout.layout(ExpandableComposite.java:280)
> 	at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1311)
> 	at org.eclipse.swt.widgets.Composite.layout(Composite.java:876)
> 	at org.eclipse.swt.widgets.Composite.layout(Composite.java:841)
> 	at org.eclipse.swt.widgets.Composite.layout(Composite.java:811)
> 	at org.jboss.tools.common.editor.form.SampleErrorForm$ErrorLayout.layout(SampleErrorForm.java:359)
> 	at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1311)
> 	at org.eclipse.swt.widgets.Composite.layout(Composite.java:876)
> 	at org.eclipse.swt.widgets.Composite.layout(Composite.java:841)
> 	at org.jboss.tools.common.editor.form.SampleErrorForm.setVisible(SampleErrorForm.java:106)
> 	at org.jboss.tools.common.editor.TreeFormPage.doErrorMode(TreeFormPage.java:295)
> 	at org.jboss.tools.common.editor.TreeFormPage.setErrorMode(TreeFormPage.java:287)
> 	at org.jboss.tools.jsf.ui.editor.FacesConfigEditor.setNormalMode(FacesConfigEditor.java:104)
> 	at org.jboss.tools.jsf.ui.editor.FacesConfigEditor.setErrorMode(FacesConfigEditor.java:91)
> 	at org.jboss.tools.common.editor.ObjectMultiPageEditor.initEditors(ObjectMultiPageEditor.java:453)
> 	at org.jboss.tools.jsf.ui.editor.FacesConfigEditor.doCreatePages(FacesConfigEditor.java:52)
> 	at org.jboss.tools.common.editor.ObjectMultiPageEditor.createPages(ObjectMultiPageEditor.java:220)
> 	at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:283)
> 	at org.jboss.tools.common.model.ui.editor.EditorPartWrapper.createPartControl(EditorPartWrapper.java:102)
> 	at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:661)
> 	at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:426)
> 	at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592)
> 	at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:263)
> 	at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2721)
> 	at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2633)
> 	at org.eclipse.ui.internal.WorkbenchPage.access$12(WorkbenchPage.java:2625)
> 	at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2577)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2572)
> 	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2556)
> 	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2547)
> 	at org.eclipse.ui.ide.IDE.openEditor(IDE.java:644)
> 	at org.eclipse.ui.ide.IDE.openEditor(IDE.java:603)
> 	at org.eclipse.ui.ide.IDE.openEditor(IDE.java:1044)
> 	at org.eclipse.ui.views.markers.internal.ActionOpenMarker.run(ActionOpenMarker.java:86)
> 	at org.eclipse.ui.views.markers.internal.MarkerView.handleOpenEvent(MarkerView.java:1085)
> 	at org.eclipse.ui.views.markers.internal.TableView$2.open(TableView.java:175)
> 	at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:820)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> 	at org.eclipse.core.runtime.Platform.run(Platform.java:857)
> 	at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:46)
> 	at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:193)
> 	at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:818)
> 	at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1079)
> 	at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1183)
> 	at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:263)
> 	at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:257)
> 	at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:297)
> 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101)
> 	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3319)
> 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
> 	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
> 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
> 	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
> 	at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
> 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
> 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504)
> 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443)
> 	at org.eclipse.equinox.launcher.Main.run(Main.java:1169)
> 	at org.eclipse.equinox.launcher.Main.main(Main.java:1144)
> !ENTRY org.jboss.tools.common.model.ui 1 0 2007-07-17 23:23:28.802
> !MESSAGE ModelListener is disposed, but cannot removed from model!!!!
> !ENTRY org.eclipse.ui 4 0 2007-07-17 23:24:28.844
> !MESSAGE Unable to create editor ID org.jboss.tools.common.model.ui.editor.EditorPartWrapper: Argument not valid
> !STACK 0
> java.lang.IllegalArgumentException: Argument not valid
> 	at org.eclipse.swt.SWT.error(SWT.java:3531)
> 	at org.eclipse.swt.SWT.error(SWT.java:3465)
> 	at org.eclipse.swt.SWT.error(SWT.java:3436)
> 	at org.eclipse.swt.graphics.GC.setFont(GC.java:3162)
> 	at org.eclipse.ui.forms.widgets.ExpandableComposite$ExpandableLayout.layout(ExpandableComposite.java:280)
> 	at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1311)
> 	at org.eclipse.swt.widgets.Composite.layout(Composite.java:876)
> 	at org.eclipse.swt.widgets.Composite.layout(Composite.java:841)
> 	at org.eclipse.swt.widgets.Composite.layout(Composite.java:811)
> 	at org.jboss.tools.common.editor.form.SampleErrorForm$ErrorLayout.layout(SampleErrorForm.java:359)
> 	at org.eclipse.swt.widgets.Composite.updateLayout(Composite.java:1311)
> 	at org.eclipse.swt.widgets.Composite.layout(Composite.java:876)
> 	at org.eclipse.swt.widgets.Composite.layout(Composite.java:841)
> 	at org.jboss.tools.common.editor.form.SampleErrorForm.setVisible(SampleErrorForm.java:106)
> 	at org.jboss.tools.common.editor.TreeFormPage.doErrorMode(TreeFormPage.java:295)
> 	at org.jboss.tools.common.editor.TreeFormPage.setErrorMode(TreeFormPage.java:287)
> 	at org.jboss.tools.jsf.ui.editor.FacesConfigEditor.setNormalMode(FacesConfigEditor.java:104)
> 	at org.jboss.tools.jsf.ui.editor.FacesConfigEditor.setErrorMode(FacesConfigEditor.java:91)
> 	at org.jboss.tools.common.editor.ObjectMultiPageEditor.initEditors(ObjectMultiPageEditor.java:453)
> 	at org.jboss.tools.jsf.ui.editor.FacesConfigEditor.doCreatePages(FacesConfigEditor.java:52)
> 	at org.jboss.tools.common.editor.ObjectMultiPageEditor.createPages(ObjectMultiPageEditor.java:220)
> 	at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:283)
> 	at org.jboss.tools.common.model.ui.editor.EditorPartWrapper.createPartControl(EditorPartWrapper.java:102)
> 	at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:661)
> 	at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:426)
> 	at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592)
> 	at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:263)
> 	at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2721)
> 	at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2633)
> 	at org.eclipse.ui.internal.WorkbenchPage.access$12(WorkbenchPage.java:2625)
> 	at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2577)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
> 	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2572)
> 	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2556)
> 	at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2547)
> 	at org.eclipse.ui.ide.IDE.openEditor(IDE.java:644)
> 	at org.eclipse.ui.ide.IDE.openEditor(IDE.java:603)
> 	at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:285)
> 	at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:138)
> 	at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:194)
> 	at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:175)
> 	at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:268)
> 	at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:244)
> 	at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:316)
> 	at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$5.open(PackageExplorerPart.java:613)
> 	at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:820)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> 	at org.eclipse.core.runtime.Platform.run(Platform.java:857)
> 	at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:46)
> 	at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:193)
> 	at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:818)
> 	at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1079)
> 	at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1183)
> 	at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:263)
> 	at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:257)
> 	at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:297)
> 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101)
> 	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3319)
> 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
> 	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
> 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
> 	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
> 	at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
> 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
> 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504)
> 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443)
> 	at org.eclipse.equinox.launcher.Main.run(Main.java:1169)
> 	at org.eclipse.equinox.launcher.Main.main(Main.java:1144)
> !ENTRY org.jboss.tools.seam.core 4 0 2007-07-17 23:25:21.674
> !MESSAGE 
> !STACK 0
> java.lang.NullPointerException
> 	at org.jboss.tools.seam.ui.views.RootContentProvider$ResourceChangeListener.resourceChanged(RootContentProvider.java:162)
> 	at org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:282)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> 	at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:276)
> 	at org.eclipse.core.internal.events.NotificationManager.handleEvent(NotificationManager.java:260)
> 	at org.eclipse.core.internal.resources.Workspace.broadcastEvent(Workspace.java:305)
> 	at org.eclipse.core.internal.resources.Resource.unprotectedDelete(Resource.java:1662)
> 	at org.eclipse.core.internal.resources.Resource.delete(Resource.java:700)
> 	at org.eclipse.core.internal.resources.Project.delete(Project.java:289)
> 	at org.eclipse.ui.ide.undo.WorkspaceUndoUtil.delete(WorkspaceUndoUtil.java:578)
> 	at org.eclipse.ui.ide.undo.WorkspaceUndoUtil.delete(WorkspaceUndoUtil.java:172)
> 	at org.eclipse.ui.ide.undo.AbstractResourcesOperation.delete(AbstractResourcesOperation.java:111)
> 	at org.eclipse.ui.ide.undo.DeleteResourcesOperation.doExecute(DeleteResourcesOperation.java:67)
> 	at org.eclipse.ui.ide.undo.AbstractWorkspaceOperation$1.run(AbstractWorkspaceOperation.java:206)
> 	at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)
> 	at org.eclipse.ui.ide.undo.AbstractWorkspaceOperation.execute(AbstractWorkspaceOperation.java:204)
> 	at org.eclipse.ui.actions.DeleteResourceAction$4.run(DeleteResourceAction.java:533)
> 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> !ENTRY org.eclipse.ui.views.properties.tabbed 4 4 2007-07-17 23:28:20.506
> !MESSAGE Contributor org.jboss.tools.seam.ui.views.SeamComponentsNavigator cannot be created.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list