Hi Oleg
You can prevent the I/O reactor from shutting itself down in case of an
unchecked exception by using a custom IOReactorExceptionHandler

http://jakarta.apache.org/httpcomponents/httpcomponents-core/httpcore-nio/apidocs/org/apache/http/nio/reactor/IOReactorExceptionHandler.html
I know this will not fix the cause of the problem but can at least help
ensure the I/O reactor keeps running if the exception is deemed
non-fatal.
Thanks for the suggestion.. I just included this to try to log and recover from any possible uncaught exceptions

regards
asankha

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to