Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

error logs in Apache:

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Related Topics:
Cannot rotate error logs in Apache 2.2.4! - I have tried the I have tried the utility, I have tried the module, all with the same negative result. I can rotate the access logs, but I cannot rotate the error logs. Is there a solution, or am I doomed..

seg fault/invalid pointer in apache error logs - I've installed SWSoft's Site Builder. It installs to with the website in the htdocs folder. When I access the website, I get a lot of blank pages, then if I refresh it will work. But if I look in the apache error log, I see ----..

Error message in logs - I am getting this error message for a virtual host: of file found: read failed This file is used by a Java and can be read trought http by browser. Does anybody know what could it..

Apache logs - My Server logs show: 1 root root 1550525 Jun 16 09:31 error_log 1 root root 2609619 Jun 16 09:30 My apache is stored in usr folder and its showing 98 % full so I have to remove logs ..

Apache logs - Hi guys, I'm lookin' for a little help again if poss plz. Your last helped me a great deal so I thought I would try again. I have borrowed the following server script to try and stop virus logging to my default log, however I am getting an..
Next:  Apache: Directory Listing  
Author Message
Sunil Chandrasekharan

External


Since: Oct 10, 2007
Posts: 2



(Msg. 1) Posted: Thu Oct 18, 2007 10:05 am
Post subject: error logs in Apache:
Archived from groups: alt>apache>configuration (more info?)

hello,

I have installed Apache 2 and mod_jk2 connector. but when i start
apache my logs shows the following error.

Please help me understand it.


Apache/2.2.4 (Unix) mod_jk2/2.0.4 configured -- resuming normal
operations
[Thu Oct 18 16:16:15 2007] [error] channelApr.open() attempt to
connect to 127.0.0.1:8009 (localhost) failed 111
[Thu Oct 18 16:16:15 2007] [error] ajp13.connect() failed
ajp13:localhost:8009
[Thu Oct 18 16:16:15 2007] [error] ajp13.service() failed to connect
endpoint errno=9 Bad file descriptor
[Thu Oct 18 16:16:15 2007] [error] ajp13.service() Error forwarding
ajp13:localhost:8009 1 1
[Thu Oct 18 16:16:15 2007] [error] lb.service() worker failed 120000
for ajp13:localhost:8009
[Thu Oct 18 16:16:15 2007] [error] lb_worker.service() all workers in
error or disabled state
[Thu Oct 18 16:16:15 2007] [error] mod_jk2.handler() Error connecting
to tomcat 120000, status 503

 >> Stay informed about: error logs in Apache: 
Back to top
Login to vote
Hans van Zijst

External


Since: Oct 15, 2007
Posts: 12



(Msg. 2) Posted: Thu Oct 18, 2007 10:05 am
Post subject: Re: error logs in Apache: [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Sunil,

It looks like Tomcat is not listening on port 8009. Apache (mod_jk)
tries to connect to Tomcat on this port, but can't.

You should check your Tomcat configuration. In server.xml should be a
directive that enables this listener. This is what I have:

<Connector port="8009"
enableLookups="false"
redirectPort="8443"
protocol="AJP/1.3"
debug="1"
/>

Kind regards,

Hans


Sunil Chandrasekharan wrote:
> hello,
>
> I have installed Apache 2 and mod_jk2 connector. but when i start
> apache my logs shows the following error.
>
> Please help me understand it.
>
>
> Apache/2.2.4 (Unix) mod_jk2/2.0.4 configured -- resuming normal
> operations
> [Thu Oct 18 16:16:15 2007] [error] channelApr.open() attempt to
> connect to 127.0.0.1:8009 (localhost) failed 111
> [Thu Oct 18 16:16:15 2007] [error] ajp13.connect() failed
> ajp13:localhost:8009
> [Thu Oct 18 16:16:15 2007] [error] ajp13.service() failed to connect
> endpoint errno=9 Bad file descriptor
> [Thu Oct 18 16:16:15 2007] [error] ajp13.service() Error forwarding
> ajp13:localhost:8009 1 1
> [Thu Oct 18 16:16:15 2007] [error] lb.service() worker failed 120000
> for ajp13:localhost:8009
> [Thu Oct 18 16:16:15 2007] [error] lb_worker.service() all workers in
> error or disabled state
> [Thu Oct 18 16:16:15 2007] [error] mod_jk2.handler() Error connecting
> to tomcat 120000, status 503
>

 >> Stay informed about: error logs in Apache: 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]