Apache Cocoon Hangs in Tomcat after multiple requests

2012-10-09 Thread Michele Zanarotti
Hi. We have some projects in apache cocoon within a Tomcat environment. Every project has the same problem: A sequence of rapid clicks on a link to some pages (containing queries) makes cocoon hang, and it doesn't respond anymore until the application is restarted. If I navigate on some

Please Help - Cocoon Hangs - Urgent

2006-07-06 Thread Dineshram Villuri
It is throwing the following error. Can someone give me any pointers? Thanks, Dinesh INFO (2006-07-06) 14:24.28:622 [slide.repository] (Unknown-URI) Unknown-Thread/SlideLoggerAdapter: Stopping RM at '/home/idgar/jakarta-tomcat-5.5.9/webapps/cocoon/slide/store/metadata' /

Re: Cocoon Hangs with OpenSessionInViewFilter

2005-10-17 Thread Pete Farmer
On 9/7/05, Mark Lundquist [EMAIL PROTECTED] wrote: On Sep 6, 2005, at 4:17 PM, Dustin N. Jenkins wrote: That's exactly what I have actually. I'm still not clear as to what C3P0 handles, but if I'm indeed using the data source as laid out below, and injecting that into my Hibernate

Re: Cocoon Hangs with OpenSessionInViewFilter

2005-09-07 Thread Leszek Gawron
Dustin N. Jenkins wrote: That's exactly what I have actually. I'm still not clear as to what C3P0 handles, but if I'm indeed using the data source as laid out below, and injecting that into my Hibernate Session Factory, which is then being injected into my DAOs, does it mean I'm not using

Re: Cocoon Hangs with OpenSessionInViewFilter

2005-09-07 Thread Mark Lundquist
On Sep 6, 2005, at 4:17 PM, Dustin N. Jenkins wrote: That's exactly what I have actually. I'm still not clear as to what C3P0 handles, but if I'm indeed using the data source as laid out below, and injecting that into my Hibernate Session Factory, which is then being injected into my DAOs,

Cocoon hangs?

2005-09-05 Thread Antony Grinyer
Hi, I have a simple webapp that uses a cocoon transformer to interact with a DB XML database. I find that the browser hangs intermittently when running the webapp, then I find this message in the sitemap.log: [sitemap] (Unknown-URI) Unknown-thread/ExcaliburComponentManager: disposing of handler

Cocoon Hangs with OpenSessionInViewFilter

2005-09-02 Thread Dustin N. Jenkins
Tools: JDK 1.5.0_04, Spring 1.2.1, Hibernate 3.0.5, Cocoon 2.1.7 We've been using the OpenSessionInViewFilter for months now without much incident at all (aside from the usual carelessness that comes with closing and opening sessions around HTTP Requests). Lately though, there's been this

Re: Cocoon Hangs with OpenSessionInViewFilter

2005-09-02 Thread Mark Lundquist
This could also be a connection pool issue maybe? Which one are you using? On Sep 2, 2005, at 11:16 AM, Dustin N. Jenkins wrote: Tools: JDK 1.5.0_04, Spring 1.2.1, Hibernate 3.0.5, Cocoon 2.1.7 snip... - To unsubscribe,

Re: Cocoon Hangs with OpenSessionInViewFilter

2005-09-02 Thread Laurent Perez
Sounds like either a dbcp misconfiguration (Pool not open) or a cache corruption. Locate and delete cocoon-ehcache-1.index and cocoon-ehcache-1.data, it might help. If this error didn't happen before, I'd say the jars are version safe, but something on the database side or filesystem side (i.e

Re: Cocoon Hangs with OpenSessionInViewFilter

2005-09-02 Thread Dustin N. Jenkins
I'm using the default c3p0 pooling, so I think I'll try adding a c3p0.properties to try and work it out a little bit. My cocoon-ehcache-1.* files both have a size of zero, but I deleted them anyway with no good result. I've never seen this before and I'm worried it's the way my code is