You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Stefan Frank <s....@vierundsechzig.de> on 2002/04/01 19:13:49 UTC

Problems with file upload

I've recently updated from struts 1.0.2 to struts 1.1b1 - and am now 
experiencing strange problems: The Action is called fine, and the file 
(in the example) gets written to disk - however when  forwarding to the 
display I get the Following Exception:

<01.04.2002 18:58:27 CEST> <Error> <HTTP> 
<[WebAppServletContext(3482588,struts-upload,/struts-upload)] Servlet 
failed with ServletException
javax.servlet.ServletException: Original request not available
         at 
weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:111)
         at 
org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:972)
         at 
org.apache.struts.action.RequestProcessor.processActionForward(RequestProcessor.java:408)
         at 
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:269)
         at 
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1161)
         at 
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:471)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at 
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:263)
         at 
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
         at 
weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2390)
         at 
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1959)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
 >

Anyone seen this?!

Greetings
Stefan


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>