On 9/3/13 5:46 AM, Karl-Philipp Richter wrote:
Hi,
I'd like to know whether it is guaranteed that
NetwerkServerController.ping returns in order to further debug a
deadlock (in case it is supposed to return). How can one set the delay
of the ping (or is it based on the default values for network timeouts)?
I hope this is a question worth for the dev list...
All the best,
Kalle
NetworkServerControl.ping() should return immediately. If the server is
up, then ping() just succeeds. Otherwise, ping() raises the following error:
java.lang.Exception: DRDA_NoIO.S:Could not connect to Derby Network
Server
Are you seeing some other behavior?
Thanks,
-Rick