Re: Problem with uploading large files

2012-08-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sahana, On 8/22/12 10:31 AM, Sahana Voleti wrote: > Yes. I have tried with Chrome and Opera David. Firefox n Explorer > just fail instantly after looking at the file size over 2GB. FF has a (recently-fixed) bug where it cannot properly upload files l

Re: Problem with uploading large files

2012-08-22 Thread Konstantin Kolinko
2012/8/22 Sahana Voleti : > Sir, > despite trying configuring in access log valves if the same error message > persists then there must be some bug. The access log valve would not fix an error for you. It is there to help you diagnose one. Back to basics: do you know how file upload works? What

Re: Problem with uploading large files

2012-08-22 Thread Sahana Voleti
Yes. I have tried with Chrome and Opera David. Firefox n Explorer just fail instantly after looking at the file size over 2GB. On Wed, Aug 22, 2012 at 7:58 PM, David kerber wrote: > Bug, yes, but it sounds to me like the bug is more likely on the client > end, since the common component of the f

Re: Problem with uploading large files

2012-08-22 Thread David kerber
Bug, yes, but it sounds to me like the bug is more likely on the client end, since the common component of the failing test is the windows client; the server side seems to be fine on both Windows and Linux. Have you tried different browsers on the windows machine yet? On 8/22/2012 10:16 AM,

Re: Problem with uploading large files

2012-08-22 Thread Sahana Voleti
Sir, despite trying configuring in access log valves if the same error message persists then there must be some bug. It beautifully uploads from a Linux to a windows and Linux machine to linux machine(for over 10GB file size) but using windows machine as a client it just doesn't upload files above

Re: Problem with uploading large files

2012-08-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sahana, On 8/21/12 9:49 AM, Sahana Voleti wrote: > I have tried all the techniques that we have discussed and yet I > get the following error: > > org.apache.commons.fileupload.FileUploadBase$IOFileUploadException: > > Processing o > f multipart/for

Re: Problem with uploading large files

2012-08-21 Thread Sahana Voleti
I have tried all the techniques that we have discussed and yet I get the following error: org.apache.commons.fileupload.FileUploadBase$IOFileUploadException: Processing o f multipart/form-data request failed. Stream ended unexpectedly org.apache.commons.fileupload.FileUploadBase$IOFileUploadExcept

Re: Problem with uploading large files

2012-08-20 Thread Sahana Voleti
can you give me a sample code using content length? On Mon, Aug 20, 2012 at 5:38 PM, Konstantin Kolinko wrote: > 2012/8/20 Sahana Voleti : > > The documentation is fine but how do you use content length there? > > > > I am logging the value of the "content-length" header. > > What that header mea

Re: Problem with uploading large files

2012-08-20 Thread Konstantin Kolinko
2012/8/20 Sahana Voleti : > The documentation is fine but how do you use content length there? > I am logging the value of the "content-length" header. What that header means is defined in the HTTP protocol specification. > On Mon, Aug 20, 2012 at 5:10 PM, Sahana Voleti > wrote: > >> Is there a

Re: Problem with uploading large files

2012-08-20 Thread Sahana Voleti
The documentation is fine but how do you use content length there? On Mon, Aug 20, 2012 at 5:10 PM, Sahana Voleti wrote: > Is there any size limitations fr this apache commons upload? Also is there > any standalone application I can use? > I think there is some problem in parsing because of which

Re: Problem with uploading large files

2012-08-20 Thread Sahana Voleti
Is there any size limitations fr this apache commons upload? Also is there any standalone application I can use? I think there is some problem in parsing because of which I am getting multipart/formdata request failed. On Mon, Aug 20, 2012 at 5:03 PM, Konstantin Kolinko wrote: > 2012/8/20 Sahana

Re: Problem with uploading large files

2012-08-20 Thread Konstantin Kolinko
2012/8/20 Sahana Voleti : > Konstantin Kolinko, > U mentioned these steps in your mail: > 1. Read documentation for AccessLogValve. > 2. Use a text editor to edit server.xml file (for the global access > log) or the META-INF/context.xml file of your web application (for > your webapp's access log).

Re: Problem with uploading large files

2012-08-20 Thread Konstantin Kolinko
2012/8/20 Sahana Voleti : > Also in my localhost logs in tomcat 7.0.29. It is logging like this: > 192.168.2.67 - - [20/Aug/2012:13:32:20 +0530] "(¬û>Ñ¿¿?? «ÊR˱{fÔb²¹? æè > 5í?&º Ù³,µj\­< ´?? }b y* Ý?ÀB5ÅÖ8añ¹¶i? ùÇ Z;?ÐÀû#pÌ8 >>ûæ ý5Å *1éIEWç?[?Y°U?ïs,5tÕù )?WÆ?iU¼??/µ£kîUð$?+º&05­ > | 7Î ¾ÒL«W

Re: Problem with uploading large files

2012-08-20 Thread Sahana Voleti
Also in my localhost logs in tomcat 7.0.29. It is logging like this: 192.168.2.67 - - [20/Aug/2012:13:32:20 +0530] "(¬û>Ñ¿¿??«ÊR˱{fÔb²¹? æè 5í?&ºÙ³,µj\­<´?? }by*Ý?ÀB5ÅÖ8añ¹¶i?ùÇ Z;?ÐÀû#pÌ8 >ûæý5Å*1éIEWç?[?Y°U?ïs,5tÕù)?WÆ?iU¼??/µ£kîUð$?+º&05­ |7ξÒL«WXÒè¦-?Àp|wny· E?éX68Ä " 400 - W

Re: Problem with uploading large files

2012-08-19 Thread Sahana Voleti
Konstantin Kolinko, U mentioned these steps in your mail: 1. Read documentation for AccessLogValve. 2. Use a text editor to edit server.xml file (for the global access log) or the META-INF/context.xml file of your web application (for your webapp's access log). 3. Restart Tomcat. 4. Read access log

Re: Problem with uploading large files

2012-08-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sahana, On 8/17/12 8:33 AM, Sahana Voleti wrote: > I am trying to upload really large files (size about 10GB) using > the Apache commons upload. I have followed the steps properly, > increased the java heap size and the maxPostSize in tomcat (I am >

Re: Problem with uploading large files

2012-08-17 Thread Sahana Voleti
ailto:knst.koli...@gmail.com] > Sent: Viernes, 17 de Agosto de 2012 08:56 a.m. > To: Tomcat Users List > Subject: Re: Problem with uploading large files > > 2012/8/17 Sahana Voleti : > > Konstantin Kolinko, > > You mentioned the following in your mail: > > "Yo

RE: Problem with uploading large files

2012-08-17 Thread Cosio, Raul
I wonder if you are downloading to a FAT formattted drive which has a limit of 4GB per file. -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Viernes, 17 de Agosto de 2012 08:56 a.m. To: Tomcat Users List Subject: Re: Problem with uploading large files

Re: Problem with uploading large files

2012-08-17 Thread Konstantin Kolinko
2012/8/17 Sahana Voleti : > Konstantin Kolinko, > You mentioned the following in your mail: > "You can add the following: "%{content-length}i" to your Access Log > Valve configuration to log the Content-Length header of the incoming > request." > Can you elaborate as to how to make this change. 1.

Re: Problem with uploading large files

2012-08-17 Thread Sahana Voleti
Konstantin Kolinko, You mentioned the following in your mail: "You can add the following: "%{content-length}i" to your Access Log Valve configuration to log the Content-Length header of the incoming request." Can you elaborate as to how to make this change. Regards, Sahana On Fri, Aug 17, 2012 at

Re: Problem with uploading large files

2012-08-17 Thread Sahana Voleti
Ognjen Blagojevic , Konstantin Kolinko, By unsuccessful I mean that the file fails to upload. Following the Apache commons upload guidelines, the data first comes in chunks into a temp directory and after all the data is collected there it saves it in the permanent directory. In my case, data comes

Re: Problem with uploading large files

2012-08-17 Thread Konstantin Kolinko
2012/8/17 Sahana Voleti : > Hello list, > > I am trying to upload really large files (size about 10GB) using > the Apache commons upload. I have followed the steps properly, increased > the java heap size and the maxPostSize in tomcat (I am using tomcat version > 7.0.29). Also I am using Wind

Re: Problem with uploading large files

2012-08-17 Thread Ognjen Blagojevic
Sahana, On 17.8.2012 14:33, Sahana Voleti wrote: I am trying to upload really large files (size about 10GB) using the Apache commons upload. I have followed the steps properly, increased the java heap size and the maxPostSize in tomcat (I am using tomcat version 7.0.29). Also I am using W

Problem with uploading large files

2012-08-17 Thread Sahana Voleti
Hello list, I am trying to upload really large files (size about 10GB) using the Apache commons upload. I have followed the steps properly, increased the java heap size and the maxPostSize in tomcat (I am using tomcat version 7.0.29). Also I am using Windows XP , 2GB RAM machine. Here is wha