> > 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.

That, or the underlying VM implementation just throws that exception
because it's close enough to the real problem.

So the OS reports "sorry, there's plenty memory but I cannot start your
thread because that would allocate some other resource that is running
out", and the VM translates this to "OutOfMemoryError" because a
"SorryICannotStartYourThreadError" isn't defined. Much like running out
of GDI resources in an AWT application would throw OutOfMemoryError,
simply because the Java VM cannot translate the information from the OS
because in the Java world, these things don't exist.

M.

<disclaimer: My message ends here>

This message and attachment(s) are intended solely for use by the addressee and 
may contain information that is privileged, confidential or otherwise exempt 
from disclosure under applicable law.

If you are not the intended recipient or agent thereof responsible for 
delivering this message to the intended recipient, you are hereby notified that 
any dissemination, distribution or copying of this communication is strictly 
prohibited.

If you have received this communication in error, please notify the sender 
immediately by telephone and with a 'reply' message.

Thank you for your co-operation.



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

Reply via email to