[jboss-user] [Beginner's Corner] - Re: Nessus scan makes JBoss 5.1.0.GA stop processing web requests

Nathan Ciliberto do-not-reply at jboss.com
Thu Feb 23 12:40:11 EST 2012


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]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120223/bed0ed3d/attachment.html 


More information about the jboss-user mailing list