On 4/25/2012 5:31 AM, Rick Hillegas wrote:
On 4/24/12 6:49 PM, Tomcat Programmer wrote:
That is a very good question... there is no error message at all. However, what I did see was a startup message, like when the database initially starts. Except, I never restarted it! And the machine did not reboot... are there ever conditions where it auto-restarts itself?
Derby engines and databases don't spontaneously reboot as far as I know. This suggests that the engine and/or database are being bounced by code higher up your application stack.

You might want to set the following derby properties as system properties or in a derby.properties file in derby.system.home to help figure out the history and where the restart occurs.

derby.infolog.append=true
derby.stream.error.logBootTrace=true



Reply via email to