You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2006/07/10 11:59:04 UTC

DO NOT REPLY [Bug 39999] New: - ajp_connection_tcp_send_message::jk_ajp_common.c sendfull returned -32

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39999>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39999

           Summary: ajp_connection_tcp_send_message::jk_ajp_common.c
                    sendfull returned -32
           Product: Tomcat 5
           Version: 5.5.17
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Native:JK
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: robert@manamind.com


Using Tomcat 5.5.17 and mod_jk 1.2.17 on Red Hat Enterprise Linux 4.
Apache/mod_jk is on one machine, tomcat on another.

I'm getting lots of these in mod_jk.log on the apache machine:
[Mon Jul 10 11:07:01 2006] [11478:14016] [error] ajp_connection_tcp_send_message
::jk_ajp_common.c (928): sendfull returned -32 with errno=32
[Mon Jul 10 11:07:01 2006] [11478:14016] [info]  ajp_send_request::jk_ajp_common
.c (1201): Error sending request. Will try another pooled connection

errno=32 is EPIPE, Broken pipe. Nothing is logged on the tomcat-side of this.

As far as I can tell the retry works, so the endusers don't notice anything
wrong. But I'm still a bit concerned about this one.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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


DO NOT REPLY [Bug 39999] - ajp_connection_tcp_send_message::jk_ajp_common.c sendfull returned -32

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39999>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39999


mturk@apache.org changed:

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




------- Additional Comments From mturk@apache.org  2006-08-25 07:36 -------
This means that the Tomcat has closed its side of the connection.
In 1.2.18 this has been changed from [error] to [info] because
it is part of normal operation and mod_jk will either reconnect
or failover to the next backend.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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