kingabohus / co-ode-owl-plugins

Automatically exported from code.google.com/p/co-ode-owl-plugins
0 stars 0 forks source link

Problem starting plugin Annotation Template View #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start protege
2. Error on load

What is the expected output? What do you see instead?
The plugin is not started.
I got the error in console
Problem starting plugin Annotation Template View
org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Mi
ssing Constraint: Require-Bundle: org.protege.editor.core.application; bundle-ve
rsion="4.1.0"
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverEr
ror(AbstractBundle.java:1313)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolution
FailureException(AbstractBundle.java:1297)
        at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(Bundl
eHost.java:309)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(Abstrac
tBundle.java:280)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(Abstrac
tBundle.java:272)
        at org.protege.editor.core.BundleManager.startPlugins(BundleManager.java
:144)
        at org.protege.editor.core.BundleManager.loadPlugins(BundleManager.java:
45)
        at org.protege.editor.core.ProtegeApplication.loadPlugins(ProtegeApplica
tion.java:263)
        at org.protege.editor.core.ProtegeApplication.initApplication(ProtegeApp
lication.java:158)
        at org.protege.editor.core.ProtegeApplication.start(ProtegeApplication.j
ava:105)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(Bund
leContextImpl.java:782)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActiv
ator(BundleContextImpl.java:773)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(Bund
leContextImpl.java:754)
        at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(Bundl
eHost.java:352)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(Abstra
ctBundle.java:370)
        at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Frame
work.java:1068)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBund
les(StartLevelManager.java:557)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(St
artLevelManager.java:464)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStart
Level(StartLevelManager.java:248)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEv
ent(StartLevelManager.java:445)
        at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventM
anager.java:220)
        at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(Even
tManager.java:330)
Problem starting plugin Matrix Views
org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Mi
ssing Constraint: Require-Bundle: org.protege.editor.core.application; bundle-ve
rsion="4.1.0"
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverEr
ror(AbstractBundle.java:1313)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolution
FailureException(AbstractBundle.java:1297)
        at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(Bundl
eHost.java:309)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(Abstrac
tBundle.java:280)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(Abstrac
tBundle.java:272)
        at org.protege.editor.core.BundleManager.startPlugins(BundleManager.java
:144)
        at org.protege.editor.core.BundleManager.loadPlugins(BundleManager.java:
45)
        at org.protege.editor.core.ProtegeApplication.loadPlugins(ProtegeApplica
tion.java:263)
        at org.protege.editor.core.ProtegeApplication.initApplication(ProtegeApp
lication.java:158)
        at org.protege.editor.core.ProtegeApplication.start(ProtegeApplication.j
ava:105)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(Bund
leContextImpl.java:782)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActiv
ator(BundleContextImpl.java:773)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(Bund
leContextImpl.java:754)
        at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(Bundl
eHost.java:352)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(Abstra
ctBundle.java:370)
        at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Frame
work.java:1068)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBund
les(StartLevelManager.java:557)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(St
artLevelManager.java:464)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStart
Level(StartLevelManager.java:248)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEv
ent(StartLevelManager.java:445)
        at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventM
anager.java:220)
        at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(Even
tManager.java:330)

What version of the product are you using? On what operating system?
Protege 4.0.2
I test the versions 1_1_0 and 1_1_1, I'm on Windows XP

Original issue reported on code.google.com by adin...@gmail.com on 13 Oct 2010 at 2:45

GoogleCodeExporter commented 8 years ago
I had the same problem but it turned out I was using plugins compiled for a 
different version of Protege. You'll have to pull down new copies of Annotation 
and Matrix.

http://protegewiki.stanford.edu/wiki/Annotation_Template_View
http://protegewiki.stanford.edu/wiki/Matrix

Well wishes,
Phil

Original comment by phillip....@gmail.com on 5 Dec 2010 at 3:45