Re: [Virtuoso-users] Installing virtuoso on ubuntu 16.04

2017-10-31 Thread Adam Sanchez
Hi Sara, If you only want to test Virtuoso, you can use a docker container, for example https://hub.docker.com/r/tenforce/virtuoso/ First of all, you must install docker for ubuntu https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04 and next you can f

Re: [Virtuoso-users] Installing virtuoso on ubuntu 16.04

2017-10-31 Thread Sara Yarmohammadi
Luis, Thank you for your answer. What should I do if I want to have Virtuoso version 7.2? Should I install and then upgrade it? I tried to install 7.2. On Mon, Oct 30, 2017 at 3:54 PM, Luis Sergio Araujo < luissergioara...@yahoo.com.br> wrote: > > Sara, > > In ubuntu 16.04, I installed virtuoso

Re: [Virtuoso-users] Virtuoso crash “search.c:326 box_serial_length not supported for data type”

2017-10-31 Thread Hugh Williams
Hi Thomas, There is no work around currently I’m afraid. I will notify when the fix is committed to the open source develop/7 branch or if you track the git commits [1] you will see when it is committed ... [1] https://github.com/openlink/virtuoso-opensource/commits/develop/7 Best Regards Hugh

Re: [Virtuoso-users] Virtuoso crash “search.c:326 box_serial_length not supported for data type”

2017-10-31 Thread Thomas Francart
Hugh Thanks. Can you suggest a workaround while waiting for the fix ? (using Jena adapter instead of RDF4J ? using a different RDF serialization than Turtle ? send the file to the server and run a Virtuoso load command ? ...) How can we be notified when the fix will be available ? Best Regards Th