[jboss-user] [jBPM] - Re: JBPM 4.4 installation reports memory leaks

Michael Wohlfart do-not-reply at jboss.com
Mon Nov 8 12:03:19 EST 2010


Michael Wohlfart [http://community.jboss.org/people/mwohlf] created the discussion

"Re: JBPM 4.4 installation reports memory leaks"

To view the discussion, visit: http://community.jboss.org/message/570107#570107

--------------------------------------------------------------
the "Dispatch Worker Threads" are probably created by  the JobExecutor,
you can try to call the jobExecutor's stop() method on shutdown, something like this:

Object object = processEngineImpl.get("jobExecutor");        
jobExecutor = (JobExecutor) object;
if (!jobExecutor.isActive()) {
   jobExecutor.stop(true);
}

no idea what the com.google.inject.internal.Finalizer thread ist for
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/570107#570107]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101108/4a477c3a/attachment.html 


More information about the jboss-user mailing list