How i can prevent an application exit after of communication error?, I need my application continue once communication is restored.
2013-06-10 18:10:23,333 WARN - ReadTerminal::Exception occurred! - java.io.IOException: Socket closed!
2013-06-10 18:10:23,333 WARN - Forcing application termination on connection 192.168.55.101
2013-06-10 18:10:23,333 DEBUG - Connection 192.168.55.101 is exiting
2013-06-10 18:10:23,333 DEBUG - EndSession being called for terminal 192.168.55.101
2013-06-10 18:10:23,333 DEBUG - Removing - 192.168.55.101
2013-06-10 18:10:23,333 DEBUG - 8 - 192.168.55.101
Also occasionally got the error invalid packe type.
Can anyone give me some ideas to resolve this.
thanks