Hi,

I am taking some pressure on a web app which is running under
JBoss3.2.0/Jetty???.

I can reproduce the following error:

java.lang.OutOfMemoryError: unable to create new native thread
        at java.lang.Thread.start(Native Method)
        at
org.mortbay.util.ThreadPool$PoolThread.enterPool(ThreadPool.java:385)
        at org.mortbay.util.Pool.newPondLife(Pool.java:339)
        at org.mortbay.util.Pool.get(Pool.java:276)
        at org.mortbay.util.ThreadPool.run(ThreadPool.java:319)
        at
org.mortbay.util.ThreadedServer$Acceptor.run(ThreadedServer.java:515)

19:17:58,900 WARN  [jbossweb] WARNING: Stopping Acceptor
ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8080]

This happens at once if the pressure test is started. The JVM memory
should be ok since Xmx and Xms params are initialized with 512MB and
1024MB. I checked JDK1.4.1_01 and JDK1.4.1_03. I also checked the Jetty
version shipped with 3.2.1. Same errors.

Does Jetty have a memory leak here?

Thanks,

-marek


-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to