Looks like a thread has a lock on the OutputStream. Try sticking
your forward in a try block with a NotifyAll().
Cheers!
Mark
----- Original Message -----
From: "Rao, Venkata (CAP, PTL)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 31, 2001 11:07 AM
Subject: Servlet RequestDispatcher and WebSphere
> In Websphere Test Environment on Visual Age this works fine
>
> RequestDispatcher rd =
>
this.getServletContext().getRequestDispatcher("/SelectCompany.jsp
");
> rd.forward(request, response);
>
> But on WebSphere 3.5.3 it gives this error
>
> "ERROR: Cannot forward. Writer or Stream
already obtained."
>
> Can you help ?
>
> Thanks.
>
>
_________________________________________________________________
__________
> To unsubscribe, send email to [EMAIL PROTECTED] and include
in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives:
http://archives.java.sun.com/archives/servlet-interest.html
> Resources:
http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html