Re: [Virtuoso-users] Error 40001 when loading N3 files

2010-04-07 Thread Ted Thibodeau Jr
Hi, Alison -- On Apr 7, 2010, at 10:31 AM, Alison Callahan wrote: > I was loading N3 files onto a Virtuoso endpoint (version 6.1.1), and > after all the files had loaded but before the changes were committed > the following error occurred: > > *** Error 40001: [Virtuoso Driver][Virtuoso Server]SR

Re: [Virtuoso-users] Error 40001 when loading N3 files

2010-04-07 Thread Ivan Mikhailov
Hello Alison, A value of 4 for log_mode argument is not supported: it's a bitmask of bits 1 and 2. I'd be unable to predict the final effect of this value, but you've just tried it and got 40001. Best Regards, Ivan Mikhailov OpenLink Software http://virtuoso.openlinksw.com On Wed, 2010-04-07 at

[Virtuoso-users] inserting negative date value via sparql endpoint

2010-04-07 Thread Benjamin
Hello, I want to insert a triple via SPARQL endpoint (Virtuoso 6.1.1) with following statement: insert into graph { "-0048-09-28"^^ . } This raises

[Virtuoso-users] Error 40001 when loading N3 files

2010-04-07 Thread Alison Callahan
Hello all I was loading N3 files onto a Virtuoso endpoint (version 6.1.1), and after all the files had loaded but before the changes were committed the following error occurred: *** Error 40001: [Virtuoso Driver][Virtuoso Server]SR325: Transaction aborted due to a database checkpoint or database-

Re: [Virtuoso-users] fix for jena provider in 6.1 release

2010-04-07 Thread Hugh Williams
Hi Jesse, Development indicate that our class extends Jena's NiceIteterator class as follows: public class VirtResSetIter extends NiceIterator With code in the Jena NiceIterator.java source file of the form: ... public ExtendedIterator filterDrop( final Filter f ) { return new Filter