Nathan Ciliberto [https://community.jboss.org/people/snacker] created the discussion
"Re: Nessus scan makes JBoss 5.1.0.GA stop processing web requests" To view the discussion, visit: https://community.jboss.org/message/719225#719225 -------------------------------------------------------------- Can you get a stack trace of the threads that are hanging when they are hanging? Unix : kill -QUIT <jboss-pid> Windows : CTRL+BREAK in DOS window (if any) jmx-console (jboss 5 or 6) : "jboss.system" -> "type=ServerInfo" -> click on button for "listThreadDump" JDK jstack : jstack [-F] -l <pid> You could also try jconsole, jvisualvm or MBean java.lang.Threading ("java.lant:type=Threading") "dumpAllThreads()". That might give a bit more insight as to what is going on here. -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/719225#719225] Start a new discussion in Beginner's Corner at Community [https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
