Re: Deadlocks

2005-07-11 Thread Sunitha Kambhampati
Derby has debug flags that prints out the lock table information to derby.log, and this can help debug lock timeout/deadlock errors. The following faq entry talks about how to enable these flags. http://incubator.apache.org/derby/faq.html#debug_lock_timeout Hope this helps, but please do pos

Deadlocks

2005-07-11 Thread John English
During development, I am sometimes doing stupid things that result in lockups (embedded server, btw). When I find and fix the bugs, the lockups generally go away... but is there an easier way to find out what & where a deadlock was caused by, who/where locked the table concerned, and so on, just t

Derby hanging on port conflict

2005-07-11 Thread Simon
Hi all, I notice if I accidently start 2 instances of Derby Network Server on the same port, not only does the 2nd instance get the binding to the port rejected but the 1st instance hangs as well.   This seems to happen on both linux and windows. Anyone know if there is a reason this is happening

Re: Derby and JDBC client

2005-07-11 Thread Thomas Lecavelier
Already seen, but thanks a lot :) Jean T. Anderson a écrit : > Hi, Tom, > > Also, there's a new SQuirrel jar that fixes a problem using the network > client. If you haven't seen it yet, this post has details: > http://mail-archives.apache.org/mod_mbox/db-derby-user/200507.mbox/[EMAIL > PROTECTED

Re: Derby and JDBC client

2005-07-11 Thread Jean T. Anderson
Hi, Tom, Also, there's a new SQuirrel jar that fixes a problem using the network client. If you haven't seen it yet, this post has details: http://mail-archives.apache.org/mod_mbox/db-derby-user/200507.mbox/[EMAIL PROTECTED] cheers, -jean Thomas Lecavelier wrote: Sorry for the delay, I

Middlegen

2005-07-11 Thread Advait Suhas Pandit
Hi, Can someone please tell me how to set up Derby to work with Middlegen. Since there are 2 jar files (db2jcc_license_c.jar & db2jcc.jar), I'm not sure how to create the db2.xml file for Middlegen. Also, I am using COM.ibm.db2.jdbc.app.DB2Driver for the driver property in my Middlegen db2.xml file

Re: Derby and JDBC client

2005-07-11 Thread Thomas Lecavelier
Sorry for the delay, I was out of office for a while. In fact, I had made mistake with SQierreL configuration. It works correctly with the EmbeddedDriver. No problem using it now. Sorry for the disturbance ;) -- Tom Jean T. Anderson a écrit : > Thomas Lecavelier wrote: > >> Hi everybody, >> >>