Re: [Virtuoso-users] DESCRIBEing a URI white implicitly naming the graph

2008-12-30 Thread Ivan Mikhailov
Hello Kjetil, It seems to me that the problem is not in DESCRIBE but in the browser that is unable to render an RDF/XML so it displays an empty page. The problem is that SPARQL web service protocol do not allow returning of result of DESCRIBE as an HTML. I've tried your endpoint and found that DE

Re: [Virtuoso-users] Virtuoso Server Still Hangs Sleeping on Futex_Wait /P.S.

2008-12-30 Thread Peter Ansell
Have you tried count(?o1) instead of count(*)? Do you really want labels for subjects which also have at least one other predicate associated with them? In graph matching terms you are currently trying a very broad query and possibly shouldn't expect it to be returning results very quickly. W

Re: [Virtuoso-users] Virtuoso Server Still Hangs Sleeping on Futex_Wait /P.S.

2008-12-30 Thread Marvin Lugair
yes, I gave the config logs. his suggestion was to recompile with pthreads on. i did that but it didnt solve my issue. --- On Tue, 12/30/08, Hugh Williams wrote: > From: Hugh Williams > Subject: Re: [Virtuoso-users] Virtuoso Server Still Hangs Sleeping on > Futex_Wait /P.S. > To: aunm...@ya

Re: [Virtuoso-users] Virtuoso Server Still Hangs Sleeping on Futex_Wait /P.S.

2008-12-30 Thread Hugh Williams
Hi Marvin, Have you provided the information Ivan requested on 10th Dec when you first reported this issue ? Begin forwarded message: From: Ivan Mikhailov Date: 10 December 2008 16:55:27 GMT To: aunm...@yahoo.com Cc: virtuoso-users@lists.sourceforge.net Subject: Re: [Virtuoso-users] Virtuos

Re: [Virtuoso-users] Virtuoso Server Still Hangs Sleeping on Futex_Wait /P.S.

2008-12-30 Thread Marvin Lugair
by the way, if i take out the first line ?s1 ?p1 ?o1 the results will be returned very fast. When I keep that line the server eventually hangs. --- On Tue, 12/30/08, Marvin Lugair wrote: > From: Marvin Lugair > Subject: [Virtuoso-users] Virtuoso Server Still Hangs Sleeping on Futex_Wait > T

[Virtuoso-users] Virtuoso Server Still Hangs Sleeping on Futex_Wait

2008-12-30 Thread Marvin Lugair
Hello, I am still having this problem with the virtuoso server on any query of significance on the latest debpedia. I have 146 million triples of the core dbpedia 3.2 loaded on my 8 gig machine. I tried the suggestion you guys sent me including recompiling with the pthreads flag. Nothing works.