https://issues.apache.org/bugzilla/show_bug.cgi?id=51606
Bug #: 51606 Summary: Version 1.2.32 does not work with Jenkins on RHEL 6 Product: Tomcat Connectors Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: critical Priority: P2 Component: mod_jk AssignedTo: dev@tomcat.apache.org ReportedBy: rene.snaj...@i-med.ac.at Classification: Unclassified For some reason I am having problems after updating from 1.2.31 to 1.2.32. All of my applications which connect either to JBoss-1.4.2 and JBoss-6.0.0 work fine, except Jenkins on RHEL 6 (which also uses JBoss-6.0.0). It worked fine with mod_jk 1.2.31 but after updating to 1.2.32 in the browser I always get Error 502 BAD_GATEWAY. In the logfile it says: [error] ajp_get_reply::jk_ajp_common.c (2118): (jenkins) Tomcat is down or refused connection. No response has been sent to the client (yet) [info] ajp_service::jk_ajp_common.c (2607): (jenkins) sending request to tomcat failed (recoverable), (attempt=2) [error] ajp_service::jk_ajp_common.c (2626): (jenkins) connecting to tomcat failed. [info] jk_handler::mod_jk.c (2678): Service error=0 for worker=jenkins [info] ajp_connection_tcp_get_message::jk_ajp_common.c (1266): (jenkins) can't receive the response header message from tomcat, tomcat (127.0.0.1:11009) has forced a connection close for socket 60 In my workers.conf: worker.jenkins.port=11009 worker.jenkins.host=127.0.0.1 worker.jenkins.type=ajp13 and in the VHost I have: JKMount /jenkins jenkins JKMount /jenkins/* jenkins Please note that I didn't change anything except the mod_jk version, so it must be related to the recent changes.. Thanks, Rene -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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