1752754 Members
5575 Online
108789 Solutions
New Discussion юеВ

Re: Error

 
Nabeel Amjad
Occasional Advisor

Error

Hi guys i have following error in my apache logs. At these time instances, the web users could not login into the system. Any descriptions or possible solutions would be welcomed.

[Mon May 17 12:48:55 2010] [error] ajp13.service() ajpGetReply recoverable error 3
[Mon May 17 12:48:55 2010] [error] ajp13.service() ajpGetReply recoverable error 3
[Mon May 17 12:48:55 2010] [error] ajp13.service() Error forwarding ajp13:localhost:8009 1 0
[Mon May 17 12:48:55 2010] [error] mod_jk2.handler() Error connecting to tomcat 3, status 200
[Mon May 17 12:55:51 2010] [error] ajp13.service() ajpGetReply recoverable error 3
[Mon May 17 12:55:52 2010] [error] ajp13.service() ajpGetReply recoverable error 3
[Mon May 17 12:55:52 2010] [error] ajp13.service() Error forwarding ajp13:localhost:8009 1 0
[Mon May 17 12:55:52 2010] [error] mod_jk2.handler() Error connecting to tomcat 3, status 200



[Mon May 17 11:46:06 2010] [error] ajp13.service() Error forwarding ajp13:localhost:8009 1 1
[Mon May 17 11:46:06 2010] [error] mod_jk2.handler() Error connecting to tomcat 120000, status 0
[Mon May 17 11:46:06 2010] [error] channelApr.open() attempt to connect to 127.0.0.1:8009 (localhost) failed 239
[Mon May 17 11:46:06 2010] [error] ajp13.connect() failed ajp13:localhost:8009
[Mon May 17 11:46:06 2010] [error] ajp13.service() failed to connect endpoint errno=9 Bad file number
[Mon May 17 11:46:06 2010] [error] ajp13.service() Error forwarding ajp13:localhost:8009 1 1
[Mon May 17 11:46:06 2010] [error] mod_jk2.handler() Error connecting to tomcat 120000, status 0
[Mon May 17 11:46:06 2010] [error] channelApr.open() attempt to connect to 127.0.0.1:8009 (localhost) failed 239
[Mon May 17 11:46:06 2010] [error] ajp13.connect() failed ajp13:localhost:8009
[Mon May 17 11:46:06 2010] [error] ajp13.service() failed to connect endpoint errno=9 Bad file number
[Mon May 17 11:46:06 2010] [error] ajp13.service() Error forwarding ajp13:localhost:8009 1 1
[Mon May 17 11:46:06 2010] [error] mod_jk2.handler() Error connecting to tomcat 120000, status 0
[Mon May 17 11:46:06 2010] [notice] caught SIGTERM, shutting down
3 REPLIES 3
TTr
Honored Contributor

Re: Error

Assuming this is an HP-UX server, check the /var/adm/syslog/syslog.log file for any additional system errors. You might be running out of a kernel resource (open files, max processes etc) which causes these apache errors.
S.N.S
Valued Contributor

Re: Error

Salaam Nabeel,

The syslog does give very clear reasons. Post it here!

HTH
SNS
"Genius is 1% inspiration, 99% Perspiration" - Edison
nightwich
Valued Contributor

Re: Error

Hi Nabeel


You have some option to troubleshooting:


- see /var/adm/syslog/syslo.log
- see apache logs ( what is apj13 ? some inside aplication ? )
- restart apache see what happens
- put apache in debug mode.
- Restart tomcat ( error connecting to tomcat )


Regards..