Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 47537 invoked from network); 19 Apr 2004 19:59:42 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 19 Apr 2004 19:59:42 -0000 Received: (qmail 9072 invoked by uid 500); 19 Apr 2004 19:59:26 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 9055 invoked by uid 500); 19 Apr 2004 19:59:26 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 9040 invoked from network); 19 Apr 2004 19:59:25 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by daedalus.apache.org with SMTP; 19 Apr 2004 19:59:25 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BFevS-0006np-00 for ; Mon, 19 Apr 2004 21:59:30 +0200 Received: from mailext.informatica.com ([12.108.188.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 Apr 2004 21:59:30 +0200 Received: from martinc by mailext.informatica.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 Apr 2004 21:59:30 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: commons-user@jakarta.apache.org From: "Martin Cooper" Subject: Re: fileUpload redirect problem Date: Mon, 19 Apr 2004 12:59:27 -0700 Lines: 71 Message-ID: References: <20040419190658.30346.qmail@web21006.mail.yahoo.com> X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: mailext.informatica.com X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Sender: news X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I'm a bit puzzled as to what you're actually doing. You appear to be using Struts, in which case Struts should be doing all of the file upload handling for you. If you're trying to use the FileUpload component yourself, in addition to wha Struts is doing, then that could certainly lead to your problem. The error you are seeing looks like it's probably related to the request already having been consumed, which would happen if FileUpload tried to parse it more than once, or you tried to chain Struts actions. If you're not using FileUpload directly, and only using it via Struts, then you might have more luck with your questions on the Struts user list rather than here. -- Martin Cooper "Scott Nesbitt" wrote in message news:20040419190658.30346.qmail@web21006.mail.yahoo.com... > > I am trying to run the example file upload code in BEA > WebLogic 8.1.2, but am getting an error. > > All is fine until I try to return from the upload > action class. I do a > > return mapping.findForward("Success"); > > Which should send it back through struts to where this > is present: > > path="/html/upload-success.jsp" /> > Sadly, the jsp is never invoked. Instead, I get this: > > 13:07:17,653 [ExecuteThread: '199' for queue: > 'default'] DEBUG action.RequestProcessor - > processForwardConfig(ForwardConfig[name=Success,path=/html/upload-success.js p,redirect=false,contextRelative=false]) > > > <[ServletContext(id=27649252,name=enames,context-path=/enames)] > Servlet failed with ServletException > javax.servlet.ServletException: Original request not > available > at > weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp l.java:111) > > A google search on "Original request not available" > returns almost nothing. > > Any suggestions? I am running the latest released > code. > > Thanks > > Scott Nesbitt > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Photos: High-quality 4x6 digital prints for 25� > http://photos.yahoo.com/ph/print_splash --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org