StackOverflow error and NPE in derby 10.8.2.2

2013-04-16 Thread stivel
Hi, The following error where thrown during rugular derby execution. I'm unable to identify the cause. Tue Apr 16 14:41:51 IST 2013 Thread[DRDAConnThread_19,5,main] (XID = 875157445), (SESSIONID = 945), (DATABASE = /mnt/rw-mk/rw/DerbyDataBase/MKV3DB), (DRDAID =

Problem inserting

2013-04-16 Thread Alejandro Rodríguez González
Hello all, I've a problem with a very fool piece of code, but, I don't know why is not working. The thing is that I want to get some data from a SPARQL endpoint, and add it to the database. The idea is that the data from the endpoint can be updated from time to tome, so, I use set theory to see

Re: Problem inserting

2013-04-16 Thread John English
On 16/04/2013 14:46, Alejandro Rodríguez González wrote: Basically, I insert using this code: public void insertInputs(SetInput ri) throws Exception { [...snip...] Don't know if it's relevant, but have you checked what ri contains on entry? I had a stupid bug once along these

Re: Problem inserting

2013-04-16 Thread Alejandro Rodríguez González
Hi! Thanks John, I will take a look tomorrow to the code to see if this is the problem. Thanks! On 16 April 2013 19:36, John English john.fore...@gmail.com wrote: On 16/04/2013 14:46, Alejandro Rodríguez González wrote: Basically, I insert using this code: public void