[Progress Communities] [Progress OpenEdge ABL] Forum Post: PAS appserver request being disconnected (by "idle resource watchdog"?)

Status
Not open for further replies.
D

dbeavon

Guest
One of the "idle timeouts" below is causing the MS-agent _mproapsv to be terminated after 40 seconds. Its pretty clear that nothing is "idle". One of the sessions is active as shown below. There is significant CPU and network activity related to the MS agent. I'd like to know which of the "idle" timeouts (agent, resource, or session) is disconnecting my active/busy sessions. The logs for the ABL application look like this: 16:28:28.417/284937 [TYsa8dvOQuWwC8gsD5z8SA-Monitor] WARN c.p.appserv.IdleResourceWatchdog - shutdown 1 idle agents for agent pool DU7jvsWRQ4Oms1T3irYuYQ 16:28:29.417/285937 [catalina-exec-1] ERROR com.progress.appserv.Session - LocalSession(21F461AACAC39BDAD94B6B09F39C7E7495FA931C5C01.oepas_8815) : error occurred while reading a message processAgentRsp() = java.net.SocketException: Socket Closed:Socket Closed. (18300) 16:28:29.418/278249 [catalina-exec-1] ERROR com.progress.appserv.Agent - releaseABLSession(tX3SDWsGQmOpnaS50yKgAg) failed : invalid session count = 0 (18234) 16:28:29.419/278250 [catalina-exec-1] WARN c.p.appserv.PoolMgt.Connection - TcpAgentConnectionPool(O4BAyKURTYWySCVnIRqMKg) : removeAgentConnection() failed to remove connection : size= 0 max= 1 16:28:29.419/285939 [catalina-exec-1] ERROR com.progress.appserv.Session - LocalSession(21F461AACAC39BDAD94B6B09F39C7E7495FA931C5C01.oepas_8815) : an error occurred while reading response message = java.net.SocketException: Socket Closed:Socket Closed. (18296) 16:28:31.727/288247 [DU7jvsWRQ4Oms1T3irYuYQ-agent-watchdog] WARN c.p.appserv.PoolMgt.AgentWatchdog - AgentWatchdog(DU7jvsWRQ4Oms1T3irYuYQ) : agent tX3SDWsGQmOpnaS50yKgAg PID= 5212 has terminated. ... and the exception from the .Net open client looks like this. Progress.Open4GL.Exceptions.RunTime4GLErrorException occurred HResult=0x80131500 Message=ERROR condition: network exception occurred processing request : com.progress.appserv.broker.exception.BrokerException$NetworkException: Agent : NetworkError[java.net.SocketException: Socket Closed : Error reading message for (D18AB682378304ADE21C7A7B8204159FA81E4C415DD5.oepas_8815) = Socket Closed]:Agent (7211) Its almost like the "IdleResourceWatchdog" is not aware that the session is actually in use, or doesn't understand the meaning of "idle". I'm running OE 11.7.2 on Windows. Any help would be greatly appreciated.

Continue reading...
 
Status
Not open for further replies.
Top