Re: Tomcat 8.5.5: SecureNioChannel.handshake throws NullPointerException during server startup

2016-09-19 Thread Avanish Kant
Thanks Remy for your input.

May I know the related ticket# and when version 8.5.6 is expected to be 
released?

On Sep 19, 2016 5:48 PM, R?my Maucherat  wrote:
2016-09-19 11:54 GMT+02:00 Avanish Kant :

> Extra bit of information that may help:
> One change that I did try is to change "Http11NioProtocol" to
> "Http11Nio2Protocol" just to see how it goes and noticed that this
> Exception is not thrown for NIO2.
>
> I am suspecting that I have hit some bug with "Http11NioProtocol" and
> appreciate any kind of help/tips you can provide.
>
> The problem was fixed and it will be in the next build, 8.5.6. NIO2
doesn't have the problem since the IO read EOF result didn't have any
special handling (so it was fatal).

R?my



Re: Tomcat 8.5.5: SecureNioChannel.handshake throws NullPointerException during server startup

2016-09-19 Thread Rémy Maucherat
2016-09-19 11:54 GMT+02:00 Avanish Kant :

> Extra bit of information that may help:
> One change that I did try is to change "Http11NioProtocol" to
> "Http11Nio2Protocol" just to see how it goes and noticed that this
> Exception is not thrown for NIO2.
>
> I am suspecting that I have hit some bug with "Http11NioProtocol" and
> appreciate any kind of help/tips you can provide.
>
> The problem was fixed and it will be in the next build, 8.5.6. NIO2
doesn't have the problem since the IO read EOF result didn't have any
special handling (so it was fatal).

Rémy