-
Notifications
You must be signed in to change notification settings - Fork 26
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
NullPointerException in BlockingContext.moveBlockerUp #36
Comments
If you do not want to share a complete ontology you can try this program : |
Thanks, that nailed it down a lot! I've uploaded the result here: https://gist.github.com/Locke/c275b45823f014ba4a09400fe462c39d#file-minimalontologyfile-owl |
I created an enriched ontology (that's no longer minimal) for a better understanding: https://gist.github.com/Locke/c275b45823f014ba4a09400fe462c39d#file-enrichedontologyfile-owl Interestingly, when I add the range Some background of the ontology: Having both |
Last commit should solve the problem in the 2.6.5-SNAPSHOT. I need more time to investigate this case because the WSDL rule il complex to debug. |
Great, that solved the NullPointerException also in my original ontology / application :) I don't understand what you want to investigate further, so I leave this issue open for you to close. |
Hi,
I'm using openllet-owlapi version 2.6.4 and owlapi-api version 5.1.5.
I get this
NullPointerException
when I try to work with a specific ontology:As the ontology is not public yet I'd like to send it to you via mail (or some other channel. It's nothing secret, but I'm not comfortable sharing it openly without consent from all involved parties).
Initially I got the exception when I called
reasoner.types(someIndividual)
, and I have now created a smaller version to investigate this error better: https://gist.github.com/Locke/c275b45823f014ba4a09400fe462c39dThe basic idea is that there is a basic ontology (created with Protégé) which is then imported by a second file that contains the individuals (created programmatically via owlapi from some other data source).
As I'm quite new to owl it might be that I made a terrible mistake, but in that case it should be detected and guided with a better exception.
The text was updated successfully, but these errors were encountered: