Re: Flushing issue with tomcat from 7.0.39 onwards

2014-03-09 Thread Prashant Kadam
On Fri, Mar 7, 2014 at 6:09 PM, Prashant Kadam wrote: > Let me start with some history, > During upgrade to 7.0.52, I was facing the IOException: Stream closed > error. > but everything was working fine with old tomcat version 7.0.33 so I > started looking from which version pro

Flushing issue with tomcat from 7.0.39 onwards

2014-03-07 Thread Prashant Kadam
include) and try to flush closed stream causing stream closed error. Also one observation, it is not flushing though buffer is full. I have fixed this by manually flushing the response in my code but how this flushing problem gets introduced from 7.0.39 ? -- ~ Prashant Kadam

setting org.apache.coyote.Response.isCommitted variable

2014-03-06 Thread Prashant Kadam
Prashant Kadam -- ~ Prashant Kadam

Re: Stream closed- IOException exception

2014-03-05 Thread Prashant Kadam
On Wed, Mar 5, 2014 at 9:34 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Prashant, > > On 3/5/14, 9:14 AM, Prashant Kadam wrote: > > On Wed, Mar 5, 2014 at 7:11 PM, Prashant Kadam > > w

Re: Stream closed- IOException exception

2014-03-05 Thread Prashant Kadam
On Wed, Mar 5, 2014 at 7:11 PM, Prashant Kadam wrote: > > > > On Mon, Mar 3, 2014 at 10:55 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> Prashant, >> >>

Re: Stream closed- IOException exception

2014-03-05 Thread Prashant Kadam
On Mon, Mar 3, 2014 at 10:55 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Prashant, > > On 3/3/14, 6:04 AM, Prashant Kadam wrote: > > please help ... I have removed whitespaces by adding >

Re: Stream closed- IOException exception

2014-03-03 Thread Prashant Kadam
but this combination work with tomcat version below 7.0.37 and giving issues from version 7.0.39. Can anybody please tell me what are the changes in between these two versions which can produce this errror ?? Thanks Prashant Kadam On Mon, Mar 3, 2014 at 11:58 AM, Prashant Kadam wrote: &

Re: Error while upgrading to Tomcat 7.0.52

2014-03-03 Thread Prashant Kadam
r feel free to > > reach to me in India IST. > Hi Utkarsh Please use validateTld instead of validateXML. It would work . > > > > -Utkarsh Dave > > +919739903066 > > Technial Lead > > Infosys Limited at Cisco. > > e-city, Bangalore. India > > > -- ~ Prashant Kadam

Re: Stream closed- IOException exception

2014-03-02 Thread Prashant Kadam
On Sat, Mar 1, 2014 at 1:33 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Prashant, > > On 2/28/14, 7:54 AM, Prashant Kadam wrote: > > thanks Mark and Konstantin for your reply > > > &g

Re: Stream closed- IOException exception

2014-02-28 Thread Prashant Kadam
ts or tomcat .. ? >> stuck on this for long time and need to resolve it ASAP .. please help ... On Fri, Feb 28, 2014 at 2:47 PM, Mark Thomas wrote: > On 28/02/2014 09:11, Prashant Kadam wrote: > > Hi > > > > I am in process of upgrading from tomcat 7.0.33 to 7.0.52 but I am f

Re: Stream closed- IOException exception

2014-02-28 Thread Prashant Kadam
occurred when flushing data On Fri, Feb 28, 2014 at 5:09 PM, Prashant Kadam wrote: > Please find below stack trace > > > Feb 28, 2014 4:50:10 PM org.apache.catalina.core.ApplicationDispatcher > invoke > SEVERE: Servlet.service() for servlet jsp threw exception > java.io.IOExc

Re: Stream closed- IOException exception

2014-02-28 Thread Prashant Kadam
(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) On Fri, Feb 28, 2014 at 3:53 PM, Konstantin Kolinko wrote: > 2014-02-28 13:11 GMT+04:00 Prashant Kadam : > > Hi > > > > I am in proc

Stream closed- IOException exception

2014-02-28 Thread Prashant Kadam
error rather than being silently swallowed. (markt) " so want to confirm whether this can be the root cause ? if not what would be the issue - as it works till version 7.0.37 and do not work after version 7.0.39 ? and how to fix this in the code ? -- ~ Prashant Kadam

RE: How to install tomcat container into jboss 4.0.4

2009-03-16 Thread Prashant Kadam
- From: Prashant Kadam [mailto:prashant_ka...@persistent.co.in] Sent: Monday, March 16, 2009 12:52 PM To: users@tomcat.apache.org Subject: How to install tomcat container into jboss 4.0.4 Hi, I am working on some webservice deployment part where I want to deploy service to jboss and

How to install tomcat container into jboss 4.0.4

2009-03-16 Thread Prashant Kadam
Hi, I am working on some webservice deployment part where I want to deploy service to jboss and as per tutorial provided, it mentions to make sure tomcat container is installed into jboss 4.0.4. What is exactly means ? and how to install or how to verify whether it is already in