https://bz.apache.org/bugzilla/show_bug.cgi?id=62879

Rainer Jung <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Rainer Jung <[email protected]> ---
The problem is not really related to a shortage in heap memory, due to the
"unable to create new native thread" message. Something in your system breaks
new threads. In ancient times this was often due to not having enough memory to
reserve thread stacks (and therefore this is signaled by an OutfMemoryError),
but nowadays this is rare.

What is more common on Linux is people having the number of processes per user
limited and not noticing, that on Linux this actually limits the number of
threads per user.

You could strace your ant process to find the native OS error.

Please post your problem to the tomcat users list:

http://tomcat.apache.org/lists.html#taglibs-user

Only reopen this bug report, if the discussion there actually points to a
Tomcat bug.

Regards,

Rainer

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to