- This topic has 4 replies, 2 voices, and was last updated 20 years, 3 months ago by
JIANHAN RONG.
-
AuthorPosts
-
JIANHAN RONGMemberHi:
I have Eclipse 2.1.3 installed along with MyEclipseIDE 2.8 Beta1. I have created a Web Module Project using the Wizard. But when I try to “Add JSF Capabilities” to the project I running into the following error. Thanks in advance for the help.
!ENTRY org.eclipse.ui 4 4 Nov 23, 2004 08:45:50.953
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Nov 23, 2004 08:45:50.953
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at com.genuitec.eclipse.jsf.wizards.NewJSFSupportWizardPage.Ċ(Unknown Source)
at com.genuitec.eclipse.jsf.wizards.NewJSFSupportWizardPage.createControl(Unknown Source)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:171)
at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:524)
at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:473)
at org.eclipse.jface.window.Window.create(Window.java:302)
at org.eclipse.jface.window.Window.open(Window.java:552)
at com.genuitec.eclipse.jsf.action.AddJSFCapabilitiesActionDelegate.basicRun(Unknown Source)
at com.genuitec.eclipse.jsf.action.AddJSFCapabilitiesActionDelegate.run(Unknown Source)
at com.genuitec.eclipse.core.ui.action.LicenseValidatingActionDelegate.runWithEvent(Unknown Source)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:241)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403)
at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397)
at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
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:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
Riyad KallaMemberWe would strongly encourage you to upgrade to Eclipse 3.0.1 and MyEclipse 3.8.2 (3.8.3 will be released in early december), does this sound feasible to you?
JIANHAN RONGMemberThanks for the quick response. But at the moment it’s not feasible. Since our team still using Eclipse 2.1.3 at the moment. We will be upgrading to Eclipse 3.0 in the future. Is this a issue with the MyEclipseIDE 2.8? If so might be a good reason to upgrade.
Riyad KallaMemberMyEclipse 2.x is based on the Eclipse 2.x platform, development efforts in that are were completely overwhelmed by interest in the Eclipse 3.x support with MyEclipse 3.x so we haven’t gotten a chance and might not get a chance to go back to MyEclipse 2.8 and wrap it up. THere have litterally hundreds of bug fixes and enhancements to the MyEclipse platform between version 2.8 and 3.8.2… I would highly encourage you to upgrade to not only Eclipse 3.0.1 but MyEclipse 3.8.2.
Most all of the really cool bells and whisltes in MyEclipse are in the 3.x stream and cannot be backported because they rely on the Eclipse 3.x platform.
JIANHAN RONGMemberCool! Well do. Thanks.
-
AuthorPosts