On Wed, Mar 31, 2010 at 1:35 PM, Daniel, de la Cuesta Navarrete <[email protected]> wrote: > Hi, > > We are using Sling 5 with Glassfish, we have a lot of post processor > operations controled by the Jackrabbit Observation Manager. > > Something like that: > > public class MyServiceImpl implements MyService, EventListener { > > /* > * @see javax.jcr.observation.EventListener > */ > public void onEvent(EventIterator eventIterator) { > while (eventIterator.hasNext()) { > my_post_process(); > } > } > } > > Many times the Observation Manager stops suddenly and our EventListeners > doesn't work. We look at the Felix Console admin interface and all the > bundles and components are "activated", the error.log doesn't show any > exception or error and we have to restart the domain to get sling working > again. > > Any idea? What can this problem be caused? Any way to avoid this problem?
Sounds like this may be your problem: http://markmail.org/message/jm6hoep4t7iyacwi -- Vidar S. Ramdal <[email protected]> - http://www.idium.no Sommerrogata 13-15, N-0255 Oslo, Norway + 47 22 00 84 00 / +47 21 531941, ext 2070
