RE: OutOfMemory Exception initializing page context

2003-12-02 Thread Shapira, Yoav
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

Re: OutOfMemory Exception initializing page context

2003-12-02 Thread Christopher Schultz
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

RE: OutOfMemory Exception initializing page context

2003-12-02 Thread Rob Wichterman
: 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

Re: OutOfMemory Exception initializing page context

2003-12-02 Thread Christopher Schultz
Rob, 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. Sorry for the levity. Try this: Turn on

RE: OutOfMemory Exception initializing page context

2003-12-02 Thread Rob Wichterman
-3355 Email: [EMAIL PROTECTED] Website: www.nuventive.com -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 11:00 AM To: Tomcat Users List Subject: Re: OutOfMemory Exception initializing page context Rob, Well I have had my -Xmx set

Re: OutOfMemory Exception initializing page context

2003-12-02 Thread David Rees
Christopher Schultz wrote: 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

RE: OutOfMemory Exception initializing page context

2003-12-02 Thread Shapira, Yoav
: Tuesday, December 02, 2003 12:40 PM To: 'Tomcat Users List' Subject: RE: OutOfMemory Exception initializing page context I consulted with the developers and they said we don't use or do anything that you suggested except we do use tomcat's connection pooling for oracle. We are running Sun j2sdk1.4.2_02

Re: OutOfMemory Exception initializing page context

2003-12-02 Thread Christopher Schultz
Rob, I consulted with the developers and they said we don't use or do anything that you suggested except we do use tomcat's connection pooling for oracle. Okay, that's good. Sometimes, people don't use connection pooling or do it improperly, and leave Connection objects lying around. SQL

RE: OutOfMemory Exception initializing page context

2003-12-02 Thread Rob Wichterman
PROTECTED] Sent: Tuesday, December 02, 2003 12:40 PM To: 'Tomcat Users List' Subject: RE: OutOfMemory Exception initializing page context I consulted with the developers and they said we don't use or do anything that you suggested except we do use tomcat's connection pooling for oracle. We are running Sun