This content has been marked as final. 
    
Show                 6 replies
    
- 
        1. Re: Thread Zoombieadrian.brock Mar 31, 2005 10:35 AM (in response to danielsmolenaars)create some kind of thread zombies 
 Can you be less specific?
 If you are seeing threads still allocated after 60 seconds in the server and you are using a
 stateful connection like UIL2, the problem is almost certainly that you are not
 closing the connection.
 The threadpool tidyup has been expedited in 4.0.2 so they don't hang around for upto 60
 seconds after the connection is closed.
- 
        2. Re: Thread Zoombiedanielsmolenaars Apr 11, 2005 1:35 PM (in response to danielsmolenaars)Tks very much for the answer.. 
 But how do I close the connection?
- 
        3. Re: Thread Zoombieadrian.brock Apr 12, 2005 10:59 PM (in response to danielsmolenaars)Are you serious? 
 But how do I close the connection?
 connection.close(); // perchance
- 
        4. Re: Thread Zoombiedanielsmolenaars Apr 14, 2005 12:35 PM (in response to danielsmolenaars)I was already doing this, but the problem isn´t solve. 
- 
        5. Re: Thread Zoombiek_bharat Jul 20, 2006 11:38 AM (in response to danielsmolenaars)Were you able to fix the infinte thread generation? we are also facing the same problem. we get OutOfMemory error , could not create new thread.. 
- 
        6. Re: Thread Zoombiejaikiran Jul 21, 2006 2:22 AM (in response to danielsmolenaars)There are many reasons why you might get a OutOfMemoryError. Whats the scenario in which you get this error? Are you sure its because of infinite thread generation? Have a look at: 
 http://wiki.jboss.org/wiki/Wiki.jsp?page=OutOfMemoryExceptions
 See if it helps
 
     
     
    