Skip navigation
Currently Being Moderated

'Connection was reset' when 'posting' large amounts of data.

Aug 8, 2012 8:58 AM

Tags: #large_files #cffile #cf7

Hello!

 

Running ColdFusion 7, I have a form which allows 11 file uploads expected to be no more than 50mb each.

 

I have tried 11 x 46mb file uploads and after a couple of minutes Firefox comes back with 'The connection was reset'. It works ok for less data.

 

The server has been increased to allow 3gb, maximum post data size is 1000mb and I have added <cfsetting requestTimeOut ="99999"> on the 'processing page' that the form is submitted to.

 

Any other ideas?

 

I know the whole concept of uploading this amount of data through ColdFusion 7 is not ideal, but I don't seems to have another option.

 

Cheers, Dan

 

Apache looks ok, Technical Services say the server reports "java.lang.OutOfMemoryError"

 

Also narrowed it down with these tests, post data of

 

200MB - 1min 31 (fail)

150MB - 1min 55 (success)

 
Replies
  • Currently Being Moderated
    Aug 8, 2012 3:43 PM   in reply to Stormpool

    Dan with "java.lang.OutOfMemoryError" happening I would suggest look at CF JVM settings.

     

    CF7admin > Server Settings > Java and JVM >

     

    Minimum JVM Heap Size (in MB) value?
    Maximum JVM Heap Size (in MB) value? 

    and


    VM Arguments? eg:
    -server -XX:MaxPermSize=124m -XX:+UseParallelGC

     

    HTH, Carl.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points