Re: [Virtuoso-users] Odd behavior in Virtuoso 7.0.0

2013-09-22 Thread Hugh Williams
Hi Erich, Is this condition reproducible as a restart of the server seems to have resolved it ? As it would be interesting to see what the "status();" command reports as to the status of the Virtuoso server when in this state ... Best Regards Hugh Williams Professional Services OpenLink Softwa

Re: [Virtuoso-users] Odd behavior in Virtuoso 7.0.0

2013-09-22 Thread Kingsley Idehen
On 9/22/13 8:32 AM, Hugh Williams wrote: a) select distinct ?g where {graph ?g {?s ?p ?o}} from the SPARQL endpoint and it timed out. however, the following query against http://www.geonames.org would work in a second: b) select count(*) as ?cc where {?s ?p ?o} The issue is that listing all

Re: [Virtuoso-users] Odd behavior in Virtuoso 7.0.0

2013-09-22 Thread Erich Bremer
Hi Hugh, I shutdown virtuoso and deleted the database and re-ran the upload with 8 loaders the same way I did. Low and behold, the problem re-occurred the same way. Here is your status() below. I also checked top and virtuoso-t is at 100% at the moment. I'm not going to restart the se

Re: [Virtuoso-users] Odd behavior in Virtuoso 7.0.0

2013-09-22 Thread Erich Bremer
Hi Kingsley, My statement about the triple count SPARQL query was only to state that my virtuoso wasn't frozen for other queries. Historically, for all of my virtuoso 6.x installs: select distinct ?g where {graph ?g {?s ?p ?o}} and select count(*) as ?cc where {?s ?p ?o} have always work

Re: [Virtuoso-users] Odd behavior in Virtuoso 7.0.0

2013-09-22 Thread Kingsley Idehen
On 9/22/13 2:40 PM, Erich Bremer wrote: Hi Kingsley, My statement about the triple count SPARQL query was only to state that my virtuoso wasn't frozen for other queries. Historically, for all of my virtuoso 6.x installs: select distinct ?g where {graph ?g {?s ?p ?o}} and select count(*)

Re: [Virtuoso-users] Odd behavior in Virtuoso 7.0.0

2013-09-22 Thread Erich Bremer
The CPU utilization for the virtuoso-t process dropped back down once I returned after a while. As a quick experiment, I ran the SPARQL query: select distinct ?g where {graph ?g {?s ?p ?o}} which drove virtuoso-t to 100% utilization which then timed out returning the CPU back to baseline. Tryi

Re: [Virtuoso-users] Error installing ODS VAD Packages

2013-09-22 Thread Javier Franco
Hi Hugh, I have just solved. The problem was tha I was not accesing to the command vituoso-t in bin subfolder of virtuoso installation to start the instace. Instead of that I was installing virtuoso-opensource-6.1-bin, so I was starting another virtuoso, not what I had installed from the branch.

Re: [Virtuoso-users] Odd behavior in Virtuoso 7.0.0

2013-09-22 Thread Julien Cojan
Hi, I this related to this issue reported in github : https://github.com/openlink/virtuoso-opensource/issues/80 ? Best, Julien - Mail original - > De: virtuoso-users-requ...@lists.sourceforge.net > À: virtuoso-users@lists.sourceforge.net > Envoyé: Lundi 23 Septembre 2013 03:16:48 >