Re: java.lan.OutOfMemoryError

2002-03-25 Thread David Hamilton
-free, correctly running, well configured system', and that a closed socket can happen any system, the JDK classes should be throwing IOException. david - Original Message - From: David Hamilton [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, March 22, 2002 8:06

Re: java.lan.OutOfMemoryError

2002-03-22 Thread David Hamilton
'java.lan.OutOfMemoryError' Coo - is your whole LAN out of memory? Wow! (Sorry couldn't resist.) Seriously: You using JDK 1.4? We found that TC 3.2.3 with JDK 1.4 was giving us a recursive IllegalStateException which locked up the server and eventually fell over. Reason: Any cancelled or

Re: java.lan.OutOfMemoryError

2002-03-22 Thread David Hamilton
PROTECTED] Sent: Friday, March 22, 2002 6:09 PM Subject: RE : java.lan.OutOfMemoryError I encounter similar problem and i am running TC4.0.3 with JDK 1.4. -Message d'origine- De : David Hamilton [mailto:[EMAIL PROTECTED]] Envoyé : vendredi 22 mars 2002 18:59 À : Tomcat Users List; [EMAIL

Re: RE : java.lan.OutOfMemoryError

2002-03-22 Thread David Hamilton
That was my evaluation. The error handling looked distinctly fragile to me. To be honest, it looks like Sun have tightened up their state-checking with the nio package (good) and exposed some weaknesses in the tomcat code (bad). But then I have strong opinions on error handling (i.e. you should

Re: java.lan.OutOfMemoryError

2002-03-22 Thread David Hamilton
, or just the once? david - Original Message - From: David Hamilton [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, March 22, 2002 7:55 PM Subject: Re: java.lan.OutOfMemoryError You sure? I only ask because if you are I have to got back to my team member who

Re: java.lan.OutOfMemoryError

2002-03-22 Thread David Hamilton
=45thread=233298 -Original Message- From: David Hamilton [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 9:17 PM To: Tomcat Users List Subject: Re: java.lan.OutOfMemoryError I know that IllegalStateException with TC 4.0x was reported on this list a few weeks ago - but IIRC

Re: java.lan.OutOfMemoryError

2002-03-22 Thread David Hamilton
No, AFAIK it is because the IOException is handled differently from the IllegalStateException: The IllegalStateException causes a recursive error handling trap to occur that gradually fills up the stack and blows the system. Because you've got a number of requests happening it hides the fact

Re: Best JDK For Tomcat ?

2001-11-28 Thread David Hamilton
There is also a danger that, when you are not using the results of variable assignments or increments/decrements, the compiler or VM may choose to optimise the code out completely!! david - Original Message - From: Laurent Michenaud [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread David Hamilton
Would that be a P3P issue? If so, you need to define P3P policy descriptors on your site... david - Original Message - From: Martin van den Bemt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 13, 2001 3:54 PM Subject: RE: REPOST: NEED HELP

Re: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread David Hamilton
PM Subject: RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window I don't know what p3p is ... Enlighten me ;)) Mvgr, Martin -Original Message- From: David Hamilton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 5:45 PM To: Tomcat