On Thu, Jul 3, 2008 at 15:35, Igor Fedorenko <[EMAIL PROTECTED]> wrote:
> Stefano,
>
> Here are some heavy-duty steps to diagnose this problem
>
> * start eclipse with -console -debug -consolelog parameters. this will give
> you access to OSGi console
>
> * type "ss" in the OSGi console. this will give you list of all installed
> bundles. search for "org.maven.ide.eclipse" and note its numeric id
>
> * type "start id". this will likely fail with exception which will hopefully
> explain what happens.
>
> Post the exception here and I will have a look.
Yes the exception seems really usefull, as you can see the bundle
can't resolve one of the required bundle that it depends upon.
org.osgi.framework.BundleException: The bundle could not be resolved.
Reason: Missing Constraint: Require-Bundle:
org.maven.ide.components.maven_model_edit; bundle-version="0.0.0"
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:305)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:252)
at
org.eclipse.osgi.framework.internal.core.FrameworkCommandProvider._start(FrameworkCommandProvider.java:260)
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:597)
at
org.eclipse.osgi.framework.internal.core.FrameworkCommandInterpreter.execute(FrameworkCommandInterpreter.java:150)
at
org.eclipse.osgi.framework.internal.core.FrameworkConsole.docommand(FrameworkConsole.java:300)
at
org.eclipse.osgi.framework.internal.core.FrameworkConsole.console(FrameworkConsole.java:285)
at
org.eclipse.osgi.framework.internal.core.FrameworkConsole.run(FrameworkConsole.java:221)
at java.lang.Thread.run(Thread.java:619)
Which bundle do I have to install to fix it?
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email