Re: Tomcat java processes eat processor.

2006-06-21 Thread Leon Rosenberg
I really should have added instructions :-) but ok, here they are goto http://moskito.anotheria.net/download/nightly/ and download the nightly (actually daily) build http://moskito.anotheria.net/download/nightly/moskito-dist.2006-06-21.tar.gz you can check the contents of the demowebapp (moski

Re: Tomcat java processes eat processor.

2006-06-21 Thread Martin Gainty
AIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, June 21, 2006 10:33 AM Subject: Re: Tomcat java processes eat processor. > > This looks perfect. It's what I need. However... > I've been all over the website below. I don't see how to install this

Re: Tomcat java processes eat processor.

2006-06-21 Thread Rick Cockerham
This looks perfect. It's what I need. However... I've been all over the website below. I don't see how to install this through web.xml. I see how to extend a servlet. I'm using JSP. So, that's a little more difficult. Thanks, Rick Leon Rosenberg wrote: look at this: http://moskito.an

Re: Tomcat java processes eat processor.

2006-06-20 Thread Leon Rosenberg
look at this: http://moskito.anotheria.net/moskitodemo/mui/mskShowAllProducers RequestURIFilter is probably what you want you can install this monitoring application by simply adding a filter entry to your web.xml. This way you'll see which requests are currently executed and which uris lasting

Re: Tomcat java processes eat processor.

2006-06-20 Thread Rick Cockerham
Not sure what you mean. I can recompile and deploy the code with no problems. So, probably... Leon Rosenberg wrote: On 6/19/06, Rick Cockerham <[EMAIL PROTECTED]> wrote: I wish it would give me a stack trace. That would be wonderful. The part I left out was just a list of all the load

Re: Tomcat java processes eat processor.

2006-06-19 Thread Leon Rosenberg
On 6/19/06, Rick Cockerham <[EMAIL PROTECTED]> wrote: I wish it would give me a stack trace. That would be wonderful. The part I left out was just a list of all the loaded libraries. I can't risk a switch in software. I realize this is a tough one. I have very little flexibility to help me

RE: Tomcat java processes eat processor.

2006-06-19 Thread GB Developer
the bottom of that page.) Further along in the thread is this helpful filter: http://marc.theaimsgroup.com/?l=tomcat-user&m=109464294927932&w=2 > -Original Message- > From: Rick Cockerham [mailto:[EMAIL PROTECTED] > Sent: Monday, June 19, 2006 10:21 AM > To: Tomcat User

Re: Tomcat java processes eat processor.

2006-06-19 Thread Rick Cockerham
I wish it would give me a stack trace. That would be wonderful. The part I left out was just a list of all the loaded libraries. I can't risk a switch in software. I realize this is a tough one. I have very little flexibility to help me debug. That's why I'm asking you guys! Thanks, R

Re: Tomcat java processes eat processor.

2006-06-19 Thread Leon Rosenberg
On 6/19/06, Rick Cockerham <[EMAIL PROTECTED]> wrote: OK. I finally got a file dumped out from this kill. But, it doesn't look interesting to me. Any idea what this means to me? Any other debug ideas? a) paste complete stack trace b) try a regular vm (suns for example) regards Leon Than

Re: Tomcat java processes eat processor.

2006-06-19 Thread Rick Cockerham
OK. I finally got a file dumped out from this kill. But, it doesn't look interesting to me. Any idea what this means to me? Any other debug ideas? Thanks, Rick Unexpected Signal : 3 occurred at PC=0x45C6D876 Function=(null)+0x45C6D876 Library=/opt/blackdown-jdk-1.4.2.01/jre/lib/i386/serve

RE: Tomcat java processes eat processor.

2006-06-16 Thread Peter Crowther
> From: Rick Cockerham [mailto:[EMAIL PROTECTED] > Didn't work. -3 doesn't kill it. No. It produces a thread dump, and the process carries on going. Given that you were complaining about not wanting to restart Tomcat twice daily, I thought you'd appreciate a non-fatal solution :-).

Re: Tomcat java processes eat processor.

2006-06-16 Thread Rick Cockerham
Didn't work. -3 doesn't kill it. I tried for several minutes. Then I tried -6. That killed it, but I didn't get the core. Where do you think it put it? I did this: 'kill -6 2393 2> error' error was empty. Thanks, Rick Peter Crowther wrote: From: Rick Cockerham [mailto:[EMAIL PROTECTED

RE: Tomcat java processes eat processor.

2006-06-15 Thread Peter Crowther
> From: Rick Cockerham [mailto:[EMAIL PROTECTED] > When I do a 'top' and look at the java threads I > have a few threads a day that never stop and eat the system. [...] > how can I see what's going on in that thread? > I do not have console access to the machine, so it has to be > done through