process dies when uploading large avi files

Upload core product.
jgoyer
Posts: 7
Joined: Mon Dec 21, 2009 7:06 pm

process dies when uploading large avi files

Post by jgoyer »

We are running jfileupload ftp and processing the files in a php file after to add them into a db and move to appropriate directories. This process works very well with one exception. The process seems to die on large avi files (even 37MB). Most of the errors are occuring on files of 1GB or larger. Always avi files although I am not sure that they have tried to load large files of any other type.

The upload *seems* to work. I have not tested out the files to make sure that they are valid. They do see the Upload Started message and 100% on the status bar. However I have added email messages to tell me where in the php process it dies and it never makes it in there for the avi files. It is definitely making it there with other test files but not the ones that matter.
Attachments
JAVA CONSOLE SCREENSHOT 12-21-09.JPG
(110.82 KiB) Downloaded 238 times

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: process dies when uploading large avi files

Post by support »

You're using HTTP or FTP upload ? If HTTP which server-side technology to handle upload request ? PHP ?

jgoyer
Posts: 7
Joined: Mon Dec 21, 2009 7:06 pm

Re: process dies when uploading large avi files

Post by jgoyer »

ftp and we are using php.

The client just resent the screen image. The original image cut off the most important messages at the bottom. It states there was a fatal java exception in java.io.IOException and that it is a threading problem. I have attached the new image.

Thanks,
JGoyer
Attachments
JAVA CONSOLE #2 - 12-21-09.JPG
(99.9 KiB) Downloaded 218 times

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: process dies when uploading large avi files

Post by support »

How large is the AVI ? 500MB ? Also could you update to 2.5 ?

jgoyer
Posts: 7
Joined: Mon Dec 21, 2009 7:06 pm

Re: process dies when uploading large avi files

Post by jgoyer »

The avi files are between 500MB and 2GB. Some will be larger in the future.

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: process dies when uploading large avi files

Post by support »

Could you try to setup timeout as:
<PARAM NAME="timeout" VALUE="120000">

Also, could you provide a testing URL so we could test the applet from here ?
If yes then send it to support(at)jfileupload(dot)com

jgoyer
Posts: 7
Joined: Mon Dec 21, 2009 7:06 pm

Re: process dies when uploading large avi files

Post by jgoyer »

I am not sure if the client will allow it but I will check. Would the timeout parameter help with a "fatal thread interruption"?

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: process dies when uploading large avi files

Post by support »

You're the first to report such issue, so I was wondering if it could come from timeout. Just make a test.

jgoyer
Posts: 7
Joined: Mon Dec 21, 2009 7:06 pm

Re: process dies when uploading large avi files

Post by jgoyer »

Okay, how do I send login info to you securely?

jgoyer
Posts: 7
Joined: Mon Dec 21, 2009 7:06 pm

Re: process dies when uploading large avi files

Post by jgoyer »

Scratch last message. I see the info above.

Post Reply