JS error trapping not trapping HTTPUploadTransfer exception

Upload core product.
Post Reply
jmarcv
Posts: 26
Joined: Sun Nov 07, 2010 4:21 pm

JS error trapping not trapping HTTPUploadTransfer exception

Post by jmarcv »

Java 7 (u13)
JFU2.9

I am getting the exception below.
Is this supposed to be handled in function JSTransferFailed(errormsg)?
It says arttempt 1/3 but never goes past that. I uploaded images already and it always seems to be a hangup on the last one.
I am continuing to test (it was working fine earlier) but the main thing is that if it happens to our users, they just see a hung screen with no explanation.



[INFO] HTTPUploadTransfer - Upload (POST) started : C:\DOCUME~1\jmv\LOCALS~1\Temp\diningroom-lights.jpg
[ERROR] HTTPUploadTransfer - org.apache.commons.httpclient.NoHttpResponseException: The server apptest.??????????.com failed to respond
[INFO] HTTPUploadTransfer - Attempt 1/3
Exception in thread "HTTPUPLOAD" java.lang.ArrayIndexOutOfBoundsException: 3
at jfileupload.transfer.client.mdesign.ProgressPanel.transferStarted(Unknown Source)
at jfileupload.transfer.client.preview.ImageProgress.transferStarted(Unknown Source)
at jfileupload.transfer.client.http.HTTPUploadTransfer.transfer(Unknown Source)
at jfileupload.transfer.client.http.HTTPUploadTransfer.transferAndRetry(Unknown Source)
at jfileupload.transfer.client.http.HTTPUploadTransfer.processFile(Unknown Source)
at jfileupload.transfer.client.http.HTTPUploadTransfer.process(Unknown Source)
at jfileupload.transfer.client.http.HTTPUploadTransfer.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

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

Re: JS error trapping not trapping HTTPUploadTransfer except

Post by support »

Is there any way to access your HTTP upload URL from here to reproduce the problem?

Post Reply