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

Run MORe Doesn't Work #1

Open
nuralfiekowati opened this issue Nov 18, 2020 · 1 comment
Open

Run MORe Doesn't Work #1

nuralfiekowati opened this issue Nov 18, 2020 · 1 comment

Comments

@nuralfiekowati
Copy link

nuralfiekowati commented Nov 18, 2020

Dear developer,

I am currently working with some reasoners for a research. Since I am working with the reasoners for OWL 2, I am trying to run MORe as one of the reasoners. I have already tried to follow the sample of MORe usage that you write, but I have an exception as follows:

Exception in thread "main" java.lang.SecurityException: Invalid signature file digest for Manifest main attributes
at sun.security.util.SignatureFileVerifier.processImpl(Unknown Source)
at sun.security.util.SignatureFileVerifier.process(Unknown Source)
at java.util.jar.JarVerifier.processEntry(Unknown Source)
at java.util.jar.JarVerifier.update(Unknown Source)
at java.util.jar.JarFile.initializeVerifier(Unknown Source)
at java.util.jar.JarFile.ensureInitialization(Unknown Source)
at java.util.jar.JavaUtilJarAccessImpl.ensureInitialization(Unknown Source)
at sun.misc.URLClassPath$JarLoader$2.getManifest(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at ontologybasedinconsistencymeasures.inconsistencyMeasureMore.main(inconsistencyMeasureMore.java:57)

The exception points to line 57 in my source codes which is to define the reasoner factory: MOReReasonerFactory rf = new MOReReasonerFactory();

Could you please give me an insight how do I solve that exception?

@k00ni
Copy link

k00ni commented Jun 2, 2023

I would like to know that too. Seems like the project is abandoned?

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

2 participants