For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 3 replies, 2 voices, and was last updated 21 years, 2 months ago by
Riyad Kalla.
-
AuthorPosts
-
jvenanciMember– System Setup ——————————-
Operating System and version:
Windows 2000
Eclipse version:
Version: 3.0.0
Eclipse build id:
Build id: 200406251208
Fresh Eclipse install (y/n):
Yes
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
8
MyEclipse version:
3.8.1+QF20040825
Eclipse JDK version:
j2re1.4.1_07
Application Server JDK version:
Are there any exceptions in the Eclipse log file?
!ENTRY org.eclipse.ui 4 0 Sep 27, 2004 11:45:29.729
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at com.genuitec.eclipse.struts.wizards.NewStrutsSupportWizardPage.initWebAppControl(Unknown Source)
at com.genuitec.eclipse.struts.wizards.NewStrutsSupportWizardPage.createWebappControls(Unknown Source)
at com.genuitec.eclipse.struts.wizards.NewStrutsSupportWizardPage.createControl(Unknown Source)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:161)
at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:548)
at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:451)
at org.eclipse.jface.window.Window.create(Window.java:348)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:925)
at org.eclipse.jface.window.Window.open(Window.java:637)
at com.genuitec.eclipse.struts.action.AddStrutsCapabilitiesActionDelegate.basicRun(Unknown Source)
at com.genuitec.eclipse.struts.action.AddStrutsCapabilitiesActionDelegate.run(Unknown Source)
at com.genuitec.eclipse.core.ui.action.LicenseValidatingActionDelegate.runWithEvent(Unknown Source)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:266)
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:796)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2772)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2431)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
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:335)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
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:183)
at org.eclipse.core.launcher.Main.run(Main.java:644)
at org.eclipse.core.launcher.Main.main(Main.java:628)
– Message Body ——————————-Hello,
I just installed Eclipse and MyEclipse and trying to add struts to my project. When I click on the “Add Struts Capabilities ..” option, nothing happens. No messages/errors.
Could you please see whats going on?
Thanks
JamesSeptember 27, 2004 at 11:24 am #216069
Riyad KallaMemberJames,
Can you upgrade to MyEclipse 3.8.2 and see if the problem disappears?September 27, 2004 at 2:48 pm #216121
jvenanciMemberI upgraded to 3.8.2 and the same issue still exists and the log files has the same kind of exception.
Thx
September 27, 2004 at 2:51 pm #216122
Riyad KallaMemberJames,
Please provide step-by-step directions for me to reproduce EXACTLY what you are seeing, make sure to tell me what to type into each box… I’ve tried (20-some-times) already to do this with default Web Module Projects and struts caps and it works as expected. -
AuthorPosts
