calling IAgent.sendCommand more than 150 times gives a SocketException [message #123064] |
Tue, 12 February 2008 11:40  |
Eclipse User |
|
|
|
Tried to call sendCommand from within a Client
about 500 times. The agent stops receiving commands
between command nr. 100 and 150. The Client side
sends about 300 without complaining and is giving
me this stacktrace:
java.net.SocketException: Connection reset by peer: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(Unknown Source)
at java.net.SocketOutputStream.write(Unknown Source)
at
org.eclipse.tptp.platform.execution.client.core.internal.Con nectionImpl.sendMessage(ConnectionImpl.java:499)
at
org.eclipse.tptp.platform.execution.client.core.internal.Age ntController.sendCommand(AgentController.java:1338)
at
org.eclipse.tptp.platform.execution.client.agent.internal.Ag entImpl.sendCommand(AgentImpl.java:353)
at
org.evotest.testdriver.TestDriver.enqueueForExecution(TestDr iver.java:117)
at org.evotest.testdriver.TestDriver.main(TestDriver.java:221)
all the ac stuff is newly compiled from CVS
Is there some limitation on how many commands are allowed to be
send?
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04208 seconds