users@glassfish.java.net

Re: Yes, Still i am getting the

From: <forums_at_java.net>
Date: Wed, 27 Feb 2013 12:54:51 -0600 (CST)

Hi Sanila, the interrupted message/warning itself is not a bug, it is just an
indicator that HTTP request processing (Servlet execution) takes longer than
expected (expectation is set by request-timeout setting). You can always
disable this feature by setting request-timeout to -1 on an appropriate
http-listener like [1]. The default timeout value is set to 15mins, it means
one single servlet execution takes longer than 15mins! If this is ok - then
just disable the timeout [1], if this is not ok - then there should be
something wrong w/ the servlet/webapplication code. Thanks. WBR, Alexey. [1]
asadmin set
server-config.network-config.protocols.protocol.http-listener-1.http.request-timeout-seconds=-1

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