[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Application could not be found in the registry

Tim Mehrens wrote:

I am working on a team project and have just done an update through CVS of the project we are working on. This is a RCP application runing on Windows XP using java 1.5. My coworker can run it fine, he is on eclipse 3.2 but when I try, I am running eclipse 3.3, the application fails to start with the following warnings:

Check the eclipse/configuration directory for a log file. Also, make sure that the config.ini has all the needed bundles assigned to "osgi.bundles".


Dani


MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:


MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:

And the application Fails with the following:

java.lang.RuntimeException: Application "gov.mt.erd.claims.application" could not be found in the registry. The applications available are: org.eclipse.equinox.app.error.
at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:236)


at org.eclipse.equinox.internal.app.EclipseAppContainer.start(EclipseAppContainer.java:92)

at org.eclipse.equinox.internal.app.Activator.addingService(Activator.java:129)

at org.osgi.util.tracker.ServiceTracker$Tracked.trackAdding(ServiceTracker.java:1064)

at org.osgi.util.tracker.ServiceTracker$Tracked.track(ServiceTracker.java:1042)

at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:967)

at org.eclipse.osgi.framework.internal.core.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:94)

at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:1224)

at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:195)

at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:141)

at org.eclipse.osgi.framework.internal.core.Framework.publishServiceEventPrivileged(Framework.java:1603)

at org.eclipse.osgi.framework.internal.core.Framework.publishServiceEvent(Framework.java:1578)

at org.eclipse.osgi.framework.internal.core.ServiceRegistrationImpl.<init>(ServiceRegistrationImpl.java:103)

at org.eclipse.osgi.framework.internal.core.BundleContextImpl.createServiceRegistration(BundleContextImpl.java:657)

at org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:609)

at org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:675)

at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:359)

at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)

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:585)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443)
at org.eclipse.equinox.launcher.Main.run(Main.java:1169)
at org.eclipse.equinox.launcher.Main.main(Main.java:1144)