users@glassfish.java.net

Re: GRIZZLY0023: Interrupting idle Thread issue

From: <forums_at_java.net>
Date: Tue, 9 Oct 2012 03:22:57 -0500 (CDT)

Hi David, thank you for the info. Looks like you really have unexpected
long-lasting task(s) running, which occupy all the http-listener threads. The
log message just signals about that. Once server becomes unresponsive next
time - pls. take a thread dump using "jstack" utility. Most probably you'll
see all the http-listener worker threads blocked at some operation...
according to [1] log, I'd think it's DB related. Pls. share the threads dump
once you have it. Thanks. WBR, Alexey. [1]
[#|2012-10-05T18:17:13.895+0100|INFO|glassfish3.1.2|javax.enterprise.resource.resourceadapter.com.sun.gjc.spi|_ThreadID=45;_ThreadName=Thread-2;|RAR5106
: AutoCommit based validation detected invalid connection. Set
resource-adapter log-level to FINE for exception stack trace|#]

--
[Message sent by forum member 'oleksiys']
View Post: http://forums.java.net/node/891095