I'm using hibernate, but I haven't configured the 2nd level cache options
so I'm not sure if hibernate use it by default

On Tue, Sep 18, 2012 at 10:49 AM, Romain Manni-Bucau
<[email protected]>wrote:

> you use it with hibernate?
>
> maybe check it is well closed when undeploying the app (with any listener
> you like)
>
> *Romain Manni-Bucau*
> *Twitter: @rmannibucau*
> *Blog: http://rmannibucau.wordpress.com*
>
>
>
>
> 2012/9/18 Luca Merolla <[email protected]>
>
> > I think OOB are related to jgroups because I'm using infinispan.
> >
> > I'll try to investigate more, it seems not related to TomEE itself but
> > something related to jgroups and infinispan configuration.
> >
> > https://issues.jboss.org/browse/ISPN-1444
> >
> > On Tue, Sep 18, 2012 at 10:01 AM, Romain Manni-Bucau
> > <[email protected]>wrote:
> >
> > > what are OOB and Incoming threads?
> > >
> > > *Romain Manni-Bucau*
> > > *Twitter: @rmannibucau*
> > > *Blog: http://rmannibucau.wordpress.com*
> > >
> > >
> > >
> > >
> > > 2012/9/18 Luca Merolla <[email protected]>
> > >
> > > > Here it is, it seems related to JMS Queues.
> > > >
> > > > http://pastebin.com/LN7PJjVe
> > > >
> > > > FYI, this behaviour is happening for both 1.1.0 and 1.1.1 snapshots
> > > >
> > > > On Tue, Sep 18, 2012 at 9:29 AM, Romain Manni-Bucau
> > > > <[email protected]>wrote:
> > > >
> > > > > No sure about logs but if it hangs maybe you can share a thread
> dump
> > > > (jps |
> > > > > grep -i bootstrap | cut -d " " -f 1 | jstack).
> > > > >
> > > > > *Romain Manni-Bucau*
> > > > > *Twitter: @rmannibucau*
> > > > > *Blog: http://rmannibucau.wordpress.com*
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > 2012/9/18 Luca Merolla <[email protected]>
> > > > >
> > > > > > Hi,
> > > > > >
> > > > > > I have been testing one of my application on TomEE snapshots in
> > these
> > > > > days
> > > > > > and I have been having some minor problems with the fact that
> > > > shutdown.sh
> > > > > > doesn't work properly.
> > > > > > After I use the shutdown.sh I always have to kill the process.
> > > > > >
> > > > > > I had the impression that it might be related to some @Schedule
> > > > > annotation,
> > > > > > or to some JMS configuration but I cannot be sure.
> > > > > >
> > > > > > If I can I'll try to make a test case application to replicate
> the
> > > > issue.
> > > > > > In the meantime, do you know some config settings to increase the
> > > logs
> > > > > > during the undeployment?
> > > > > >
> > > > > > Thanks in advance,
> > > > > > Luca
> > > > > >
> > > > >
> > > >
> > >
> >
>

Reply via email to