-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi,
I am trying to use "PAGOdAClassificationManager" but i get the following exception on RDFox data store. I try also not to use RDFox in order to see whether i get the exception or not but i am getting this exception.
0 [main] INFO org.semanticweb.more - loading ontology
0 [main] INFO org.semanticweb.more - all assertional axioms in this ontology will be ignored for the purpose of classification
5 [main] INFO org.semanticweb.more - 4 axioms in working ontology
Exception in thread "main" java.lang.ExceptionInInitializerError
at uk.ac.ox.cs.pagoda.reasoner.light.RDFoxQueryEngine.createDataStore(RDFoxQueryEngine.java:108)
at uk.ac.ox.cs.pagoda.reasoner.light.BasicQueryEngine.(BasicQueryEngine.java:45)
at org.semanticweb.more.pagoda.PAGOdAClassificationManager.(PAGOdAClassificationManager.java:88)
at org.semanticweb.more.pagoda.PAGOdAClassificationManager.(PAGOdAClassificationManager.java:94)
at TestMain.submitfiles(TestMain.java:58)
at TestMain.main(TestMain.java:33)
Caused by: java.lang.RuntimeException: java.lang.NoSuchFieldException: loadedLibraryNames
at uk.ac.ox.cs.JRDFox.store.DataStore.(Unknown Source)
... 6 more
Caused by: java.lang.NoSuchFieldException: loadedLibraryNames
at java.base/java.lang.Class.getDeclaredField(Class.java:2416)
... 7 more
Kindly have a look at it. And any solution would be appreciated. Thanks!