Re: [Virtuoso-users] strange time out on simple query

2009-10-08 Thread Kurt J
doh! I knew that ;-) Thanks Hugh for your timely and helpful reply as usual. On Thu, Oct 8, 2009 at 11:44 AM, Hugh Williams wrote: > Hi Kurt, > > When you query sparql endpoint http://virtuoso.dbtune.org/sparql it contains > the default graph  URI of http://dbtune.org/myspace/ which you are not

Re: [Virtuoso-users] strange time out on simple query

2009-10-08 Thread Hugh Williams
Hi Kurt, When you query sparql endpoint http://virtuoso.dbtune.org/sparql it contains the default graph URI of http://dbtune.org/myspace/ which you are not including in your curl query as a result it is querying against the entire QUAD stored or whatever the Default graph is set to in th

Re: [Virtuoso-users] strange time out on simple query

2009-10-07 Thread Kurt J
here is the full result of the curl curl -v -F "query=SELECT ?s WHERE { ?s }" http://virtuoso.dbtune.org/sparql * About to connect() to virtuoso.dbtune.org port 80 (#0) * Trying 138.37.95.213... connected * Connected to

[Virtuoso-users] strange time out on simple query

2009-10-07 Thread Kurt J
Hello, A user made me aware of this on the DBtune/myspace endpoint http://virtuoso.dbtune.org/sparql this query: SELECT ?s WHERE { ?s } runs fine through the web interface but then seems to timeout in all other instances