Shutting Down EhCache Properly - Nightly Build

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Shutting Down EhCache Properly - Nightly Build

Kaex
All,

I've observed EhCache threads hanging when shutting down a Tomcat (6.0.33 & 7.0.23) running the latest Orbeon nightly build.  This caused Tomcat to not shut down.

The solution (for me anyway) was to add the EhCache shutdown listener to the Orbeon web.xml like so:

<listener>
     <listener-class>net.sf.ehcache.constructs.web.ShutdownListener</listener-class>
</listener>

After adding this listener, Tomcat was able to shut down properly.  Hopefully, someone finds this useful.  :)
Reply | Threaded
Open this post in threaded view
|

Re: Shutting Down EhCache Properly - Nightly Build

Erik Bruchez
Administrator
Kaex,

That sounds like the right thing to do! I have added this:

https://github.com/orbeon/orbeon-forms/commit/9884cfa702dac92dd84f87530b6c17f02f54d3cc

Thanks,

-Erik

On Thu, Jan 19, 2012 at 11:29 AM, Kaex <[hidden email]> wrote:

> All,
>
> I've observed EhCache threads hanging when shutting down a Tomcat (6.0.33 &
> 7.0.23) running the latest Orbeon nightly build.  This caused Tomcat to not
> shut down.
>
> The solution (for me anyway) was to add the EhCache shutdown listener to the
> Orbeon web.xml like so:
>
> <listener>
>
> <listener-class>net.sf.ehcache.constructs.web.ShutdownListener</listener-class>
> </listener>
>
> After adding this listener, Tomcat was able to shut down properly.
> Hopefully, someone finds this useful.  :)
>
>
> --
> View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/Shutting-Down-EhCache-Properly-Nightly-Build-tp4311180p4311180.html
> Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com.
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws