tomcat configuration broken after upgrade from ubuntu edgy to feisty

  • Follow


Hi,After upgrading from ubuntu edgy to feisty, I now get this error:503 Service Temporarily Unavailable>From the mod_jk.log:[Mon Apr 23 11:11:47 2007] [4248:31632] [info]jk_open_socket::jk_connect.c (445): connect to 127.0.0.1:8009 failedwith errno=111[Mon Apr 23 11:11:47 2007] [4248:31632] [info]ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socketto (127.0.0.1:8009) with (errno=111)[Mon Apr 23 11:11:47 2007] [4248:31632] [info]ajp_send_request::jk_ajp_common.c (1251): Error connecting to thebackend server.[Mon Apr 23 11:11:47 2007] [4248:31632] [info]ajp_service::jk_ajp_common.c (1783): Sending request to tomcatfailed,  recoverable operation attempt=1[Mon Apr 23 11:11:47 2007] [4248:31632] [info]jk_open_socket::jk_connect.c (445): connect to 127.0.0.1:8009 failedwith errno=111[Mon Apr 23 11:11:47 2007] [4248:31632] [info]ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socketto (127.0.0.1:8009) with (errno=111)[Mon Apr 23 11:11:47 2007] [4248:31632] [info]ajp_send_request::jk_ajp_common.c (1251): Error connecting to thebackend server.[Mon Apr 23 11:11:47 2007] [4248:31632] [info]ajp_service::jk_ajp_common.c (1783): Sending request to tomcatfailed,  recoverable operation attempt=2[Mon Apr 23 11:11:47 2007] [4248:31632] [error]ajp_service::jk_ajp_common.c (1794): Error connecting to tomcat.Tomcat is probably not started or is listening on the wrong port.worker=ajp13 failedAny ideas on what could have gone wrong?Amir
0
Reply amichail (76) 4/23/2007 8:16:12 PM

Hi!Thus spake Amir Michail on 04/23/2007 10:16 PM:> ajp_service::jk_ajp_common.c (1794): Error connecting to tomcat.> Tomcat is probably not started or is listening on the wrong port.Well, I'd start there. Make sure whether tomcat is running at alland if it is, check the catalina.out and localhost.log for anyanomalies.Regards,	Phil
0
Reply Philipp 4/23/2007 10:39:39 PM


Amir  Michail wrote:

> Hi,
> 
> After upgrading from ubuntu edgy to feisty, I now get this error:
> 
> 503 Service Temporarily Unavailable

>From the mod_jk.log:

> [Mon Apr 23 11:11:47 2007] [4248:31632] [info]
> jk_open_socket::jk_connect.c (445): connect to 127.0.0.1:8009 failed
> with errno=111

If you look in the relevant files you'll find that errno 111 indicates
"Connection refused", i.e. there is, most likely, nothing listening on that
port so Tomcat is probably not running...

> [Mon Apr 23 11:11:47 2007] [4248:31632] [error]
> ajp_service::jk_ajp_common.c (1794): Error connecting to tomcat.
> Tomcat is probably not started or is listening on the wrong port.
> worker=ajp13 failed

.... which is just what the log tells you.

> 
> Any ideas on what could have gone wrong?


Yep. It wasn't broken, but you fixed it anyway - and broke it. ;-)

-- 
Nigel Wade, System Administrator, Space Plasma Physics Group,
            University of Leicester, Leicester, LE1 7RH, UK 
E-mail :    nmw@ion.le.ac.uk 
Phone :     +44 (0)116 2523548, Fax : +44 (0)116 2523555
0
Reply Nigel 4/24/2007 8:59:14 AM

On Apr 23, 4:16 pm, Amir  Michail <amich...@gmail.com> wrote:> Hi,>> After upgrading from ubuntu edgy to feisty, I now get this error:>> 503 Service Temporarily UnavailableHi,I found a workaround here:https://bugs.launchpad.net/ubuntu/+source/tomcat5.5/+bug/97096Amir>> >From the mod_jk.log:>> [Mon Apr 23 11:11:47 2007] [4248:31632] [info]> jk_open_socket::jk_connect.c (445): connect to 127.0.0.1:8009 failed> with errno=111> [Mon Apr 23 11:11:47 2007] [4248:31632] [info]> ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket> to (127.0.0.1:8009) with (errno=111)> [Mon Apr 23 11:11:47 2007] [4248:31632] [info]> ajp_send_request::jk_ajp_common.c (1251): Error connecting to the> backend server.> [Mon Apr 23 11:11:47 2007] [4248:31632] [info]> ajp_service::jk_ajp_common.c (1783): Sending request to tomcat> failed,  recoverable operation attempt=1> [Mon Apr 23 11:11:47 2007] [4248:31632] [info]> jk_open_socket::jk_connect.c (445): connect to 127.0.0.1:8009 failed> with errno=111> [Mon Apr 23 11:11:47 2007] [4248:31632] [info]> ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket> to (127.0.0.1:8009) with (errno=111)> [Mon Apr 23 11:11:47 2007] [4248:31632] [info]> ajp_send_request::jk_ajp_common.c (1251): Error connecting to the> backend server.> [Mon Apr 23 11:11:47 2007] [4248:31632] [info]> ajp_service::jk_ajp_common.c (1783): Sending request to tomcat> failed,  recoverable operation attempt=2> [Mon Apr 23 11:11:47 2007] [4248:31632] [error]> ajp_service::jk_ajp_common.c (1794): Error connecting to tomcat.> Tomcat is probably not started or is listening on the wrong port.> worker=ajp13 failed>> Any ideas on what could have gone wrong?>> Amir
0
Reply Amir 4/25/2007 12:01:37 AM

3 Replies
175 Views

(page loaded in 0.007 seconds)


Reply: