nikolamilosevic86 / skoseditor

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

Installation problem in Protege 4_1_beta #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. copy plugin jar in protege 4.01
2. throws exceptions when Protege is launched

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
SKOSEd-1.0-alpha
Protege-_4_1_beta

Please provide any additional information below.

Error logged
org.osgi.framework.BundleException: Not found: 
org.protege.editor.core.plugin.DefaultPluginActivator
        at org.apache.felix.framework.Felix.createBundleActivator(Felix.java:3550)
        at org.apache.felix.framework.Felix.activateBundle(Felix.java:1751)
        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.editor.core.BundleManager.startPlugins(BundleManager.java:110)
        at org.protege.editor.core.BundleManager.loadPlugins(BundleManager.java:41)
        at org.protege.editor.core.ProtegeApplication.loadPlugins(ProtegeApplication.java:277)
        at org.protege.editor.core.ProtegeApplication.initApplication(ProtegeApplication.java:171)
        at org.protege.editor.core.ProtegeApplication.start(ProtegeApplication.java:113)
        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.Felix.setActiveStartLevel(Felix.java:1124)
        at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
        at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.ClassNotFoundException: 
org.protege.editor.core.plugin.DefaultPluginActivator
        at org.apache.felix.framework.ModuleImpl.findClassOrResourceByDelegation(ModuleImpl.java:814)
        at org.apache.felix.framework.ModuleImpl.access$100(ModuleImpl.java:61)
        at org.apache.felix.framework.ModuleImpl$ModuleClassLoader.loadClass(ModuleImpl.java:1733)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
        at org.apache.felix.framework.ModuleImpl.getClassByDelegation(ModuleImpl.java:674)
        at org.apache.felix.framework.Felix.createBundleActivator(Felix.java:3546)

Original issue reported on code.google.com by cif2...@gmail.com on 1 Mar 2011 at 11:06

GoogleCodeExporter commented 8 years ago
You need to use Protege 4.0 I'm afraid. An update to work for Protege 4.1 is 
still in development.
Cheers
Simon

Original comment by simon.j...@gmail.com on 18 Apr 2011 at 10:07

GoogleCodeExporter commented 8 years ago
Today, 27-07-2011, Protege 4.1 has been released.
What is the status of the next update of skoseditor, compatible with P4.1?

Original comment by gerbert....@gmail.com on 27 Jul 2011 at 7:10

GoogleCodeExporter commented 8 years ago
"+ me too!"

Original comment by DipakH...@gmail.com on 13 Aug 2011 at 2:46

GoogleCodeExporter commented 8 years ago
Hi,
I was updating the code to work with 4.1 last week. It sort of works now, but I 
don't have a release yet... I need to fix a couple more bugs this week, I will 
plan to release towards the end of this week. Hopefully you can act as some 
early testers for me. 
Cheers 
Simon

Original comment by simon.j...@gmail.com on 15 Aug 2011 at 11:33

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
There is a version on the download page for testing. 

Original comment by simon.j...@gmail.com on 23 Aug 2011 at 9:07

GoogleCodeExporter commented 8 years ago
Thanks, it is working for me now :)

Original comment by cif2...@gmail.com on 23 Aug 2011 at 9:15

GoogleCodeExporter commented 8 years ago
I am afraid too quick :). The installation is ok, but when browsing the tab, I 
see this error 

java.lang.NoSuchMethodError: 
org.semanticweb.owlapi.model.OWLOntology.getClassAssertionAxioms(Lorg/semanticwe
b/owlapi/model/OWLClassExpression;)Ljava/util/Set;
        at uk.ac.manchester.cs.skos.SKOSDatasetImpl.getSKOSConcepts(SKOSDatasetImpl.java:110)
        at org.sealife.skos.editor.views.SKOSConceptListViewComponent.refill(SKOSConceptList

I am using Protege_4_1_beta

Regards

Original comment by cif2...@gmail.com on 23 Aug 2011 at 9:22

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Upgrade to the Protege 4.1 release and let me know if you still get that error. 
There were some changes to the underlying API from the 4.1 beta. 

Original comment by simon.j...@gmail.com on 24 Aug 2011 at 12:22

GoogleCodeExporter commented 8 years ago
thanks a lot ... it it loaded with Protege 4.1

Is there any there short Tutorial as to how to use SKOSEd to create a Vocabulary

Original comment by DipakH...@gmail.com on 27 Aug 2011 at 6:35

GoogleCodeExporter commented 8 years ago

Original comment by simon.j...@gmail.com on 7 Dec 2011 at 7:46