Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-390) Feature Editor Bundle-Classpath entry / not found

Feature Editor Bundle-Classpath entry / not found
-------------------------------------------------

         Key: UDIG-390
         URL: http://jira.codehaus.org/browse/UDIG-390
     Project: uDIG
        Type: Improvement
  Components: tool edit  
    Versions: UDIG 0.9    
 Environment: 0.9.2 
    Reporter: Jody Garnett
 Assigned to: Jesse Eichar 


The log is currently full of complaints from feature editor.

org.osgi.framework.BundleException: The Bundle-ClassPath entry "/" was not found in the bundle: update@/c:/Program Files/uDig/eclipse/plugins/net.refractions.udig.core_0.8.0/
	at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findClassPathEntry(EclipseClassLoader.java:262)
	at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.buildClasspath(DefaultClassLoader.java:436)
	at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.attachFragment(DefaultClassLoader.java:94)
	at org.eclipse.osgi.framework.internal.core.BundleLoader.createBCL(BundleLoader.java:670)
	at org.eclipse.osgi.framework.internal.core.BundleLoader.createBCLPrevileged(BundleLoader.java:652)
	at org.eclipse.osgi.framework.internal.core.BundleLoader.createClassLoader(BundleLoader.java:350)
	at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:371)
	at org.eclipse.osgi.framework.internal.core.BundleLoader.requireClass(BundleLoader.java:336)
	at org.eclipse.osgi.framework.internal.core.BundleLoader.findRequiredClass(BundleLoader.java:914)
	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:399)
	at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:93)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClassInternal(Unknown Source)
	at net.refractions.udig.project.ui.internal.FeatureEditorExtensionProcessor.<init>(FeatureEditorExtensionProcessor.java:82)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



Back to the top