0 Replies Latest reply on Dec 7, 2005 10:48 AM by 1

    Waiting for X instance(s) to be deallocated

      Hey I am working on an existing servlet architecture that my company created, and I am running into a shutdown problem when I try to shutdown JBoss. I am using JBoss-Catalina 2.4.4. When I prematurely shutdown (ctrc-c) Jboss as it is processing a large query or after JBoss threw an OutOfMemoryError then I get this error message

      [INFO,Engine] StandardWrapper : Waiting for 1 instance(s) to be deallocated

      Is there a flag or parameter that I can set in JBoss so that it terminates all instances when it terminates. As of now Jboss just hangs forever waiting for the instance to terminate. Any help would be appreciated.