Galigator
Galigator
In fact I spend some weekends on it. It is harder to fix because simple change around this create problems elsewhere. It may need a modern rewrite with less mutable...
If you try to compile openllet (or pellet) and encounter this error you can try 'mvn clean install -DskipTests=true', or try again until it work.
Is the 'prop' reflexive ?
Interresting. Many time ago I have done some benchmark to choose the best fitted reasoner for my needs. Pellet/Openllet was'nt the fastest on specific ontology (short or long) but was...
What you describe look like stardog. There is no server in Openllet also there is no docker image available. I see Openllet more like a lib than a stand alone...
Core problem is here : https://issues.apache.org/jira/browse/XERCESJ-1654
see also : http://bugs.java.com/view_bug.do?bug_id=8016153 http://bugs.java.com/view_bug.do?bug_id=8015487
Version 2.6.1 ? Do you have a small ontology that produce the error ? something I could try.
It is possible that the problem came from the rule itself. Sometime the production of a predicat (wapa:hasQuantityValue(?c, ?moved)) can lead to application of the rule one more time. Then...
Thx for the ontology. I have made some trys with the OwlApi(like Protege) and it looks okay. Also when using jena with Openllet 2.6.2, there is no java.lang.StackOverflowError . But...