Well I have had my -Xmx set to as high as 1gb and I still receive these errors. The site will stay running for at best 1 day without crashing. I was just hoping one of these could point me in a direction while I work on looking at memory leaks.
Thanks, Rob -----Original Message----- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 10:25 AM To: Tomcat Users List Subject: Re: OutOfMemory Exception initializing page context What's with all the OOM questions this week? I've noticed that topics tend to come in waves. I wonder if there are only like 5 people out there that post to the newsgroup, but they have all kinds of alias and alternate personalities so that the average response is what they use to solve their problems :) Just an amusing thought to make me smile. :) There. I did it. -chris Shapira, Yoav wrote: > Howdy, > Once you're out of memory, the system is in a bad state and must be > restarted. You will see error messages that are at best meaningless and > at worst misleading, because they will make you look in the wrong > places. You want to fix the memory issue first, by adding more memory > (via the -Xmx java command-line parameter) or fixing a memory leak if > there's one in your application. > > Do not assume, for example, that the IllegalStateException you cite has > anything to do with the OutOfMemory error: it may be a misleading > message thrown by the system after it ran out of memory (even though it > shows up before the OutOfMemoryError in the log) while it was thrashing > to GC stuff by invalidating your sessions. > > Yoav Shapira > Millennium ChemInformatics > > > >>-----Original Message----- >>From: Rob Wichterman [mailto:[EMAIL PROTECTED] >>Sent: Tuesday, December 02, 2003 9:57 AM >>To: [EMAIL PROTECTED] >>Subject: OutOfMemory Exception initializing page context >> >>Hello, >> >>I am having major memory problem that I have been fighting through. > > Has > >>any body ever seen this one. Here are the errors that always come up > > in > >>my logs. >> >>1. java.lang.IllegalStateException: getAttribute: Session already >>invalidated >>2. JspFactoryImpl: Exception initializing page context >>java.lang.IllegalStateException: Cannot create a session after the >>response has been committed >>3. JspFactoryImpl: Exception initializing page context >>java.lang.OutOfMemoryError >> >>Any help at all would be greatly appreciated. >> >>Thanks, >> >>Rob Wichterman > > > > > 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] > > --------------------------------------------------------------------- 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]
