Re: Database shutdown not releasing file handles

2012-04-04 Thread Kristian Waagan
On 04.04.12 05:23, Trejkaz wrote: We have the occasional user reporting that after shutting down the database, they can see file handles still open. We're using ;shutdown=true (or at least the DataSource equivalent of it) to do this, and we were led to believe that this would be sufficient to

Re: Database shutdown not releasing file handles

2012-04-04 Thread Trejkaz
On Wed, Apr 4, 2012 at 4:46 PM, Kristian Waagan kristian.waa...@oracle.com wrote: On 04.04.12 05:23, Trejkaz wrote: We have the occasional user reporting that after shutting down the database, they can see file handles still open. We're using ;shutdown=true (or at least the DataSource

Re: Database shutdown not releasing file handles

2012-04-04 Thread Kristian Waagan
On 04.04.12 09:27, Trejkaz wrote: On Wed, Apr 4, 2012 at 4:46 PM, Kristian Waagan kristian.waa...@oracle.com wrote: On 04.04.12 05:23, Trejkaz wrote: We have the occasional user reporting that after shutting down the database, they can see file handles still open. We're using ;shutdown=true

Re: Random DRDA Error on IBM J9 JVM

2012-04-04 Thread Peter Ondruška
Brandon, just an idea, are you sure you use 10.8.2.2 jars also on client accessing this Derby network server? Once I switched everything to 10.8.2.2 I stopped seeing the errors on IBM J9. On Wed, Apr 4, 2012 at 8:57 PM, Brandon L. Duncan brandonl.dun...@gmail.com wrote: Hi all, I am seeing 

Re: Embedded derby fails to start

2012-04-04 Thread cruise27
Yes, we opened a JIRA defect with derby. https://issues.apache.org/jira/browse/DERBY-5676 This is running in embedded mode on IBM z/OS Mainframe. We checked quite a few things including whether the disk was full, write permissions, dual booting etc. At this point I think it could be either IBM

Re: Random DRDA Error on IBM J9 JVM

2012-04-04 Thread Brandon L. Duncan
Peter, definitely using the 10.8.2.2 jars. The scenario, which I'm in the process of parsing down to share on JIRA is a single shell script called from qsh to start the network server, run ij, and finally shutdown the network server. The same classpath is shared through all three java calls. On

Constraint already exists in Schema 'APP'

2012-04-04 Thread John Steele
I have three tables Person, Patient, and Employee. Both Patient and Employee have a Foreign Key to Person; however, when creating the constraint for the second time I get the following error: Constraint 'PERSON_FK' already exists in Schema 'APP'. [code] CREATE TABLE PERSON ( PERSON_ID

Re: Random DRDA Error on IBM J9 JVM

2012-04-04 Thread Myrna van Lunteren
On Wed, Apr 4, 2012 at 12:43 PM, Brandon L. Duncan brandonl.dun...@gmail.com wrote: Peter, definitely using the 10.8.2.2 jars. The scenario, which I'm in the process of parsing down to share on JIRA is a single shell script called from qsh to start the network server, run ij, and finally

NPE in Store on boot (was Re: Random DRDA Error on IBM J9 JVM)

2012-04-04 Thread Katherine Marsden
On 4/4/2012 12:43 PM, Brandon L. Duncan wrote: Peter, definitely using the 10.8.2.2 jars. The scenario, which I'm in the process of parsing down to share on JIRA is a single shell script called from qsh to start the network server, run ij, and finally shutdown the network server. The same