https://issues.apache.org/bugzilla/show_bug.cgi?id=57275

Rainer Jung <rainer.j...@kippdata.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
                 OS|                            |All

--- Comment #1 from Rainer Jung <rainer.j...@kippdata.de> ---
The messages that you observed are normal when the connection between the
client and IIS can no longer be used to write back the response. This could
either mean your response generation is very slow, so that users have already
reloaded the page or changed to another page, or you have a network stability
problem.

Windows error codes 995 and 1229 are documented as



    995 (0x3E3)

    The I/O operation has been aborted because of either a thread exit or an
application request.


and



    1229 (0x4CD)

    An operation was attempted on a nonexistent network connection.



See also here

http://msdn.microsoft.com/en-us/library/windows/desktop/ms681388%28v=vs.85%29.aspx


Concerning the log level: if you choose some log level, you will always get the
messages for that log level and all more serious log levels. That's normal
product behavior. If you don't want "info", increase configured log level to
"warn" etc.

Please continue this discussion if needed on the tomcat users list:

http://tomcat.eu.apache.org/lists.html

Bugzilla is not a support forum.

Thanks

Rainer

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to