Re: Transaction error with Fuseki REST API + TDB2

2018-10-09 Thread Rob Vesse
Reformatted config to make it readable. Hopefully someone more familiar with the inference machinery will know where to start looking Rob On 09/10/2018, 15:07, "Brad Stallion" wrote: Hi Rob,thanks a lot for your reply. I'm using fuseki-3.9.0 and this is my config file: @prefix :

Re: Transaction error with Fuseki REST API + TDB2

2018-10-09 Thread Brad Stallion
Hi Rob,thanks a lot for your reply. I'm using fuseki-3.9.0 and this is my config file: @prefix :      .@prefix rdf:    .@prefix tdb2:  .@prefix ja:   

Re: Transaction error with Fuseki REST API + TDB2

2018-10-09 Thread Rob Vesse
Brad The stack trace looks like you have configured a dataset with some inference. It is possible that the inference layer is not using transactions on the underlying dataset properly, and/or caching some data that is tied to a specific transaction. For further help we would likely need to

Transaction error with Fuseki REST API + TDB2

2018-10-09 Thread Brad Stallion
Hi All,I have a TDB2 KB exposed by Fuseki REST api.Such APIs are invoked by Python code. Each invocation is performed by an urllib2 get/post urlopen.Queries and updates works, but sometime I get this error from Fuseki: "urllib2.HTTPError: HTTP Error 500: Iterator used inside a different