> From: Alexander Diedler [mailto:adied...@tecracer.de]
> Subject: AW: Missing files for mod_jk
> 
> Some additional information.. in Cataling Log we can see:
> SCHWERWIEGEND: Error allocating socket processor
> java.lang.OutOfMemoryError: unable to create new native thread

This is not a heap usage issue, despite the OOME being thrown.  You're starting 
too many threads in the Tomcat process, either reaching the predefined limit 
for the OS, or running out of process space for the additional structures 
needed by a thread (e.g., stack space).

Since you didn't tell us anything about the OS you're running on, the JVM 
you're using, or your Tomcat and mod_jk configs, there's not much more anyone 
can tell you.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to