2 possibilities here.
you ran out of memory in which case decrease number of connectors
in conf/server.xml for the context
Or there is a buglet in their ThreadPool program. I doubt this, primarily
because there haven't been many postings on this subject
r/luba
----- Original Message -----
From: "Shai Deljo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 18, 2001 7:59 AM
Subject: OutOfMem
> Does anyone know the reason for this msg :
>
> 2001-06-18 07:47:31.729029 2001-06-18 07:47:31 - ThreadPool: Caught
> exception executing org.apache.tomcat.service.TcpWorkerThread@47
> 8a2d, terminating thread - java.lang.OutOfMemoryError: unable to create
new
> native thread
> 2001-06-18 07:47:31.729051 at java.lang.Thread.start(Native Method)
> 2001-06-18 07:47:31.729057 at
>
org.apache.tomcat.util.ThreadPool$ControlRunnable.<init>(ThreadPool.java:465
> )
> 2001-06-18 07:47:31.729067 at
> org.apache.tomcat.util.ThreadPool.openThreads(ThreadPool.java:360)
> 2001-06-18 07:47:31.729076 at
> org.apache.tomcat.util.ThreadPool.runIt(ThreadPool.java:206)
> 2001-06-18 07:47:31.729084 at
> org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:405)
> 2001-06-18 07:47:31.729093 at
> org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
> 2001-06-18 07:47:31.729103 at java.lang.Thread.run(Thread.java:484)
>
> I get it before i reach the Thread limit of the tomcat or the machine,
> Does it have something to do with number of sessions in the apache ?
>
> 10x
> Shai
>