-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

André,

On 11/30/2009 5:37 AM, André Warnier wrote:
> Peter Chen wrote:
>> Hi,
>>
>>  
>>
>> I meet one problem of OutOfMemoryError when I am running the
>> Tomcat5.5.26. The OS is Solaris 10 sparc, and the JVM version is
>> 1.5.0.12, and following is the detail of stack information.
> ...
> 
>>
>> SEVERE: Caught exception (java.lang.OutOfMemoryError: unable to create
>> new native thread) executing
>> org.apache.tomcat.util.net.leaderfollowerworkerthr...@958b36,
>>
> ...
>> Has anyone met this problem? Please give me some advice, thanks in
>> advance.
>>
> Well, it seem that you are running out of memory.

Looks more like he's hit his per-process thread limit. The clue is in
the stack trace:

Exception in thread "SIGTERM handler" java.lang.OutOfMemoryError: unable
to create new native thread

       at java.lang.Thread.start0(Native Method)

What's amusing is that it's happening in the signal handler, so who
knows why the JVM shutdown was happening in the first place.

It might be helpful to know what the OP's <Connector> configuration is,
and what resource limits are being applied to this process (see ulimit
on UNIX, or whatever the MS-Windows equivalent is).

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAksULU4ACgkQ9CaO5/Lv0PDjfwCgrWMxl7BpVALvxGEzVaTYZqlR
A8cAnArOXwNgEqq4PxgXrxfUJ6215tDx
=kYaX
-----END PGP SIGNATURE-----

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

Reply via email to