Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception in thread "main" java.lang.ExceptionInInitializerError #2

Open
hmqq opened this issue Apr 11, 2022 · 0 comments
Open

Exception in thread "main" java.lang.ExceptionInInitializerError #2

hmqq opened this issue Apr 11, 2022 · 0 comments

Comments

@hmqq
Copy link

hmqq commented Apr 11, 2022

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant