Reasoner fails to load with OWLAPI 5.0.2

Issue #60 open
Nicholas Robison created an issue

When trying to use the reasoner with the new 5.x version of the Java owlapi, I get the following error on initalization:

java.lang.NoSuchMethodError: org.semanticweb.owlapi.model.OWLObjectSomeValuesFrom.getFiller()Lorg/semanticweb/owlapi/model/OWLPropertyRange;

Works correctly when I switch back to 4.2.5.

Comments (6)

  1. Dmitry Tsarkov repo owner

    I've checked that the latest FaCT++ works with the latest OWLAPI 5. I'm not sure what exactly fixed this. The OWLAPI version changes from 5.0.2 to 5.1.0. In the mean time I've made a major refactoring of Java part. Each of these might contribute.

  2. Log in to comment