-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Fernando,

On 4/25/2011 4:51 PM, Fernando Mercês wrote:
> These lines are from mod_jk.log file. Can anyone help me on how to
> interpret these entry fields? Particularly the second field between
> brackets and the fifth field between parenthesis. I would like to know
> what is this.
>
> [Mon Apr 18 09:02:33.223 2011] [380:34] [error]
> ajp_connect_to_endpoint::jk_ajp_common.c (985): (inter02-cadun-i3)
> cping/cpong after connecting to the backend server failed (errno=145)


[380:34] is [pid:tid] of the process and thread.

"ajp_connect_to_endpoint::jk_ajp_common.c (985)" is the file and line
number on which the error occurred. So, if you look at jk_ajp_common.c
on line 985, you'll find that it's in the ajp_connect_to_endpoint function:

        if (rc == JK_FALSE)
            jk_log(l, JK_LOG_ERROR,    // Line 985
                   "(%s) cping/cpong after connecting to the backend
server failed (errno=%d)",
                   ae->worker->name, ae->last_errno);


All of this is in the code: you only have to look at two source files to
discover what I have posted.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk25hjoACgkQ9CaO5/Lv0PAa1gCgqa0hbG0N+zrrPfcB+iJ0VWbQ
r+YAn2uW3ALK3yNM61uZG2GPLf+QRn+d
=ywky
-----END PGP SIGNATURE-----

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

Reply via email to