tomcat configuration broken after upgrade from ubuntu edgy to feisty

A

Amir Michail

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
[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
 
P

Philipp Taprogge

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 all
and if it is, check the catalina.out and localhost.log for any
anomalies.

Regards,

Phil
 
N

Nigel Wade

Amir said:
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. ;-)
 
A

Amir Michail

Hi,

After upgrading from ubuntu edgy to feisty, I now get this error:

503 Service Temporarily Unavailable

Hi,

I found a workaround here:

https://bugs.launchpad.net/ubuntu/+source/tomcat5.5/+bug/97096

Amir
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top