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 ha

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. BT

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 (https://github.com/ec

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 fol

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 /usr/local/src/apache-tomca

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

2017-06-20 Thread Adam Sanchez
Hi Hugh, I am using the latest versions: java -jar virt_rdf4j.jar OpenLink Virtuoso(TM) Provider for RDF4J(TM) Version 2.1.4 [Build 1.3] java -jar virtjdbc4_2.jar OpenLink Virtuoso(TM) Driver for JDBC(TM) Version 4.2 [Build 3.100] Also, I compiled virt_rdf4j.jar as Henrik did, but I still got

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 Profess

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

2017-06-14 Thread Adam Sanchez
Hi, I wanted to add a virtuoso repository with the rdf4j workbench too but it did not work. I'm running virtuoso 7.2.4 open source on Mac Sierra with rdf4j 2.2.1, tomcat 8.0.39 (the same versions that Henrik used) and java version 1.8.0_73. I also followed the steps described in https://virtuos

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 Wil

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 -ja

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 https://virtuoso.openlin

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

2017-06-12 Thread Hugh Williams
Hi Henrik, We had originally tested with rdf4j 2.0.1 which works. I have just updated my local installation to use the rdf4j 2.2.1 war files and it continues to work and I can create and query new repositories. Note I am using Tomcat 9 but would expect it to work with other versions ... Best

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 oc

[Virtuoso-users] Adding virtuoso to rdf4j failed

2017-05-30 Thread Henrik Schmidt
I wanted to add a virtuoso repository with the rdf4j workbench and did the necessary setup according to the wiki. I'm running virtuoso 7.2.4 open source on ubuntu 16.04 LTS with rdf4j 2.2.1 and tomcat 8.0.39. Setup steps: 1. Copy virtjdbc4_2.jar and virt_rdf4j.jar into the rdf4j server and workb