I think I finally found the answer in another post:

>>Looking through the logs, this time I noticed I'm getting "too many 
>>files open" error in my application, so I carefully went through and 
>>found some instances where files where being opened but not 
>>closed
...
>>I found some instances where some servlets didn't explicitly close the 
>>java.io.Writer from the HttpServletResponse class.
>>
>>I suppose maybe my application is eating up all the available file 
>>pointers in memory and tomcat just hung trying to open a file? 
>>Is this 
>>a plausible theory?
>>

Thank you,

Patrick Sullivan

-----Original Message-----
From: Dan McCullough [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 01, 2003 11:13 AM
To: Tomcat Users List
Subject: Re: Mod_Jk - write failed?


Is this part of the setup of mod_jk or was mod_jk working before?
If this is the setup for mod_jk the mod_jk.conf doesnt always get created you might 
need to find a
copy of what it should look like and create your own.  Pretty easy and then it works.  
Look at the
John Turner doc for Windows.
--- "Sullivan, Patrick" <[EMAIL PROTECTED]> wrote:
> from mod_jk.log
> 
> ajp13_process_callback - write failed
> [Fri Sep 26 11:01:00 2003]  [jk_ajp13_worker.c (381)]: Error
> ajp13_process_callback - write failed
> [Fri Sep 26 11:02:02 2003]  [jk_ajp13_worker.c (381)]: Error
> ajp13_process_callback - write failed
> [Fri Sep 26 11:02:49 2003]  [jk_ajp13_worker.c (381)]: Error
> ajp13_process_callback - write failed
> [Fri Sep 26 11:02:55 2003]  [jk_ajp13_worker.c (381)]: Error
> ...
> 
> How to you back track this type of err? Write to what, a pipe or file?
> 
> Thanks,
> Patrick
> 
> 
> 
> 
> This communication is for the use of the intended recipient only.  It may contain 
> information
> that is privileged and confidential.  If you are not the intended recipient of this
> communication, any disclosure, copying, further distribution or use thereof is 
> prohibited.  If
> you have received this communication in error, please advise me by return e-mail or 
> by telephone
> and delete/destroy it.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


=====
--------------------------------------------------------
"Theres no such thing as a problem unless the servers are on fire!"


__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to