On 05/11/12 14:16, Elli Schwarz wrote:
Andy,
Thank you for your prompt response. I just rebuilt all of Jena from the trunk
(revision 1405798) in order to get the latest copy of tdb, and then I
repackaged jena-fuseki, and I'm still having this problem. In fact, your
earlier suggestion of trying
INSERT { GRAPH <http://192.168.6.37/graph/new> { ?s ?p ?o "NEW" } }
WHERE { GRAPH <urn:x-arq:UnionGraph> { ?s ?p "FOO" } }
isn't working either, even in the latest version.
Ok - I'll look at Fuseki's handling of the TDB dataset. What is your
config file / command line args for running the server?
By the way, when building Jena from the trunk, the following tests fail with
NullPointerExceptions:
testNumericTimeout(com.hp.hpl.jena.sparql.engine.http.TestService)
testStringTimeout(com.hp.hpl.jena.sparql.engine.http.TestService)
testStringTimeout2(com.hp.hpl.jena.sparql.engine.http.TestService)
What is your development setup?
(timeouts going off in tests isn't unknown - there isn't a "cause" as
such. Some tests have sensitive timeouts but the alternative is slow
tests.)
I had to set mvn to ignore tests to get past this problem.
Thank you for your help!
-Elli
________________________________
From: Andy Seaborne <[email protected]>
To: [email protected]
Sent: Saturday, November 3, 2012 12:10 PM
Subject: Re: Another problem with Insert query and Fuseki
On 03/11/12 10:56, Andy Seaborne wrote:
Recorded as JENA-344.
Fixed (in TDB). It'll be in tonight's development build.
Andy