3 Replies Latest reply on Jul 1, 2005 6:07 PM by starksm64

    JBAS-1369 Bug Is it fixed in JBossAS-4.0.2 or do I need to u

    sudkampf

      The description of the bug is as follows:
      If the jboss server runs out of threads while accepting jms connections and this results in an OutOfMemoryError:

      java.lang.OutOfMemoryError: unable to create new native thread
      at java.lang.Thread.start(Native Method)
      at org.jboss.mq.il.uil2.SocketManager.start(SocketManager.java:131)
      at org.jboss.mq.il.uil2.UILServerILService.run(UILServerILService.java:134)
      at java.lang.Thread.run(Thread.java:534)

      the server accept thread named 'UILServerILService Accept Thread' will be aborted and further connections will fail even if the thread counts drop below the max limit.

      We encounter this in our 3.2.5 installation and have to address the issue. I need to know if the 4.0.2 latest release has the fix or if it is included in the 4.0.3RC1.

      Thanks