You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by stakys <st...@punktas.lt> on 2003/05/22 21:10:52 UTC

apache2, mod_jk2, jakarta-tomcat41

Hmmz i use apache2, mod_jk2 and jakarta-tomcat41, and when i try to connect
to the page i got internal server error, and when i check httpd-error.log i
can see this:
[Thu May 22 22:07:12 2003] [notice] Apache/2.0.45 (Unix) PHP/4.3.1
mod_jk2/2.0.2 configured -- resuming normal operations
[Thu May 22 22:07:12 2003] [error] mod_jk child init 1 0
[Thu May 22 22:09:03 2003] [error] channelSocket.open() connect failed
127.0.0.1:8009 60 Operation timed out
[Thu May 22 22:09:03 2003] [error] ajp13.connect() failed
ajp13:localhost:8009
[Thu May 22 22:09:03 2003] [error] ajp13.service() failed to connect
endpoint errno=60 Operation timed out
[Thu May 22 22:09:03 2003] [error] ajp13.service() Error  forwarding
ajp13:localhost:8009 1 1
[Thu May 22 22:09:03 2003] [error] mod_jk.handler() Error connecting to
tomcat 120000

what's wrong, how to solve it?


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


Re: apache2, mod_jk2, jakarta-tomcat41

Posted by John Turner <to...@johnturner.com>.
You don't have a Connector listening on port 8009, or if you do, something 
(like a firewall) is preventing anything from connecting to it.  Or Tomcat 
is not running.

John

On Thu, 22 May 2003 22:10:52 +0300, stakys <st...@punktas.lt> wrote:

> Hmmz i use apache2, mod_jk2 and jakarta-tomcat41, and when i try to 
> connect
> to the page i got internal server error, and when i check httpd-error.log 
> i
> can see this:
> [Thu May 22 22:07:12 2003] [notice] Apache/2.0.45 (Unix) PHP/4.3.1
> mod_jk2/2.0.2 configured -- resuming normal operations
> [Thu May 22 22:07:12 2003] [error] mod_jk child init 1 0
> [Thu May 22 22:09:03 2003] [error] channelSocket.open() connect failed
> 127.0.0.1:8009 60 Operation timed out
> [Thu May 22 22:09:03 2003] [error] ajp13.connect() failed
> ajp13:localhost:8009
> [Thu May 22 22:09:03 2003] [error] ajp13.service() failed to connect
> endpoint errno=60 Operation timed out
> [Thu May 22 22:09:03 2003] [error] ajp13.service() Error  forwarding
> ajp13:localhost:8009 1 1
> [Thu May 22 22:09:03 2003] [error] mod_jk.handler() Error connecting to
> tomcat 120000
>
> what's wrong, how to solve it?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>



-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

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