You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using OSX Lion I get the following error on startup, and no SKOS tab etc.
Could not install plugin in file/directory named plugins/org.sealife.skos.jar
org.osgi.framework.BundleException: Unable to cache bundle:
file:plugins/org.sealife.skos.jar
at org.apache.felix.framework.Felix.installBundle(Felix.java:2374)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2330)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:130)
at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:108)
at org.protege.editor.core.BundleManager.installPlugins(BundleManager.java:83)
at org.protege.editor.core.BundleManager.loadPlugins(BundleManager.java:40)
at org.protege.editor.core.ProtegeApplication.loadPlugins(ProtegeApplication.java:296)
at org.protege.editor.core.ProtegeApplication.initApplication(ProtegeApplication.java:174)
at org.protege.editor.core.ProtegeApplication.start(ProtegeApplication.java:115)
at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:661)
at org.apache.felix.framework.Felix.activateBundle(Felix.java:1756)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1678)
at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:905)
at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:892)
at org.protege.osgi.framework.Launcher.startBundles(Launcher.java:111)
at org.protege.osgi.framework.Launcher.start(Launcher.java:80)
at org.protege.osgi.framework.Launcher.main(Launcher.java:143)
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 com.zerog.lax.LAX.launch(DashoA10*..)
at com.zerog.lax.LAX.main(DashoA10*..)
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 apple.launcher.LaunchRunner.run(LaunchRunner.java:116)
at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:51)
at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
Caused by: java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:127)
at java.util.jar.JarFile.<init>(JarFile.java:135)
at java.util.jar.JarFile.<init>(JarFile.java:114)
at org.apache.felix.framework.util.JarFileX.<init>(JarFileX.java:41)
at org.apache.felix.framework.util.SecureAction.openJAR(SecureAction.java:611)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:87)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:58)
at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:1020)
at org.apache.felix.framework.cache.BundleArchive.revise(BundleArchive.java:631)
at org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:147)
at org.apache.felix.framework.cache.BundleCache.create(BundleCache.java:168)
at org.apache.felix.framework.Felix.installBundle(Felix.java:2370)
Original issue reported on code.google.com by [email protected] on 13 Sep 2011 at 6:54
The text was updated successfully, but these errors were encountered:
To follow up, with a clean install of Protege 4.1.0 (build 239), I am now able
to load the SKOS view, however I have a new issue I will report separately.
Original issue reported on code.google.com by
[email protected]
on 13 Sep 2011 at 6:54The text was updated successfully, but these errors were encountered: