Upload huge file size: The page cannot be displayed browser er

2006-08-31 Thread Raghuveer


 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]



Re: Upload huge file size: The page cannot be displayed browser er

2006-08-31 Thread nuwan chandrasoma

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]




RE: Upload huge file size: The page cannot be displayed browser er

2006-08-31 Thread Raghuveer
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]





Re: Upload huge file size: The page cannot be displayed browser er

2006-08-31 Thread nuwan chandrasoma

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]





RE: Upload huge file size: The page cannot be displayed browser er

2006-08-31 Thread Raghuveer
I dont understand the problem.

There is some problem after uploading more then 50 records.

Our Investigation found ,
My Struts Actionform is not geeting updated for http request after File
Upload with large data.

Request is not at all going even upto actionform after uploading more then
50-60 records.

Each record in my CSV file will be

12345,30245,1,07/07/2006,out,New

  -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]







Re: Upload huge file size: The page cannot be displayed browser er

2006-08-31 Thread David Delbecq
Are there any exceptions of any sort in console? What size is the file?
Raghuveer a écrit :
  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]

   


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



RE: Upload huge file size: The page cannot be displayed browser er

2006-08-31 Thread Raghuveer
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]