Strange exception during simple insert statement

2007-07-31 Thread John C. Turnbull
I have been getting some spurious exceptions in a 10.2.2.0 embedded database namely: State = 40XL1, Message = A lock could not be obtained within the time requested, Code = 3000 during a simple insert statement like INSERT INTO TableA(id, name, createTime) VALUES (1, 'Name', CURRENT

Re: Strange exception during simple insert statement

2007-07-31 Thread Manjula Kutty
Hi John, You can find some information regarding the locking issue here http://db.apache.org/derby/faq.html#debug_lock_timeout If you still have questions, please let me know Thanks Manjula On 7/31/07, John C. Turnbull [EMAIL PROTECTED] wrote: I have been getting some spurious exceptions