Re: [Virtuoso-users] Debugging SPARQL Update with VOS develop/6

2013-05-20 Thread Hugh Williams
Hi Jim, Yes, you should enable to the trace_on() option and PLDebug=1 to see if they report additional information as to the cause ... Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.openlinksw.com/ Weblog -- http://www.openlinksw.com/bl

Re: [Virtuoso-users] Debugging SPARQL Update with VOS develop/6

2013-05-19 Thread Jim McCusker
virtuoso.log has nothing in it after startup except transaction checkpoints: 11:37:51 Checkpoint started 11:37:52 Checkpoint finished, log reused 12:37:53 Checkpoint started 12:37:53 Checkpoint finished, log reused 13:37:54 Checkpoint started 13:37:54 Checkpoint finished, log reused Should I enab

Re: [Virtuoso-users] Debugging SPARQL Update with VOS develop/6

2013-05-18 Thread Hugh Williams
Hi Jim, Can you please check in the virtuoso.log file to see if any errors or messages are reported when the update is being performed. The Virtuoso trace_on() function can also be used to enable additional tracing to the log file which will show the form of the query being passed and any error

[Virtuoso-users] Debugging SPARQL Update with VOS develop/6

2013-05-18 Thread Jim McCusker
I'm trying to do SPARQL 1.1 Update INSERT DATA using Jena's com.hp.hpl.jena.update package, but: 1) the updates fail and there are no error messages from Jena. 2) the jena virtuoso provider isn't an option because I need to keep the code triple store independent 3) sending the same updates via GET