Hello, I was wondering if anybody out there has used Cocoon 1.8.x has experienced the following type of situation. It appears that up to n page locks are created (the same page is requested in a number of cases), then Cocoon processing stops. All current browser requests all time out, and no new requests can be processed. To get things going tomcat needs to be restarted (so cocoon is reloaded).
This occurs intermittently (i.e not reproducible on demand). FYI, we are using a home-grown 'Producer'. Error message :"ExecuteThread: '53' for queue: 'default'" daemon prio=5 tid=0x837408 nid=0x43 waiting on monitor [0xa5981000..0xa59819d8]
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:415)
at org.apache.cocoon.Engine$Block.lock(Engine.java:586)
at org.apache.cocoon.Engine.handle(Engine.java:316)
at org.apache.cocoon.Cocoon.service(Cocoon.java:183)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
Is it a problem of cocoon 1.8.2 ??? Thanks.
