|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Pellet Reasoner ErrorHi everyone,
Im trying to run Example8 from OWLAPI documentation. Im using Eclipse IDE and I have included these (pellet.jar, aterm-java-x.x.jar, xsdlib.jar and relaxngDatatype.jar) jar files from pellet-1.5.2. Still Its not working and Im getting below mentioned exceptions. Any suggestion? Loaded http://www.co-ode.org/ontologies/pizza/pizza.owl Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory at org.mindswap.pellet.owlapi.Reasoner.<clinit>(Reasoner.java:80) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at community.ontology.Reasoning.createReasoner(Reasoning.java:134) at community.ontology.Reasoning.main(Reasoning.java:37) Thanks in Advance Best regards, -- Najeeb Elahi _______________________________________________ protege-owl mailing list protege-owl@... https://mailman.stanford.edu/mailman/listinfo/protege-owl Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03 |
|
|
Re: Pellet Reasoner ErrorThe "java.lang.NoClassDefFoundError" indicates that there is a JAR file
missing from your classpath (the commons-logging JAR). Also, the OWL API has a separate support mailing list that you can post questions to: http://owlapi.sourceforge.net/support.html Jennifer Najeeb Elahi wrote: > Hi everyone, > > I’m trying to run Example8 from OWLAPI documentation. I’m using Eclipse > IDE and I have included these (pellet.jar, aterm-java-x.x.jar, xsdlib.jar > and relaxngDatatype.jar) jar files from pellet-1.5.2. Still It’s not > working and I’m getting below mentioned exceptions. > Any suggestion? > > > Loaded http://www.co-ode.org/ontologies/pizza/pizza.owl > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/commons/logging/LogFactory > at org.mindswap.pellet.owlapi.Reasoner.<clinit>(Reasoner.java:80) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Unknown Source) > at community.ontology.Reasoning.createReasoner(Reasoning.java:134) > at community.ontology.Reasoning.main(Reasoning.java:37) > > > > Thanks in Advance > Best regards, > > protege-owl mailing list protege-owl@... https://mailman.stanford.edu/mailman/listinfo/protege-owl Instructions for unsubscribing: http://protege.stanford.edu/doc/faq.html#01a.03 |
| Free Forum Powered by Nabble | Forum Help |