Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] arcsde plugin in 1.1RC10 SDK Beta

ok, i'll wait for RC11
 
tony
 


This is why I suggest waiting until I release RC11.  This is one of the critical issue we found in RC10.  Also a major editing bug was introduced into RC10 that is fixed.

Jesse

On Jul 19, 2007, at 2:27 AM, tony.roth@xxxxxx wrote:

I tried to update my environment from SDK1.1RC8 to SDK1.1RC10. I started my application and got an exception when creating a new map:
!ENTRY org.eclipse.osgi 4 0 2007-07-19 10:25:19.606
!MESSAGE An error occurred while automatically activating bundle net.refractions.udig.catalog.arcsde (285).
!STACK 0
org.osgi.framework.BundleException: The activator net.refractions.udig.catalog.internal.arcsde.ArcsdePlugin for bundle net.refractions.udig.catalog.arcsde is invalid
 at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:141)
 at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:962)
 at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:317)
 at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:256)
 at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.preFindLocalClass(EclipseLazyStarter.java:86)
......... 
Root exception:
java.lang.ClassNotFoundException: net.refractions.udig.catalog.internal.arcsde.ArcsdePlugin
 at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402)
 at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347)
 at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
..........
I checked the plugins:
plugins/net.refractions.udig.catalog.arcsde_1.0.1.jar doesn't contain any class file. The class ArcsdePlugin can only be found in  plugins/net.refractions.udig_platform.source_1.1.0 as source file.
i wondered about the number 1.0.1 of the plugin and took the plugin out of 1.1RC8 which is 1.1.0
tony roth
_______________________________________________
User-friendly Desktop Internet GIS (uDig)

_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel


Back to the top