Re: [Virtuoso-users] problems with HTTP SPARQL QUERIES

2015-09-08 Thread Nuria Queralt Rosinach
Hi Hugh, On 08/29/2015 12:29 AM, Hugh Williams wrote: Hi Núria, So you increased from 9000 to 900 , which is excessive considering the query takes 144secs to complete ? well, this is the computer time, my crono said 2'25'' Can you provide the query being executed as well as the query

Re: [Virtuoso-users] problems with HTTP SPARQL QUERIES

2015-09-08 Thread Hugh Williams
Hi Núria, So you increased from 9000 to 900 , which is excessive considering the query takes 144secs to complete ? Can you provide the query being executed as well as the query profile by running “set profile on;” from isql before running the query. What is the current triple count on the

Re: [Virtuoso-users] problems with HTTP SPARQL QUERIES

2015-08-28 Thread Nuria Queralt Rosinach
Hi Hugh, On 08/28/2015 06:46 PM, Hugh Williams wrote: Hi Núria, What was the 'MaxQueryCostEstimationTime’ parameter set to previously and what did you increase it to , as the “ERR_CONTENT_DECODING_FAILED” error seem odd for a timeout parameter ? I increased from 9x10**3 to 9x10**6 I got d

Re: [Virtuoso-users] problems with HTTP SPARQL QUERIES

2015-08-28 Thread Hugh Williams
Hi Núria, What was the 'MaxQueryCostEstimationTime’ parameter set to previously and what did you increase it to , as the “ERR_CONTENT_DECODING_FAILED” error seem odd for a timeout parameter ? Also, when you ran the query from isql how long does it take to execute and return results ? Best Reg

Re: [Virtuoso-users] problems with HTTP SPARQL QUERIES

2015-08-28 Thread Nuria Queralt Rosinach
Hi Hugh, Problem solved! just increasing a bit the ' MaxQueryCostEstimationTime' parameter in the configuration of the SPARQL service and the query works perfectly fine :) Thank you very much for your always fast replies. Best, Núria On 08/28/2015 04:30 PM, Nuria Queralt Rosinach wrote: Hi

Re: [Virtuoso-users] problems with HTTP SPARQL QUERIES

2015-08-28 Thread Nuria Queralt Rosinach
Hi Hugh, On 08/28/2015 02:56 PM, Hugh Williams wrote: HI Núria, You reported the same error running a SPARQL-FED query last year, was this resolved then as it is unclear from the thread ? Good memory! i managed to solve the problem in that case. This time it is not a FED. What is the query

Re: [Virtuoso-users] problems with HTTP SPARQL QUERIES

2015-08-28 Thread Hugh Williams
HI Núria, You reported the same error running a SPARQL-FED query last year, was this resolved then as it is unclear from the thread ? What is the query currently being run is it a SPARQL-FED query also or a query against the local instance ? If the query runs from isql which executes queries as

[Virtuoso-users] problems with HTTP SPARQL QUERIES

2015-08-28 Thread Nuria Queralt Rosinach
Dear all, I have a problem with a query that perfectly works via ISQL, but it does not via Web. The error i got is: Error code: ERR_CONTENT_DECODING_FAILED Virtuoso version implemented: OpenLink Virtuoso Server Version 07.10.3211-pthreads for Linux as of Nov 4 2014 Could you shed light on