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=42353>.
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=42353

           Summary: org.apache.jk.core.MsgContext Error sending end packet
           Product: Tomcat 5
           Version: 5.5.23
          Platform: HP
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P3
         Component: Native:JK
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


My mod_jk on Apache2.2.4 with tomcat 5.5.23 is not connect on tomcat server on
TCP/8009 ajp port.
        
For the most part of the time no error does not occur, but to the times the
following problem occurs: 
-------------------------------------------------------------------
08/05/2007 10:47:06 org.apache.jk.core.MsgContext action
WARNING: Error sending end packet
java.net.SocketException: Broken pipe
        at java.net.SocketOutputStream.socketWrite0(Native Method)
        at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
        at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
        at org.apache.jk.common.ChannelSocket.send(ChannelSocket.java:537)
        at org.apache.jk.common.JkInputStream.endMessage(JkInputStream.java:127)
        at org.apache.jk.core.MsgContext.action(MsgContext.java:302)
        at org.apache.coyote.Response.action(Response.java:183)
        at org.apache.coyote.Response.finish(Response.java:305)
        at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:205)
        at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
        at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
        at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
        at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
        at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
        at java.lang.Thread.run(Thread.java:595)
08/05/2007 10:47:06 org.apache.jk.common.ChannelSocket processConnection
-------------------------------------------------------------------
In the mod_jk log, the next message as displayed:
-------------------------------------------------------------------
[Mon May 07 20:59:57 2007] [21048:43920] [info] 
ajp_send_request::jk_ajp_common.c (1273): (appinter02) error connecting to t
he backend server (errno=110)
-------------------------------------------------------------------

My designed funcional is:

 ----------------------------------------
|                                        |
|                                        |
|                 DMZ                    |
|                                        |
|        --------------------            |
|       |    APACHE 2.2.3    |           |
|        --------------------            |
|                                        |
|                                        |
|                                        |
|                                        |
 ----------------------------------------
                  |
                  |
                  |
                  |
         --------------------            
        |      FIREWALL      |           
         --------------------            
                  |
                  |
                 / \
                /   \
               /     \
              /       \
             /         \
     ----------     ----------
    |appinter01|   |appinter02|
     ----------     ----------

In previous analyses I noticed that packages TCP that leave the application
servers go with “checksum incorrect”, but the same door 8080 HTTP happens when 
use.

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to