Closed GoogleCodeExporter closed 8 years ago
Duke is waiting for the SPARQL server to respond. It looks like the problem is
simply that the server is taking a long time to process the query.
If you try the new --verbose option you can copy the actual query Duke is
sending and submitting it to the SPARQL engine yourself. If it takes a long
time to return anything you have the cause of the problem. If not we need to
dig deeper.
Original comment by lar...@gmail.com
on 21 May 2011 at 2:50
Indeed, I'm doing -v dogfood.xml now and see:
SPARQL query: SELECT DISTINCT ?instance ?p ?o WHERE {
?instance a <http://xmlns.com/foaf/0.1/Person> . ?instance ?p ?o .
} ORDER BY ?instance ?p ?o limit 1000 offset 0
SPARQL result rows: 1000
SPARQL query: SELECT DISTINCT ?instance ?p ?o WHERE {
?instance a <http://xmlns.com/foaf/0.1/Person> . ?instance ?p ?o .
} ORDER BY ?instance ?p ?o limit 1000 offset 1000
SPARQL result rows: 1000
SPARQL query: SELECT DISTINCT ?instance ?p ?o WHERE {
?instance a <http://xmlns.com/foaf/0.1/Person> . ?instance ?p ?o .
} ORDER BY ?instance ?p ?o limit 1000 offset 2000
etc.
... which means that I need to run down to the office and restart the server
(embarrassingly this is our dataset ;)
Thanks!
Original comment by Michael.Hausenblas
on 21 May 2011 at 2:57
Well, to me it looks like it's just slow, but that it *is* responding. So it
looks like you're OK.
Original comment by lar...@gmail.com
on 21 May 2011 at 3:51
Original issue reported on code.google.com by
Michael.Hausenblas
on 21 May 2011 at 2:46