WARNING - Connector: Caught IOException while trying to write data to a client connection: null

0
Guys, I found hundreds of this warning last night in the production environment, before system hung. WARNING - Connector: Caught IOException while trying to write data to a client connection: null After the server is restarted, we get hundreds of this ERROR in the log file. ERROR - Connector: Could not find a handler for resource: '/xas/', has the Runtime been started yet? What does these warning and error actually mean? Can someone please explain, because I cannot find this in the documentation. Thank you, Panayu
asked
1 answers
0

I think it means that your server received numerous requests while starting. At least the last error means that somebody tries to connect the server while it is still starting. Nothing to worry about there; they should dissappear once the server has started.

answered