For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 1 reply, 2 voices, and was last updated 21 years, 3 months ago by
Scott Anderson.
-
AuthorPosts
-
myivanMemberHi all,
i installed eclipse 3.0.2 and the installed myeclipse 3.8.4.
During the installation process there were no errors but when i run myeclipse
and want to add struts to a project i got the message the feature is not availible…. 🙁I installed the blank eclipse 3.0.2 without any updates from eclipse.org
Is there anything i need to update like EMF or so ???here is a little bit of my log-file…
!ENTRY org.eclipse.core.runtime 4 2 May 17, 2005 13:00:47.218
!MESSAGE Problems encountered starting up plug-in: “org.osgi.framework.BundleException: Exception in org.eclipse.core.internal.compatibility.PluginActivator.start() of bundle com.genuitec.eclipse.struts.”.
!STACK 0
org.osgi.framework.BundleException: Exception in org.eclipse.core.internal.compatibility.PluginActivator.start() of bundle com.genuitec.eclipse.struts.
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:975)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:937)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:421)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:293)
at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDescriptor.java:349)
at org.eclipse.core.internal.plugins.PluginDescriptor.getPlugin(PluginDescriptor.java:328)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)and
MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.core.runtime”.
!STACK 0
java.lang.NoClassDefFoundError: com/ibm/sse/model/parser/RegionParser
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
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.WorkbenchPreferenceNode.createPage(WorkbenchPreferenceNode.java:60)
at org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:985)
at org.eclipse.jface.preference.PreferenceDialog$8.selectionChanged(PreferenceDialog.java:529)
at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:450)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616)
at org.eclipse.core.runtime.Platform.run(Platform.java:747)
at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:448)
at org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.java:708)
at org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer.java:726)
at org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:200)
at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:195)any ideas what i can do ??
thx-a-lot
greetz
ivanMay 17, 2005 at 11:59 am #229699
Scott AndersonParticipantIvan,
This looks like a bad installation. To try to recover it, please try restarting Eclipse with the -clean commandline option like this:
eclipse.exe -cleanThat forces a rebuild of all the plugin states and solves most issues. If that doesn’t do it, I’ have to suggest a reinstallation of Eclipse, followed by a test of it, and then an installation of MyEclipse on top of the new Eclipse instance.
-
AuthorPosts
