For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 4 replies, 3 voices, and was last updated 21 years ago by
tritzmann.
-
AuthorPosts
-
tritzmannMemberHi all,
I perform a JSF – Tutorial.
When I try to open the faces-config.xml get an error message with the following stack trace:!ENTRY org.eclipse.ui.workbench 4 2 2005-08-12 13:34:02.619
!MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.ui.workbench”.
!STACK 0
java.lang.NullPointerException
at com.genuitec.eclipse.jsf.modeler.core.JSFFlowEditor.selectionChanged(JSFFlowEditor.java:628)
at org.eclipse.ui.internal.AbstractSelectionService$3.run(AbstractSelectionService.java:160)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1021)
at org.eclipse.core.runtime.Platform.run(Platform.java:757)
at org.eclipse.ui.internal.AbstractSelectionService.fireSelection(AbstractSelectionService.java:158)
at org.eclipse.ui.internal.AbstractSelectionService$1.selectionChanged(AbstractSelectionService.java:66)
at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1021)
at org.eclipse.core.runtime.Platform.run(Platform.java:757)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:40)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160)
at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:1691)
at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:934)
at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:960)
at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:209)
at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:204)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:364)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2894)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2527)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1570)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1534)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:306)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:228)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:156)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:315)
at org.eclipse.core.launcher.Main.basicRun(Main.java:268)
at org.eclipse.core.launcher.Main.run(Main.java:942)
at org.eclipse.core.launcher.Main.main(Main.java:926)My versions are : Eclipse 3.1.0, Java 1.5.0_04, MyEclipse 4.0 M2
After browsing this forum I guess that my software versions are not compatible but I’m not sure.
May be I did mistakes.
Thanks for your support.
Best regards.August 12, 2005 at 12:31 pm #234640
Riyad KallaMemberWhat is your Eclipse Build ID (Help > About), and your MyEclipse full Version (Window > Prefs > MyEclipse)
August 15, 2005 at 3:56 am #234739
tritzmannMemberThe eclipse build-id is I20050401-1645, the MyEclipse full Version is 20050627-4.0-Milestone-2.
Many thanks.
August 15, 2005 at 8:01 am #234760
Scott AndersonParticipantThe eclipse build-id is I20050401-1645
That’s the problem. Old Eclipse milestones aren’t supported because the APIs weren’t stable. You’ll need to install the final production release of Eclipse 3.1. And, while you’re at it, grab a new copy of MyEclipse 4.0M3 that we just released since it contains hundreds of enhancements and fixes since 4.0M2. The New & Noteworthy is available here: http://www.myeclipseide.com/ContentExpress-display-ceid-66.html
August 16, 2005 at 3:58 am #234916
tritzmannMemberOk, you confirmed my worries.
Thanks and I ‘ll do it.
-
AuthorPosts
