On 4/28/06, Litton, Tom - CEPM <[EMAIL PROTECTED]> wrote: > I'm running a broker embedded in a tomcat server. I'm getting a > NullPointerException when the server is shut down. > > The exception stack trace is: > java.lang.NullPointerException > at > org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnect > ion.java:1137) > at > org.apache.activemq.ActiveMQConnection.close(ActiveMQConnection.java: > 540)
BTW that is a wrapped exception; the real cause of the exception is not that line; an exception has been received on the client side of a broker exception that occurs when trying to close. I wonder is there any chance of seeing the full stack trace (which hopefully includes the nested exception with the real stack trace in it) -- James ------- http://radio.weblogs.com/0112098/
