2015-05-26 14:32 GMT+02:00 Konstantin Kolinko <knst.koli...@gmail.com>:
> The "forced recycling" message is not a problem per se, but an > indicator of a problem. In the same way as "or even on one virtual > host appeared a page from another virtual host" that you. It signals > that a request/response object was not empty at the place where it was > supposed to have already been recycled. > > AJP Nio2 connector... > > Maybe try with AJP Nio one? I guess that it is more widely used than > Nio2 implementation. > According to the stack trace, it's just a normal AJP ping message. It does nothing except write a pong and then recycle, so the message is expected in that case. BTW, I am still not convinced by the usefulness of this warning message, which does not indicate a problem but does (you never know :) ). > > Tomcat 8.0.23 has already been released (is available on download > servers), but there have been no announcement yet. > > > Anything unusual in your web applications? Like using asynchronous APIs? > > Rémy