Re: 100% CPU load after hot deploy of Tapestry 5 Application on Tomcat 6

2011-07-21 Thread Peter Stavrinides
Martin thanks, I will try this, will let you know. Cheers, Peter - Original Message - From: "Martin Strand" To: "Tapestry users" Sent: Wednesday, 20 July, 2011 12:52:52 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: 100% CPU load after hot

Re: 100% CPU load after hot deploy of Tapestry 5 Application on Tomcat 6

2011-07-21 Thread Peter Stavrinides
Istanbul Subject: Re: 100% CPU load after hot deploy of Tapestry 5 Application on Tomcat 6 As Mark said, GC exhausting the system is a possibility if it eventually recovers from the 100% CPU. If at all possible, try with higher max memory allocation and Tomcat 7. Kalle On Wed, Jul 20, 2011 at 2

Re: 100% CPU load after hot deploy of Tapestry 5 Application on Tomcat 6

2011-07-20 Thread Kalle Korhonen
As Mark said, GC exhausting the system is a possibility if it eventually recovers from the 100% CPU. If at all possible, try with higher max memory allocation and Tomcat 7. Kalle On Wed, Jul 20, 2011 at 2:16 AM, wrote: > Hi All, > > This is a tricky question one since I do realize there are se

Re: 100% CPU load after hot deploy of Tapestry 5 Application on Tomcat 6

2011-07-20 Thread Mark
I've run into a few problems when using maven/cargo to deploy, but they appear to be issues with simply running out of memory as the deployment process seems to use a lot of memory relative to my app. In a few cases this ended up pegging the processor, but normally it would just lock up Tomcat. Ma

Re: 100% CPU load after hot deploy of Tapestry 5 Application on Tomcat 6

2011-07-20 Thread Martin Strand
We've only got 5.2 apps runing on Jetty, but hot redeploy works great there and is even without the PermGen leak that was present in Tapestry 4. Anyway, here's how I would try to diagnose the problem: 1. Trigger the problem so that you have something consuming 100% CPU 2. Find the native ID

100% CPU load after hot deploy of Tapestry 5 Application on Tomcat 6

2011-07-20 Thread P . Stavrinides
Hi All, This is a tricky question one since I do realize there are several possibilities to explain the problem, not all of which are Tapestry related. We have battled to understand what is going on in production for the past year or so, and have tried to pinpoint where the problem lies and com