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...
1. Protege 4.1.0 (build 239)
2. SKOSEd 2.0-alpha
3. OSX Lion 10.7.2
4. Java info...
java version "1.6.0_29"
Java(TM) SE Runtime Environment (build 1.6.0_29-b11-402-11M3527)
Problem...
The Asserted Concept Hierarchy and Concept Scheme List View both have the
following error:
An error occurred whilst creating the view
NullPointerException
null
The Top Concepts View Hierarchy View works.
Original issue reported on code.google.com by [email protected] on 4 Jan 2012 at 2:12
The text was updated successfully, but these errors were encountered:
I have exactly the same problem (using Linux). Adding the Asserted Concept
Hierarchy throws a NullPointerException:
java.lang.NullPointerException
at org.semanticweb.skosapibinding.SKOSManager.<init>(SKOSManager.java:71)
at org.sealife.skos.editor.views.SKOSConceptAssertedHierarchyProvider.<init>(SKOSConceptAssertedHierarchyProvider.java:57)
at org.sealife.skos.editor.views.SKOSConceptAssertedHierarchyViewComponent.createProvider(SKOSConceptAssertedHierarchyViewComponent.java:87)
at org.sealife.skos.editor.views.AbstractHierarchyViewComponent.initialiseIndividualsView(AbstractHierarchyViewComponent.java:121)
at org.sealife.skos.editor.views.SKOSConceptAssertedHierarchyViewComponent.initialiseIndividualsView(SKOSConceptAssertedHierarchyViewComponent.java:106)
at org.protege.editor.owl.ui.view.individual.AbstractOWLIndividualViewComponent.initialiseView(AbstractOWLIndividualViewComponent.java:31)
at org.protege.editor.owl.ui.view.AbstractOWLSelectionViewComponent.initialiseOWLView(AbstractOWLSelectionViewComponent.java:118)
at org.protege.editor.owl.ui.view.AbstractOWLViewComponent.initialise(AbstractOWLViewComponent.java:61)
at org.protege.editor.core.ui.view.View.createContent(View.java:439)
at org.protege.editor.core.ui.view.View.createUI(View.java:219)
at org.protege.editor.core.ui.view.View$1.hierarchyChanged(View.java:149
....
Michael
Original issue reported on code.google.com by
[email protected]
on 4 Jan 2012 at 2:12The text was updated successfully, but these errors were encountered: