Re: Help! Exception while stopping geronimo using Journaled JDBC persistence

2007-10-12 Thread anish pathadan
I got it working.The problem was because I didn't specified useShutDownHook attribute in externalized activemq.xml. So activemq shutdown was happening outside of geronimo shutdown. During shutdown activemq tries to access derby db which was already shutdown by geronimo causing the exception. Best

Help! Exception while stopping geronimo using Journaled JDBC persistence

2007-10-11 Thread anish pathadan
Hi, I am using Journaled JDBC for activemq persistence . I am using activemq 4.1 within geronimo 2.0.1 . I used VM connector for sending messages and I have externalized the activemq.xml in geronimo. I am getting the following exception when trying to stop the geronimo.It work fine if I use