You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-auto@ws.apache.org by "Daphna Wasserman (dwasserm)" <dw...@cisco.com> on 2009/03/31 17:00:39 UTC

server.XmlRpcErrorLogger - Read timed out

Hi,
 
We have a java based NMS application which launches several JVMs. Every
1 minute, the "master" process pings all other processes, and they reply
("pong") to it,  verifying they are up and running. 
 Although this ping-pong exchange occurs as scheduled, 30 seconds after
each run, the following exception is thrown:
 
DEBUG [03 31 2009 17:15:45.994 IDT] -
HighAvailabilityServiceImpl.(proxy) - ping received from : HATarget
[type: MC_Target, MC ip: 10.56.22.102, target: 10.56.22.102, alarm:
HA_Alert]
ERROR [03 31 2009 17:15:45.995 IDT] -
HighAvailabilityServiceImpl.pongTarget - >>>>>>>>SOut: pong result: PONG
DAPHNA
ERROR [03 31 2009 17:16:15.936 IDT] - server.XmlRpcErrorLogger - Read
timed out
java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.read(SocketInputStream.java:129)
        at
java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
        at
java.io.BufferedInputStream.read(BufferedInputStream.java:237)
        at
org.apache.xmlrpc.webserver.Connection.readLine(Connection.java:241)
        at
org.apache.xmlrpc.webserver.Connection.getRequestConfig(Connection.java:
150)
        at
org.apache.xmlrpc.webserver.Connection.run(Connection.java:204)
        at
org.apache.xmlrpc.util.ThreadPool$Poolable$1.run(ThreadPool.java:66)

 
Any ideas?
 
Thanks
Daphna