- This topic has 16 replies, 9 voices, and was last updated 19 years, 3 months ago by richard.gu@verizon.com.
-
AuthorPosts
-
igoravilaMemberHi,
I installed the Eclipse 3.0M6 and after that, MyEclipse WB 3.7RC2. Then I created a new Web Application Project without problems.
I use JSK 1.4.2_01.I have created HTML and JSP files manually (without the wizard) and they run without problems in a web browser. I am currently using Tomcat 5.
The problems came when I tried to use the JSP, Servlet and EJB wizards…
Eclipse show the following message in the “Problem Opening Wizard”
dialog:The selected wizard could not be started.
Reason:
Plug-in com.geniutec.eclipse.wizards was unable to load class
com.aston.wizards.jsp.NewJspCreationWizard.Similar errors appears in the others wizards.
The problems is that I have a fresh installation of IDE.
Can you help me?
Thanks in advance.
Igor
Scott AndersonParticipantIgor,
Did you follow the installation instructions on the ‘News’ page that tell you to shutdown Eclipse and delete the .config directory?
igoravilaMember@scott wrote:
Igor,
Did you follow the installation instructions on the ‘News’ page that tell you to shutdown Eclipse and delete the .config directory?
Scott:
Yes. I followed the instructions. I closed Eclipse and next I deleted .config directory.
In fact, the MyEclipse Preference pages are available from the Windows menu>Preferences.But the problem continues…
More info: Each time I tried to execute a wizard, the wizard failed, and at the same moment, in the
Plug-in Development Perspective, in the Error Log appears errors like this two:Error ene 16, 2004 09:49:27.796 Attempt to activate a disabled plug-in: “com.genuitec.eclipse.wizards”.
Error ene 16, 2004 09:49:23.859 Plug-in com.genuitec.eclipse.wizards was unable to load class com.aston.wizards.servlet.NewServletCreationWizard.
org.osgi.framework.BundleException: Exception in org.eclipse.core.internal.compatibility.PluginActivator.start() … etcThe session data property of this errors is:
java.version=1.4.2_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
Command-line arguments: -os win32 -ws win32 -arch x86The error says that a plugin is disabled. But, I don’t have disabled anything! May be I have to enable
“manually” this plug-in… I don’t know how to get it…Another thing: This problem seems to be the same that the “AstonWizardsPlugin cann’t work in 3.7RC2” topic, from xiewer, previous from this topic…
Help me please!
Thanks again,
Igor
odiniiMemberWhen I execute wizard, for example File > New > JSP, the following message pop-up windows is displayed.
<Problem Opening Wizard>
The selected wizard could not be started.
Reason: Plug-in com.genuitec.eclipse.wizards was unable to load class
com.aston.wizards.jsp.NewJspCreationWizardFor html, Servlet, EJB, XML, Applet wizards, the same errors are shown.
I am using eclipse 3.0M6 with MyEclipse 3.7RC2 in Windows 2000.
The errors in .log file is:!SESSION 1월 19, 2004 08:48:29.648 ———————————————-
java.version=1.4.2_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=ko_KR
Command-line arguments: -os win32 -ws win32 -arch x86
!ENTRY org.eclipse.ui 4 4 1월 19, 2004 08:48:29.648
!MESSAGE Unable to find view label: org.eclipse.debug.ui.ConsoleView
!ENTRY org.eclipse.core.runtime 4 2 1월 19, 2004 08:48:36.908
!MESSAGE Plug-in “com.genuitec.eclipse.wizards” was unable to instantiate class “com.aston.AstonWizardsPlugin”.
!STACK 0
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation(PluginDescriptor.java:485)
at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDescriptor.java:435)
at org.eclipse.core.internal.plugins.PluginDescriptor.getPlugin(PluginDescriptor.java:403)
at org.eclipse.core.internal.compatibility.PluginActivator.start(PluginActivator.java:48)
at org.eclipse.osgi.framework.internal.core.BundleContext$1.run(BundleContext.java:1185)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContext.startActivator(BundleContext.java:1178)
at org.eclipse.osgi.framework.internal.core.BundleContext.start(BundleContext.java:1110)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:458)
at org.eclipse.osgi.framework.internal.core.Bundle.start(Bundle.java:328)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:133)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:125)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:114)
at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:160)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84)
at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:157)
at org.eclipse.ui.internal.dialogs.WorkbenchWizardElement.createExecutableExtension(WorkbenchWizardElement.java:96)
at org.eclipse.ui.internal.ide.NewWizardShortcutAction.run(NewWizardShortcutAction.java:67)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:509)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:461)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:408)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2311)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1992)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1506)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1482)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:246)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:85)
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:279)
at org.eclipse.core.launcher.Main.run(Main.java:742)
at org.eclipse.core.launcher.Main.main(Main.java:581)
Caused by: java.lang.NullPointerException
at java.io.Reader.<init>(Reader.java:61)
at java.io.InputStreamReader.<init>(InputStreamReader.java:55)
at com.aston.AstonWizardsPlugin.?(Unknown Source)
at com.aston.AstonWizardsPlugin.<init>(Unknown Source)
… 44 more
!ENTRY org.eclipse.core.runtime 4 1 1월 19, 2004 08:48:36.948
!MESSAGE Plug-in com.genuitec.eclipse.wizards was unable to load class com.aston.wizards.jsp.NewJspCreationWizard.
!STACK 0
org.osgi.framework.BundleException: Exception in org.eclipse.core.internal.compatibility.PluginActivator.start()
at org.eclipse.osgi.framework.internal.core.BundleContext.startActivator(BundleContext.java:1206)
at org.eclipse.osgi.framework.internal.core.BundleContext.start(BundleContext.java:1110)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:458)
at org.eclipse.osgi.framework.internal.core.Bundle.start(Bundle.java:328)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:133)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:125)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:114)
at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:160)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84)
at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:157)
at org.eclipse.ui.internal.dialogs.WorkbenchWizardElement.createExecutableExtension(WorkbenchWizardElement.java:96)
at org.eclipse.ui.internal.ide.NewWizardShortcutAction.run(NewWizardShortcutAction.java:67)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:509)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:461)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:408)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2311)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1992)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1506)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1482)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:246)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:85)
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:279)
at org.eclipse.core.launcher.Main.run(Main.java:742)
at org.eclipse.core.launcher.Main.main(Main.java:581)
Nested exception:
!STACK 1
org.eclipse.core.runtime.CoreException[2]: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation(PluginDescriptor.java:485)
at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDescriptor.java:435)
at org.eclipse.core.internal.plugins.PluginDescriptor.getPlugin(PluginDescriptor.java:403)
at org.eclipse.core.internal.compatibility.PluginActivator.start(PluginActivator.java:48)
at org.eclipse.osgi.framework.internal.core.BundleContext$1.run(BundleContext.java:1185)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContext.startActivator(BundleContext.java:1178)
at org.eclipse.osgi.framework.internal.core.BundleContext.start(BundleContext.java:1110)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:458)
at org.eclipse.osgi.framework.internal.core.Bundle.start(Bundle.java:328)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:133)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:125)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:114)
at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:160)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84)
at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:157)
at org.eclipse.ui.internal.dialogs.WorkbenchWizardElement.createExecutableExtension(WorkbenchWizardElement.java:96)
at org.eclipse.ui.internal.ide.NewWizardShortcutAction.run(NewWizardShortcutAction.java:67)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:509)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:461)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:408)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2311)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1992)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1506)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1482)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:246)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:85)
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:279)
at org.eclipse.core.launcher.Main.run(Main.java:742)
at org.eclipse.core.launcher.Main.main(Main.java:581)
Caused by: java.lang.NullPointerException
at java.io.Reader.<init>(Reader.java:61)
at java.io.InputStreamReader.<init>(InputStreamReader.java:55)
at com.aston.AstonWizardsPlugin.?(Unknown Source)
at com.aston.AstonWizardsPlugin.<init>(Unknown Source)
… 44 more
!ENTRY org.eclipse.core.runtime 4 2 1월 19, 2004 08:48:36.948
!MESSAGE Plug-in “com.genuitec.eclipse.wizards” was unable to instantiate class “com.aston.AstonWizardsPlugin”.
!STACK 0
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation(PluginDescriptor.java:485)
at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDescriptor.java:435)
at org.eclipse.core.internal.plugins.PluginDescriptor.getPlugin(PluginDescriptor.java:403)
at org.eclipse.core.internal.compatibility.PluginActivator.start(PluginActivator.java:48)
at org.eclipse.osgi.framework.internal.core.BundleContext$1.run(BundleContext.java:1185)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContext.startActivator(BundleContext.java:1178)
at org.eclipse.osgi.framework.internal.core.BundleContext.start(BundleContext.java:1110)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:458)
at org.eclipse.osgi.framework.internal.core.Bundle.start(Bundle.java:328)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:133)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:125)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:114)
at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:160)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84)
at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:157)
at org.eclipse.ui.internal.dialogs.WorkbenchWizardElement.createExecutableExtension(WorkbenchWizardElement.java:96)
at org.eclipse.ui.internal.ide.NewWizardShortcutAction.run(NewWizardShortcutAction.java:67)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:509)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:461)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:408)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2311)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1992)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1506)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1482)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:246)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:85)
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:279)
at org.eclipse.core.launcher.Main.run(Main.java:742)
at org.eclipse.core.launcher.Main.main(Main.java:581)
Caused by: java.lang.NullPointerException
at java.io.Reader.<init>(Reader.java:61)
at java.io.InputStreamReader.<init>(InputStreamReader.java:55)
at com.aston.AstonWizardsPlugin.?(Unknown Source)
at com.aston.AstonWizardsPlugin.<init>(Unknown Source)
… 44 more
[/quote]Please, help me.
Thanks a lot in advance.
Tom VermeulenMemberIgor, Scott,
I have exact the same problem.
Is there a solution / workaround available.Regards
Wim
support-michaelKeymasterThe problem appears to be with loading an internal properties file. What is the locale of your system? I tested this on an English locale with no problems but did notice an internal report re: developement’s need to rename the templates.properties file to templates_en.properties. The plugin includes support for German and French. If you are using another locale please try renaming <MyEclipse>/eclipse/plugins/com.genuitec.wizards/templates_<your locale>.properties.
Michael
MyEclipse Support
Tom VermeulenMemberMichael,
I copied ‘templates_en.properties’ to ‘templates_nl.properties’
I did this in the directory <MyEclipse>\eclipse\plugins\com.genuitec.eclipse.wizards_3.6.200
It solved this problem.Thank you.
Wim
igoravilaMemberMichael:
In my case, I copied ‘templates.properties’ to ‘templates_es.properties’ in directory <MyEclipse>\eclipse\plugins\com.genuitec.eclipse.wizards_3.6.200 and
the problem was solved.Thank you, too.
Igor
odiniiMemberMichael,
First of all, thank you for your advice…^^
I have solved the problem.odinii.
Riyad KallaMemberScott/Michael,
Do we have a longer term fix for this in planning for 2.8? Someone else has just posted this in the support forum, and are from a different locale.
Scott AndersonParticipantI don’t see the posting in the support forum, but I reopened the bug for investigation. It was shown as resolved/fixed.
Riyad KallaMemberI’m sorry, it was in Success stories:
https://www.genuitec.com/forums/topic/new-jsp-wizard-error/
Scott AndersonParticipantI found it. Then moved it to the Bugs forum. 🙂
bimalshahMemberin 3.8.4 it is still not working
yingzMemberI have the same problem but I DO NOT have com.genuitec.eclipse.wizards package in my plugins directory. This is a fresh install of Eclipse 3.1 Build id: 200412162000 and MyEclipse (EnterpriseWorkbenchInstaller_4.0M2_E3.1.exe).
What did I miss?
Thanks.
-
AuthorPosts