nikolamilosevic86 / skoseditor

Automatically exported from code.google.com/p/skoseditor
0 stars 0 forks source link

Error on startup with 4.1 #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 chris.sk...@gmail.com on 13 Sep 2011 at 6:54

GoogleCodeExporter commented 8 years ago
I'm trying to find a version of OS X Lion to re-produce this error, will get 
back to you asap.
Cheers
Simon

Original comment by simon.j...@gmail.com on 14 Sep 2011 at 2:42

GoogleCodeExporter commented 8 years ago
Greatly appreciated. Happy to test anything if required.

Sent from my iPad

Original comment by chris.sk...@gmail.com on 14 Sep 2011 at 11:30

GoogleCodeExporter commented 8 years ago
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 comment by chris.sk...@gmail.com on 4 Jan 2012 at 2:06