Re: [Virtuoso-users] Adding virtuoso to rdf4j failed

2017-06-27 Thread Sergey Malinin
On 06/26/2017 07:16 PM, Henrik Schmidt wrote: Hi Adam, can you explain why your solution was necessary and it did work without it for me ? Best Henrik Adam Sanchez schrieb am 23.06.2017 um 13:57: Hi Hugh, Finally I found my own solution. I am not very proud but it works at least. Well, I

Re: [Virtuoso-users] Adding virtuoso to rdf4j failed

2017-06-26 Thread Adam Sanchez
Hi Henrik, Well, it seemed that RDF4J did not load the path to the template virtuoso.ttl. Then, I added the file virtuoso.ttl to the directory core/repository/api/src/main/resources/org/eclipse/rdf4j/repository/config/ and the Virtuoso drivers to the pom.xml file for the compilation process.

Re: [Virtuoso-users] Adding virtuoso to rdf4j failed

2017-06-26 Thread Henrik Schmidt
Hi Adam, can you explain why your solution was necessary and it did work without it for me ? Best Henrik Adam Sanchez schrieb am 23.06.2017 um 13:57: > Hi Hugh, > > Finally I found my own solution. I am not very proud but it works at least. > Well, I have to compile RDF4J

Re: [Virtuoso-users] Adding virtuoso to rdf4j failed

2017-06-23 Thread Adam Sanchez
Hi Hugh, Finally I found my own solution. I am not very proud but it works at least. Well, I have to compile RDF4J (https://github.com/eclipse/rdf4j) including the libraries and the templates provided by Virtuoso (http://vos.openlinksw.com/owiki/wiki/VOS/VirtSesame2HttpRepository) The steps I

Re: [Virtuoso-users] Adding virtuoso to rdf4j failed

2017-06-22 Thread Adam Sanchez
Hi Hugh, I still got the same error I reported. Just in case, these are the paths and the versions I am using. - I have downloaded virt_rdf4j.jar from https://opldownload.s3.amazonaws.com/uda/virtuoso/rdfproviders/rdf4j/2/virt_rdf4j.jar and the version is java -jar

Re: [Virtuoso-users] Adding virtuoso to rdf4j failed

2017-06-20 Thread Hugh Williams
Hi Adam, What is the version of the Virtuoso RDF4J Provider and JDBC driver being used: java -jar virt_rdf4j.jar java -jar virt_jdbc4_2.jar as the components where updated last week and work for Henrik, thus want to check you are using these ? Best Regards Hugh Williams

Re: [Virtuoso-users] Adding virtuoso to rdf4j failed

2017-06-13 Thread Hugh Williams
Hi Henrik, That is true, the sources are included as well such that gradle can recompile if need be, but a compiled jar is provided also, so this is not necessary unless the sources are changed. Anyway the source files have also been updated and the zip file replaced ... Best Regards Hugh

Re: [Virtuoso-users] Adding virtuoso to rdf4j failed

2017-06-13 Thread Henrik Schmidt
Hi Hugh are you sure “rdf4j_virtuoso.zip” is not building it ? I can delete virt_rdf4j.jar and when executing ./gradlew clean Build -x test afterwards I get a new file with the current date stamp. The source is also included in the zip archive. So either it is downloading it or building it

Re: [Virtuoso-users] Adding virtuoso to rdf4j failed

2017-06-13 Thread Hugh Williams
Hi Henrik, The “rdf4j_virtuoso.zip” does not compile the virt_rdf4j.jar provider which is included as a prebuilt jar ... It appears the the Version 2.1.4 [Build 1.2] jar is problematic as when I used that one I got the error you report. There is a later build: De-iMac:rdf4j hwilliams$ java

Re: [Virtuoso-users] Adding virtuoso to rdf4j failed

2017-06-13 Thread Henrik Schmidt
Hi, I succeeded by replacing the virt_rdf4j.jar Version 2.1.4 [Build 1.2] which I downloaded as explained here : https://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtSesame2HttpRepository I instead downloaded and extracted rdf4j_virtuoso.zip as explained here

Re: [Virtuoso-users] Adding virtuoso to rdf4j failed

2017-06-05 Thread Hugh Williams
Hi Henrik, I presume you are following the instructions at: https://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtSesame2HttpRepository When during the addtion of the repo is the error