Re: [Virtuoso-users] Blank node usage via Sesame

2010-11-18 Thread Hugh Williams
Hi Timo, I don't get it, as you say the initial download was from http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSDownload ie http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSDownload/virt_sesame3.jar , which I have just downloaded and compare with the version in the archive

[Virtuoso-users] Error 22007 XM033 (while loading RDF to virtuoso)

2010-11-18 Thread Jamshaid Ashraf
Hi, I am uploading rdf file using "RDF Store Upload (Conductor) rdf_import" web interface and getting error You have attempted to upload invalid data. You can only upload RDF, Turtle, N3 serializations of RDF Data to the RDF Data Store. I tried to validate the rdf itself and it was validated with

Re: [Virtuoso-users] Blank node usage via Sesame

2010-11-18 Thread Timo Westkämper
Hi Hugh. The jar in CVS (virt_sesame3.jar) works perfectly well, and the sources seem fine as well, but the jar on the Download page causes the Exception. It seems that for some reason the used ValueFactory doesn't contain a BNodeFactory. Best regards, Timo Westkämper. Hi Timo, The source

Re: [Virtuoso-users] Cannot do pulk upload 2nd time - it crashes

2010-11-18 Thread Jamshaid Ashraf
Rumi, When i executed the commands, server was up. this error message i forwarded you in case if it carries some info for you to figure out my i cant do bulk upload did you see the error message window (image) i forwarded in last email? regards jamshaid On Thu, Nov 18, 2010 at 12:46 PM, Rumi

Re: [Virtuoso-users] Cannot do pulk upload 2nd time - it crashes

2010-11-18 Thread Rumi Tsekova
Hi Jamshaid, This error means Virtuoso Server is down. Please ensure it is started. If the error appears again, you might see on Virtuoso Server Console what other errors are printed out. ( i.e. ensure initially you have started the server in debug console). Best Regards, Rumi - Original

Re: [Virtuoso-users] Cannot do pulk upload 2nd time - it crashes

2010-11-18 Thread Jamshaid Ashraf
Hi, One more thing. following is the error message got while using iisql ms-dos window SQL> rdf_loader_run(); *** Error 08S01: [OpenLink][Virtuoso ODBC Driver]CL065: Lost connection to server at line 3 of Top-Level: rdf_loader_run() regards jamshaid On Thu, Nov 18, 2010 at 11:51 AM, Jamshaid

Re: [Virtuoso-users] Cannot do pulk upload 2nd time - it crashes

2010-11-18 Thread Jamshaid Ashraf
Dear Hugh, Referring to my last email and your reply on that i have following updates with some queries. 1) do i need to run bulk upload script every time i plan to do bulk upload? 2) is there any issue in using different folder for every next bulk upload? 3) So far i have using three steps but o

Re: [Virtuoso-users] Blank node usage via Sesame

2010-11-18 Thread Hugh Williams
Hi Timo, The source for the sesame 3 provider are in ~/binsrc/sesame3/virtuoso_driver of the open source archive (ditto for the sesame2 provider) ... Best Regards Hugh Williams Professional Services OpenLink Software Web: http://www.openlinksw.com Support: http://support.openlinksw.com Forums: h

Re: [Virtuoso-users] Blank node usage via Sesame

2010-11-18 Thread Timo Westkämper
Hi Hugh. I used the Sesame 3 adapter and JDBC 4 driver from this page : http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSDownload The Sesame dependencies I use are from the 3.0-alpha-1 version via this Maven repository : http://repo.aduna-software.org/maven2/releases Are the source

Re: [Virtuoso-users] Blank node usage via Sesame

2010-11-18 Thread Hugh Williams
Hi Timo, Yes, Virtuoso does support blank nodes as does the Virtuoso Sesame Provider. How exactly are you compiling and attempting to run the application containing the code snippet you provided below ? Best Regards Hugh Williams Professional Services OpenLink Software Web: http://www.openlink