Link to home
Start Free TrialLog in
Avatar of cakirfatih
cakirfatih

asked on

Help understanding this error log - Apache - Tomcat - Solaris

Hi experts,

I have a Sun 5.9 machine, and Apache and tomcat are running to serve both html pages and Esri ArcIMS server.

I cannot load the ArcIMS pages anymore, and below is the message in the Apache error log.
I would appreciate if anyone can help to track this problem.

thanks,

-------------------------------
[Tue Nov 14 12:05:02 2006] [error] lb.getWorker() reenable ajp13:localhost:8009
[Tue Nov 14 12:05:02 2006] [notice] lb.getWorker() All workers in error state, use the one with oldest error
[Tue Nov 14 12:05:02 2006] [error] channelSocket.open() connect failed localhost:8009 146 Connection refused
[Tue Nov 14 12:05:02 2006] [error] ajp13.connect() failed ajp13:localhost:8009
[Tue Nov 14 12:05:02 2006] [error] ajp13.service() failed to connect endpoint errno=146 Connection refused
[Tue Nov 14 12:05:02 2006] [error] ajp13.service() Error  forwarding ajp13:localhost:8009 1 1
[Tue Nov 14 12:05:02 2006] [notice] ajp13.done() close endpoint ajp13:localhost:8009 error_state 1
[Tue Nov 14 12:05:02 2006] [error] lb.service() worker failed 120000 for ajp13:localhost:8009
[Tue Nov 14 12:05:02 2006] [notice] lb.getWorker() All workers in error state, use the one with oldest error
[Tue Nov 14 12:05:02 2006] [error] channelSocket.open() connect failed localhost:8009 146 Connection refused
[Tue Nov 14 12:05:02 2006] [error] ajp13.connect() failed ajp13:localhost:8009
[Tue Nov 14 12:05:02 2006] [error] ajp13.service() failed to connect endpoint errno=146 Connection refused
[Tue Nov 14 12:05:02 2006] [error] ajp13.service() Error  forwarding ajp13:localhost:8009 1 1
[Tue Nov 14 12:05:02 2006] [notice] ajp13.done() close endpoint ajp13:localhost:8009 error_state 1
[Tue Nov 14 12:05:02 2006] [error] lb.service() worker failed 120000 for ajp13:localhost:8009
[Tue Nov 14 12:05:02 2006] [notice] lb.getWorker() All workers in error state, use the one with oldest error
[Tue Nov 14 12:05:02 2006] [notice] lb.getWorker() We tried all possible workers 2
[Tue Nov 14 12:05:02 2006] [error] lb_worker.service() all workers in error or disabled state
[Tue Nov 14 12:05:02 2006] [error] mod_jk.handler() Error connecting to tomcat 120000

---------------------------------------------
Avatar of bpeterse
bpeterse
Flag of United States of America image

What have you changed on this machine?  The error indicates a disconnect of the apache/tomcat protocol connector, the configuration files for which are in the $TOMCAT_HOME/conf and $APACHE_HOME/conf (if memory serves).  Did you upgrade Tomcat or Apache?
Avatar of cakirfatih
cakirfatih

ASKER

I have not upgrade neither of them.
How should i establish the connection between apache and tomcat?

thanks
how can i find which version of tomcat this machine is using?
ASKER CERTIFIED SOLUTION
Avatar of bpeterse
bpeterse
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I stopped and restarted the tomcat service on the machine.
that seems to solve the website problem.
I might try to upgrade tomcat in the future.

thanks for your help.