Note that there are some explanatory texts on larger screens.

plurals
  1. POJVM error when using paperclip to upload large files
    primarykey
    data
    text
    <p>I am using rails 3 + paperclip to host my file management app.</p> <p>However, paperclip seems having trouble handing big files (>= 200 MB)</p> <p>in the development environment it gives me :</p> <pre><code>JVMDUMP006I Processing dump event "systhrow", detail "java/lang/OutOfMemoryError" - please wait. JVMDUMP032I JVM requested Snap dump using '/home/ubuntu/upload/Snap.20130322.123321.12125.0001.trc' in response to an event JVMDUMP010I Snap dump written to /home/ubuntu/upload/Snap.20130322.123321.12125.0001.trc JVMDUMP032I JVM requested Heap dump using '/home/ubuntu/upload/heapdump.20130322.123321.12125.0002.phd' in response to an event JVMDUMP010I Heap dump written to /home/ubuntu/uploadheapdump.20130322.123321.12125.0002.phd JVMDUMP032I JVM requested Java dump using '/home/ubuntu/upload/javacore.20130322.123321.12125.0003.txt' in response to an event JVMDUMP010I Java dump written to /home/ubuntu/upload/javacore.20130322.123321.12125.0003.txt JVMDUMP013I Processed dump event "systhrow", detail "java/lang/OutOfMemoryError". [2013-03-22 12:33:42] ERROR </code></pre> <p>in production environment, I am deploying this app as a <strong>WAR</strong> file and upload to a tomcat server, it doesn't give me any error but the file uploaded is corrupted.</p> <p>Any idea how to fix this?</p> <p>Thank you!</p> <p><strong>UPDATE</strong></p> <p>I modified some tomcat connector config and get this error instead:</p> <pre><code>IOError (Disk quota exceeded): app/controllers/submissions_controller.rb:73:in `create' </code></pre> <p>but I'm 100% sure that I have more than enough space to use.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload