afs commented on issue #3106: URL: https://github.com/apache/jena/issues/3106#issuecomment-2773630098
I reduced the test case to this configuration file. `:graphInfCOLT` isn't used and if removed, the configuration works, but with it, it gives the stacktrace. ```turtle :serviceCOLT rdf:type fuseki:Service ; fuseki:name "COLT" ; fuseki:dataset :dsCOLT ; . :dsCOLT rdf:type ja:RDFDataset ; ja:defaultGraph :graphDefault ; . :graphDefault rdf:type tdb2:GraphTDB2 ; tdb2:dataset :ds_tdb2_COLT ; . :ds_tdb2_COLT rdf:type tdb2:DatasetTDB2 ; rdfs:label "COLT TDB2 Dataset" ; tdb2:location "--mem--" ; . ## ******************* :graphInfCOLT rdf:type ja:InfModel ; ja:baseModel :graphDefault ; ja:reasoner :reasonerCOLT ; . :reasonerCOLT rdf:type ja:Reasoner ; ja:reasonerURL res:OWLMicroFBRuleReasoner ; . ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@jena.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@jena.apache.org For additional commands, e-mail: issues-h...@jena.apache.org