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 2003/11/11 21:40:00 UTC

DO NOT REPLY [Bug 24620] - Apache - Tomcat - mod_Jk 500 Internal Server Error

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24620

Apache - Tomcat - mod_Jk 500 Internal Server Error

funkman@joedog.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
            Summary|Apache - Tomcat - mod_Jk 500|Apache - Tomcat - mod_Jk 500
                   |Internal Server Error       |Internal Server Error



------- Additional Comments From funkman@joedog.org  2003-11-11 20:39 -------
Please use the tomcat user list to debug this config error.

>From the logs there is this: 
[Tue Nov 11 10:01:19 2003] [jk_ajp_common.c (676)]: Error connecting to tomcat.
Tomcat is probably not started or is listenning on the wrong port. Failed errno
= 101

Hint: see if tomcat has a connector listening for 8009, similar to this:
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
           port="8009" minProcessors="5" maxProcessors="75"
           enableLookups="true" redirectPort="8443"
           acceptCount="10" debug="0" connectionTimeout="0"
           useURIValidationHack="false"
           protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/>


Please followup to tomcat-user list. Any future re-opens might be (rudely) closed.

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