In my Apache mod_jk log I have entries in the format like:
[Wed Oct 26 10:59:43 2011] [3732:2460] [error] jk_ajp_common.c (1618): (myJbossServer) Tomcat is down or network problems. Part of the response has already been sent to the client
RedHat's Troubleshooting Guide says,
Note that with these messages the [11159:3086420192] portion of the message serves as an identifier for the connection/request in question. Therefore tracing back from the point of the error in logs can help clarify the activity around the connection/request that lead to the error.
How do I do this? I cannot find the identifier in my JBoss logs. I don't see any identifiers in the JBoss logs, errors, yes, tracking numbers, no. Where do I need to be looking to track this identifier down? I'm not really looking for a solution to the problem, only how to use the identifier and check between Apache mod_jk and Jboss.
EDIT: I am asking where can I find the identifier [3732:2460] in the myJBossServer logs.