>>>>> "d" == danch  <(Dan Christopherson)" <[EMAIL PROTECTED]>> writes:

d> BTW, this isn't literally a memory leak - it's a thread leak and
d> Java VMs don't have a separate exception/error for that.

d> Not that leaking one resource is any better than leaking another...

I know that I ran out of processes since the box couldn't even fork
the process required to shutdown or even reboot the server.  Arrrgh.

What I noticed is that on deploy there are somethimes
IllegalStateExceptions.  I have a look at how I manage resources.  I
close all db connections after use, as well as results.  However, I
didn't close PreparedStatements because there is some kind of
proxy/cache in Jboss that barfs at me as I try this.  Hmmmm,...  What
worries me a bit is that I am thinking of deploying this stuff in the
near future...  I'll try and give more info when it occurs again.
Maybe somebody can make some more sense of the logs than myself.

-- 
  Nicolai P Guba    http://www.gnu.org         http://www.frontwire.com
                    mailto:[EMAIL PROTECTED]     mailto:[EMAIL PROTECTED]
                    GSM: +44 (0)7909 960 751   DDI: +44 (0)20 7368 9708

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

Reply via email to