Hi folks
We are using Ice 3.2.1
Our server runs for a period of time then we see something in STDERR like: "Network: stopping to accept tcp connections at .........." after which the server stops listening on the designated port (basically rendering it useless). A thread dump reveals that the server thread pool threads and connection manager threads are running as usual.
Any idea why this is happening? We have changed our Network Trace to 2 from 1 to see if there's anything else we can pick up to determine what is going on.
We are running the exact same process on different kit (on a different network) with no issues.
Is it possible that a low-level unhandled (or logged) error in the Ice runtime is causing the issue?
Many thanks
Simon

Reply With Quote