I have found logger messages some difference

FAILURE LOGS with huge data

2006-08-31 14:33:19,840~DEBUG~org.apache.struts.action.RequestProcessor~
Validating input form properties

2006-08-31 14:33:19,840~DEBUG~org.apache.struts.action.RequestProcessor~
Rolling back multipart request

2006-08-31 14:33:19,840~DEBUG~org.apache.struts.action.RequestProcessor~
Validation failed, returning to '.page.order.rfq.main'

SUCCESS LOGS with few records

9,967~DEBUG~org.apache.struts.action.RequestProcessor~ Validating input form
properties

2006-08-31 14:40:39,967~DEBUG~org.apache.struts.action.RequestProcessor~ No
errors detected, accepting input

2006-08-31 14:40:39,967~DEBUG~org.apache.struts.action.RequestProcessor~
Looking for Action instance for class com.DispatchAction

  -----Original Message-----
  From: nuwan chandrasoma [mailto:[EMAIL PROTECTED]
  Sent: Thursday, August 31, 2006 1:24 PM
  To: [EMAIL PROTECTED]
  Cc: Struts Users Mailing List
  Subject: Re: Upload huge file size: "The page cannot be displayed" browser
er


  Ok, is it something to do with session timeout?,


  On 8/31/06, Raghuveer <[EMAIL PROTECTED]> wrote:
    I am perfectly following the below link.
    I have done almost 10 time the same code in different projects.

    It is working fine when i have upto 55 records.
    But if i upload 130 records ,file is uploaded succefully.But if i click
any action after file upload i am getting "The page cannot be displayed"
shown on the
    web browser.
    after processing request forever
      -----Original Message-----
      From: nuwan chandrasoma [mailto:[EMAIL PROTECTED]
      Sent: Thursday, August 31, 2006 1:15 PM
      To: Struts Users Mailing List; [EMAIL PROTECTED]
      Subject: Re: Upload huge file size: "The page cannot be displayed"
browser er


      Hi,

      What is the file size?. in struts the default file size is 250MB, hope
it is not bigger than this. but you can configure this read the below link.

      I think u shouldnt allow any button to be clicked when the file is
being uploaded :).

      http://wiki.apache.org/struts/StrutsFileUpload

      Thanks,

      Nuwan.


      On 8/31/06, Raghuveer <[EMAIL PROTECTED] > wrote:


        have an upload file operation in the web application.  The web
server is
        OC4J.

        //UploadForm.jsp
        <FORM NAME="InputForm" ACTION="UploadAction.jsp" METHOD="POST"
        enctype=multipart/form-data>
        <input type="file" name="fileName">
        //etc ...
        </FORM>

        After I deploy the application to the web server, if I upload a
small file
        size, it is fine.

        But if i upload huge data ,data is uploading but if any action
button is
        clicked
        After 30 seconds, it has error "The page cannot be displayed" shown
on the
        web browser.


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





Reply via email to