* Max Pfingsthorn: > org.apache.cocoon.ProcessingException: Unable to remove component from > automatic release: no environment available. > at > org.apache.cocoon.components.CocoonComponentManager.removeFromAutomaticRelease(CocoonComponentManager.java:489) > at > org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.release(AbstractProcessingPipeline.java:184) > at > org.apache.cocoon.components.source.impl.SitemapSource.reset(SitemapSource.java:433) > at > org.apache.cocoon.components.source.impl.SitemapSource.recycle(SitemapSource.java:460) > at > org.apache.cocoon.components.source.impl.SitemapSourceFactory.release(SitemapSourceFactory.java:78) > at > org.apache.excalibur.source.impl.SourceResolverImpl.release(SourceResolverImpl.java:269)
Same here. Happens when using « cocoon: » which is implemented by SitemapSource. This object is not properly released/recycled/reset upon concurrent requests. This does not happen on my development server, but happens on a production server. This is harmless but annoying. You may just disable the error reporting if you wish. -- Jean-Baptiste Quenot http://caraldi.com/jbq/
