facebook

Problem Creating Struts Action Forward

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #210363 Reply

    dusan4
    Member

    !ENTRY org.eclipse.core.runtime 4 1 júl 19, 2004 14:19:10.749
    !MESSAGE Plug-in “com.genuitec.eclipse.struts” was unable to instantiate class “com.genuitec.eclipse.struts.wizards.NewForwardCreationWizard1_1”.
    !STACK 0
    java.lang.InstantiationException: com.genuitec.eclipse.struts.wizards.NewForwardCreationWizard1_1
    at java.lang.Class.newInstance0(Class.java:293)
    at java.lang.Class.newInstance(Class.java:261)
    at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:141)
    at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:124)
    at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:113)
    at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:189)
    at org.eclipse.ui.internal.dialogs.WorkbenchWizardElement.createExecutableExtension(WorkbenchWizardElement.java:96)
    at org.eclipse.ui.internal.dialogs.NewWizardNewPage$6.createWizard(NewWizardNewPage.java:740)
    at org.eclipse.ui.internal.dialogs.WorkbenchWizardNode$2.run(WorkbenchWizardNode.java:133)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
    at org.eclipse.core.runtime.Platform.run(Platform.java:747)
    at org.eclipse.ui.internal.dialogs.WorkbenchWizardNode$1.run(WorkbenchWizardNode.java:114)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at org.eclipse.ui.internal.dialogs.WorkbenchWizardNode.getWizard(WorkbenchWizardNode.java:112)
    at org.eclipse.jface.wizard.WizardSelectionPage.getNextPage(WizardSelectionPage.java:96)
    at org.eclipse.ui.internal.dialogs.WorkbenchWizardSelectionPage.getNextPage(WorkbenchWizardSelectionPage.java:82)
    at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:674)
    at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:300)
    at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:506)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:954)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2595)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2298)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:668)
    at org.eclipse.jface.window.Window.open(Window.java:648)
    at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.java:163)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:881)
    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:954)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2595)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2298)
    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)

    #210388

    Scott Anderson
    Participant

    Can you please post all the information we request in the Posting Guidelines thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.

    #210431

    dusan4
    Member

    Of course,

    I want to create Struts1.0 or 1.1 ForwardAction via MyEclipse Wizard.
    I click on project and choose New -> …. -> Struts 1.1 Forward.
    Then I got pop-up window

    The selected wizard could not be started.
    Reason:
    Plug-in “com.genuitec.eclipse.struts” was unable to instantiate class “com.genuitec.eclipse.struts.wizards.NewForwardCreationWizard1_1”.

    #210440

    Scott Anderson
    Participant

    Thanks, but we still need to know your configuration.
    For any post to the forum, please provide the following information:

    What operating system and version are you running?
    What Eclipse version and build id are you using? (Help > About Eclipse Platform)
    – Was Eclipse freshly installed for MyEclipse?
    – If not, was it upgraded to its current version using the update manager?
    – Are any other external plugins installed?
    – How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*
    What MyEclipse version are you using? (Help > About Eclipse Platform > Features)
    What JDK version are you using to run Eclipse? (java -version)
    What JDK version are you using to launch your application server?
    What steps did you take that resulted in the issue?
    What application server are you using?

    By providing this information initially, you’ll be doing your
    part to ensure that your question is answered accurately and
    quickly.

    #211709

    gcp0703
    Member

    @support-scott wrote:

    Thanks, but we still need to know your configuration.
    For any post to the forum, please provide the following information:

    What operating system and version are you running?
    What Eclipse version and build id are you using? (Help > About Eclipse Platform)
    – Was Eclipse freshly installed for MyEclipse?
    – If not, was it upgraded to its current version using the update manager?
    – Are any other external plugins installed?
    – How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*
    What MyEclipse version are you using? (Help > About Eclipse Platform > Features)
    What JDK version are you using to run Eclipse? (java -version)
    What JDK version are you using to launch your application server?
    What steps did you take that resulted in the issue?
    What application server are you using?

    By providing this information initially, you’ll be doing your
    part to ensure that your question is answered accurately and
    quickly.

    I’m experiencing the same problem exactly, so here’s my info:
    What operating system and version are you running? XP Pro
    What Eclipse version and build id are you using? (Help > About Eclipse Platform) Version: 3.0.0 Build id: 200406251208
    – Was Eclipse freshly installed for MyEclipse? Yes
    – If not, was it upgraded to its current version using the update manager? No
    – Are any other external plugins installed? No
    – How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.* 8 files

    What MyEclipse version are you using? (Help > About Eclipse Platform > Features) 3.7.200
    What JDK version are you using to run Eclipse? (java -version) 1.4.2-03-B02
    What JDK version are you using to launch your application server?
    What steps did you take that resulted in the issue? same as described: select “New – Struts 1.1 Forward” after right clicking on the Package Explorer and the message: “Problem Opening Wizard (Dialog Box title) : “The selected wizard could not be started. Reason: plug-in com.genuitec.eclipse.struts was unable to instantiate class com.genuitec.eclipse.struts.wizards.NewForwardCreationWizard1_1”
    What application server are you using? Tomcat 5

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Problem Creating Struts Action Forward

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