Re: JspTagException- Stream closed

2013-09-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Babu, On 9/5/13 12:09 AM, Babu, Tinu wrote: > Here is the body of the method doEndTag(). The exception is thrown > for line number 146, which is this.iter = null; of the reset > method. > > public int doEndTag() throws JspException { if > (this.jd

RE: JspTagException- Stream closed

2013-09-05 Thread Martin Gainty
Haftung fuer den Inhalt uebernehmen. > From: tinu.b...@amd.com > To: users@tomcat.apache.org > Subject: RE: JspTagException- Stream closed > Date: Thu, 5 Sep 2013 04:09:34 + > > Here is the body of the method doEndTag(). The exception is thrown for line > number 146,

RE: JspTagException- Stream closed

2013-09-04 Thread Babu, Tinu
; this.ds = null; this.rs = null; this.iter = null; } -Original Message- From: Babu, Tinu [mailto:tinu.b...@amd.com] Sent: Monday, August 26, 2013 2:51 PM To: Tomcat Users List Subject: RE: JspTagException- Stream closed The RowSetIterate tag is declared in the JSP itself

RE: JspTagException- Stream closed

2013-08-25 Thread Babu, Tinu
Subject: Re: JspTagException- Stream closed -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Tinu, On 8/20/13 9:59 PM, Babu, Tinu wrote: > Here is the piece of codes which is throwing the error. > > datasource="userRole" > "> datasource="userRole" datait

Re: JspTagException- Stream closed

2013-08-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Tinu, On 8/20/13 9:59 PM, Babu, Tinu wrote: > Here is the piece of codes which is throwing the error. > > datasource="userRole" > "> datasource="userRole" dataitem="RoleDesc" /> > > > datasource="roles" > "> datasource="roles" dataitem

RE: JspTagException- Stream closed

2013-08-20 Thread Babu, Tinu
JspTagException- Stream closed -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Babu, On 8/19/13 2:59 AM, Babu, Tinu wrote: > Thank you Konstantin and Chris for your valuable comments. > > No image IO operation has been performed by the thread. Basically what > it does is, we have a

Re: JspTagException- Stream closed

2013-08-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Babu, On 8/19/13 2:59 AM, Babu, Tinu wrote: > Thank you Konstantin and Chris for your valuable comments. > > No image IO operation has been performed by the thread. Basically > what it does is, we have a database view for admin user which is > like

Re: JspTagException- Stream closed

2013-08-16 Thread André Warnier
tinz wrote: Hi, My application is working properly most of the times. But sometimes I am getting the Stream closed error in a random fashion. There is no specific way to reproduce the issue as well. Sometimes it happens more frequently and sometimes not. I am attaching the stack trace . It wou