I am used to having the activator not being found; because the plugin (fr.insarouen.subpic?) did not satisfy one of its dependencies. Can you go back to eclipse; remove your run configuration; and then create a new run configuration from your product?
(You can use the "validate plugins" button to check if any of your plugins won't load because of missing dependencies). Other than that turn on some additional tracing (by adding a ".options" file to your application directory); you should be able to turn on some tracing about application start up and perhaps learn exactly what is going on? References: - FAQ How do I use the platform debug tracing facility? - Eclipsepedia (http://www.google.com.au/url?sa=t&rct=j&q=eclipse%20platform%20tracing%20startup%20%22.options%22&source=web&cd=1&ved=0CFgQFjAA&url=http%3A%2F%2Fwiki.eclipse.org%2FFAQ_How_do_I_use_the_platform_debug_tracing_facility%253F&ei=B7WxT4jMEKykiAeR1dHwCA&usg=AFQjCNEyjrEOPBCWIsjdsXh4a84oOERfgQ) -- Jody Garnett On Monday, 14 May 2012 at 11:30 PM, Delamare Maxime wrote: > Hello, > > I managed to export my application, but I still have some trouble when I > run the application. > I use an eclipse 3.4 and the udig sdk 1.2.1 . > Here you are the message from the log file : > > !ENTRY org.eclipse.osgi 2 0 2012-05-14 15:28:24.992 > !MESSAGE The activator > fr.insarouen.subpic.bpi.administration.udig.Activator for bundle > fr.insarouen.subpic.bpi.administration.udig is invalid > !STACK 0 > org.osgi.framework.BundleException: The activator > fr.insarouen.subpic.bpi.administration.udig.Activator for bundle > fr.insarouen.subpic.bpi.administration.udig is invalid > at > org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:156) > at > org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:751) > at > org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:370) > at > org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:284) > at > org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:417) > at > org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:265) > at > org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:239) > at > org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1197) > ... > > Do you have any idea to help me to fix this problem? > Thank you, > > Sincerly > > Maxime Delamare > _______________________________________________ > User-friendly Desktop Internet GIS (uDig) > http://udig.refractions.net > http://lists.refractions.net/mailman/listinfo/udig-devel > >
_______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
