Posted By:
Carl_Trask
Posted On:
Monday, July 4, 2005 02:22 AM
I am attempting to connect apache2 with tomcat 5.0. I get the following error. "The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later." When I try to open a jsp page. The error log shows: [error] channelApr.open() attempt to connect to 127.0.0.1:8009 (127.0.0.1) failed 13 [error] ajp13.connect() failed ajp13:localhost:8009 [error] ajp13.service() failed to connect endpoint errno=9 Bad file descriptor [error] ajp13.service() Error forwarding ajp13:localhost:8009 1 1 [error] lb.service() worker failed 120000 for ajp13:localhost:8009 [error] lb_worker.servic
More>>
I am attempting to connect apache2 with tomcat 5.0. I get the following error.
"The server is temporarily unable to service your
request due to maintenance downtime or capacity problems.
Please try again later." When I try to open
a jsp page.
The error log shows:
[error] channelApr.open() attempt to connect to 127.0.0.1:8009 (127.0.0.1) failed 13
[error] ajp13.connect() failed ajp13:localhost:8009
[error] ajp13.service() failed to connect endpoint errno=9 Bad file descriptor
[error] ajp13.service() Error forwarding ajp13:localhost:8009 1 1
[error] lb.service() worker failed 120000 for ajp13:localhost:8009
[error] lb_worker.service() all workers in error or disabled state
[error] mod_jk2.handler() Error connecting to tomcat 120000, status 503
--netstat -nl |grep 8009 shows port 8009 as open.
--server.xml is the default.
--worker2.properties is below
[shm]
info=Scoreboard. Requried for reconfiguration and status with multiprocess servers.
file=anon
[lb]
[channel.socket:localhost]
port=8009
host=127.0.0.1
[ajp13:localhost]
channel=channel.socket:localhost:8009
group=lb
[uri:/examples/*]
group=lb
[uri:/*.jsp]
group=lb
[status:]
info=Status worker, displays runtime information
[uri:/jkstatus/*]
info=The Tomcat /jkstatus handler
group=status:
Thanks in advance.
<<Less