Until recently I have just been ignoring these errors as they didn't affect the functionality of the system. However, I have just added an SSL connector to tomcat which works on my development server, but on the live machine every time I get one of these exceptions over a secure connection, the SSL connector is apparently shutdown as no further requests to https://.... respond. I have to restart Tomcat and then it's up for a very short time until the expection is thrown again.
The exceptions seem to occur when navigating through pages quickly (not waiting for them to load entirely). I'm not worried about stopping the exceptions occuring just stopping the secure connection from going down.
--------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)