Hi, You know, I remember the good old days on this list when people backed up claims and assertions with a bit of proof ;) Show us a profiler snapshot (or sequence thereof), provide a test program to reproduce the problem, anything really more than an empty claim...
As to the original poster, use a profiler to see where your memory is allocated when you get the OutOfMemoryError. Yoav Shapira Millennium Research Informatics >-----Original Message----- >From: Joseph Shraibman [mailto:[EMAIL PROTECTED] >Sent: Sunday, March 21, 2004 7:28 PM >To: Tomcat Users List >Subject: Re: java.lang.OutOfMemoryError > >Sounds like the same memory leak problem I've been having. The problem >is when new threads are created to handle concurrent connections. > >Marco P�hler wrote: >> Hi, >> >> I'm running tomcat 5.0.19 & J2SDK1.4.2_03 on a suse linux 8.1. I wrote a >> really simple application, just one servlet and a few jsp pages, using >> dbcp/jndi. Nevertheless I got an OutOfMemoryError every 2 days and I have >to >> restart the tomcat to fix the problem. Here is the log entry: >> >> 2004-03-21 10:41:04 StandardWrapperValve[mapperServlet]: >Servlet.service() >> for servlet mapperServlet threw exception >> java.lang.OutOfMemoryError >> >> Okay, I've investigated my source code for some kind of memory leak, but >> without any success. How can I found what the problem is ? Are there >tools >> which can help me ? >> >> thanks in advance >> >> Marco Poehler >> >> --- >> http://www.poehlerpoehler.de >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
