Re: [Virtuoso-users] Heartbleed bug and Virtuoso

2014-05-07 Thread Hugh Williams
Hi Kim, What is the version of Virtuoso being used used (virtuoso-t -?) and version of Linux being used ? Are you building using the Virtuoso open source develop/7 branch as detailed at; http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VOSGitUsage Best Regards Hugh Williams P

Re: [Virtuoso-users] Heartbleed bug and Virtuoso

2014-05-07 Thread Kim, Soonho (IFPRI)
Dear all; We've come across an issue with our server hosting company being unable to start Virtuoso on the due to the upgrade they put in place to address the Heartbleed bug issue, which removed libssl.so.6 that is required by Virtuoso. Then, we rebuilt Virtuoso[0], from running ./configure

Re: [Virtuoso-users] isparql receives wrong response format

2014-05-07 Thread Hugh Williams
Hi Sebastian, What is the version of the iSPARQL VAD you have installed, as with version 1.29.28 the default query expands to the following for me ? query= select distinct ?Concept where {[] a ?Concept} LIMIT 100 format=application/rdf+xml Best Regards Hugh Williams Professional Services Ope

[Virtuoso-users] isparql receives wrong response format

2014-05-07 Thread Sebastian Straub
Hi, I tried to install Virtuoso 7.1 (stable) on Ubuntu 14.04, but due to issue #160 [1], I had to switch to the development-branch, which compiled without any errors. Now, when I run SPARQL queries via HTTP or the basic sparql webinterface, everything works as expected, but when using isparql, I'

Re: [Virtuoso-users] same query, different results

2014-05-07 Thread Kingsley Idehen
On 5/7/14 4:37 AM, Bart Vandewoestyne wrote: Hello list, I'm confused. I have a SPARQL-query of the following form (slightly obfuscated because of NDA-restrictions): SELECT ?val (COUNT(?id) as ?vc) WHERE { ?id ?val. ?id

[Virtuoso-users] same query, different results

2014-05-07 Thread Bart Vandewoestyne
Hello list, I'm confused. I have a SPARQL-query of the following form (slightly obfuscated because of NDA-restrictions): SELECT ?val (COUNT(?id) as ?vc) WHERE { ?id ?val. ?id . } GROUP

Re: [Virtuoso-users] Virtuoso over a VM - question

2014-05-07 Thread Boris Villazon-Terrazas
Hi Hugh Thanks for your reply ... my comments inline ... On 07/05/2014 3:57, Hugh Williams wrote: Hi Boris, The first recommendation would be to update your open source build to the latest develop/7 branch which is at 07.10.3208 containing many query optimizer and other improvements ... htt