Just out of curiousity what this line means ?
StandardWrapperValve[UserPurchase]:
Also this line looks strange
zzzz.servlet.HandleRequest.showMessage(HandleRequest.java:203)



On Fri, 18 Mar 2005 00:34:18 -0600, Caldarale, Charles R
<[EMAIL PROTECTED]> wrote:
> > From: Barclay, Lachlan [mailto:[EMAIL PROTECTED]
> > Subject: tomcat throwing exceptions
> >
> > But then if I quicken the delays to about 20ms, I start to
> > get these exceptions. It looks like Tomcat is thinking that
> > a request is part of a previous request, and then something
> > goes wrong.
> 
> Odds are it's your application, not Tomcat.  (Although this is a pretty old 
> level, and there have been a fair number of bugs fixed since then.)  Look for 
> some request- or response-related object being stored in the session or in 
> the servlets being used.  Since you can have multiple threads using the 
> session and each servlet simultaneously, you could be inadvertently sharing 
> data.  Static fields are also prone to this problem unless carefully used.
> 
>  - Chuck
> 
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
> MATERIAL and is thus for use only by the intended recipient. If you received 
> this in error, please contact the sender and delete the e-mail and its 
> attachments from all computers.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
rgds
Antony Paul
http://www.geocities.com/antonypaul24/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to