Joel Boehland wrote:

> Hi,
> I have also had this error pop up this past week after
> multiple deploy/undeploy cycles while using
> JBoss-2.4.3_Jetty-3.1.3-1, and the Blackdown-1.3.0-FC
> jvm. I don't think Dan's suggestion of using an n x m
> threading library will fix this problem however, as I
> have had this error while using green threads(One big
> process, no system threads) as well as native threads.
> 
> 
> One thing in common I noticed between Jozsa and my
> situation is that we're both using fairly large
> libraries in our apps (Jozsa is using Cocoon, I'm
> using Enhydra+xmlc). 
> <wild-guess>
> Maybe the classloaders and classes they are using for
> these large libraries aren't getting fully cleaned up
> between deploy cycles?
> </wild-guess>


Not a bad wild guess!
So the error you're seeing has nothing to do with thread creation 
(usually when the out of memory error is actually a process table limit, 
it happens in a thread create)

-danch


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to