Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 26252 invoked from network); 3 Jun 2004 13:40:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Jun 2004 13:40:00 -0000 Received: (qmail 76557 invoked by uid 500); 3 Jun 2004 13:39:39 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 76536 invoked by uid 500); 3 Jun 2004 13:39:38 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 76520 invoked by uid 99); 3 Jun 2004 13:39:38 -0000 Received: from [63.126.72.100] (HELO intexch01.appriss.com) (63.126.72.100) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 03 Jun 2004 06:39:38 -0700 Received: by intexch01.appriss.com with Internet Mail Service (5.5.2653.19) id ; Thu, 3 Jun 2004 09:39:23 -0400 Message-ID: From: Annie Guo To: 'Tomcat Users List' Subject: RE: Page output is disappearing Date: Thu, 3 Jun 2004 09:39:21 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N If you have a NullPointerException somewhere in your tag or jsp pages, this could happen. It happened to me a couple of times. Look for any variable that might be null. -----Original Message----- From: Keith Hankin [mailto:keithh@addr.com] Sent: Thursday, June 03, 2004 1:58 AM To: Tomcat Users List Subject: Re: Page output is disappearing This happens even if the server has been up and running for a while, and when I look at the manager html page, it indicates that the application is running properly. The problem only happens when I have a specific custom taglib included in the page. ----- Original Message ----- From: "Ben Souther" To: "Tomcat Users List" Sent: Wednesday, June 02, 2004 8:05 PM Subject: Re: Page output is disappearing > Hitting a page while tomcat is still in the process of firing up or in the > middle or reloading the app will cause this. > > Due to an architectural change, it happens more often in 5x than 4x. > I don't know all the particulars but it's been discussed on this list before. > You could probably find out more by searching the archives. > > > > On Wednesday 02 June 2004 10:12 am, Keith Hankin wrote: > > No, I'm not using tag pooling. > > > > ----- Original Message ----- > > From: "Tim Funk" > > To: "Tomcat Users List" > > Sent: Tuesday, June 01, 2004 5:39 PM > > Subject: Re: Page output is disappearing > > > > > Off chance, are you using tag-pooling? Try turning that off and see what > > > > happens. > > > > > -Tim > > > > > > Keith Hankin wrote: > > > > Does anyone know any conditions under which writing to the JspWriter > > > > will > > > > > > not result in any output? I have a custom taglib class that extends > > > > BodyTagSupport. The doStartTag() method returns EVAL_BODY_BUFFERED. I > > > > then > > > > > > have another custom > > > > taglib class that is a child of this tag, which extends TagSupport. In > > > > doStartTag(), this method gets the JspWriter and writes to it, however > > > > the > > > > > > output does not appear to come out. This child custom taglib does not > > > > even > > > > > > refer to the parent tag in any way. However if I remove the containing > > > > parent tag from the JSP page, the output *does* come out. I am using > > > > Tomcat > > > > > > 5.0.19. > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > > > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > -- > Ben Souther > F.W. Davison & Company, Inc. > > > This e-mail message, and any accompanying documents, is for the sole use of > the intended recipient(s) and may contain confidential and privileged > information. Any unauthorized review, use, disclosure, distribution or > copying is prohibited. If you are not the intended recipient, please > contact our office by email or by telephone at (508) 747-7261 and > immediately destroy all copies of the original message. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org