-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infinite loop onSubmitComplete #11
Comments
I confirmed that this issue started happening when we upgraded to the 1.0.3 release, moving back to the 1.0.2-SNAPSHOT at least makes it work. |
Confirmed that 1.0.1 works fine as well |
I have the same issue ... any workaround ? |
@zouabimourad In our case, we moved back to v1.0.1 |
@frandevel i'm using gwt 2.7.0 ... v1.0.1 doesn't work well with gwt 2.7.0 |
@zouabimourad we did not move forward to 2.7.0 because of having very serious compilation time issues. It was taking more than 50% more to compile. We stick to GWT 2.6.1 and gwtupload 1.0.1 |
@zouabimourad try 1.0.2-SNAPSHOT as I mentioned, works ok with 2.7.0, but really the GWT community desperately needs another uploader. I started wrapping jquery uploader but never got around to finishing it, feel free to find it in my repos and contribute. @frandevel I'm very surprised to hear you had slow compile issues, one of the biggest advantages of 2.7 was a much better and faster compiler. Curious what the real slow down is. |
Reason for this issue seems to be a combination of two things:
Fix could be to just ignore empty content in onSubmitComplete or disabling re-attach of iFrame if not needed. |
Any news on that? I also have the same loops with 1.03 and GWT 2.7. The combination GWT 2.6.1 and 1.01 works really well!!! @stefanroeck what do you mean with reataching the iFrame? Thanks |
Currently 1.0.3 on GWT 2.8 beta is working for me, at least on Chrome. |
On Chrome... 2.7 and 1.0.3 is working as well... But not on Firefox. Chrome and all related Browsers have no issues |
Does it solved? I have the same problem on firefox. |
Having the same issue on Firefox and IE, unfortunately this project doesn't seem to be maintained anymore. |
This patch worked for me |
Thanks so much for sharing that patch, I submitted a PR (#20) though I doubt it would get pulled, solves my problem though. |
I'm afraid stefanroeck's patch brings back another issue reatachIframe() was supposed to fix: http://stackoverflow.com/questions/27711821 . |
Hi! Is there a solution for this problem? |
The Pull request #20 (it solves the problem) has been merged but there is no released version including the fix commmit. You can checkout the master and release it locally and deploy the artifact in your network maven repository. |
due to error described at manolo/gwtupload#11 (comment)
due to issue described at manolo/gwtupload#11 (comment)
The uploader gets stuck on an infinite loop in some browsers and in Chrome just fails to upload with the following error locally and also in production (local example below):
2015-05-07 10:59:15,508 [qtp540507577-244] server.UploadServlet: checkCORS error Origin: http://127.0.0.1:8888 does not match:^$
2015-05-07 10:59:15,508 [qtp540507577-244] server.UploadListener: UploadListener 18xqh1adxmbqu573spu3zou4 remove: total=79162 done=79162 cancelled=false finished=true saved=Thu May 07 10:53:27 EDT 2015
2015-05-07 10:59:15,508 [qtp540507577-244] server.UploadListener: UploadListener created new instance. (slow=20, requestSize=181014)
2015-05-07 10:59:15,508 [qtp540507577-244] server.UploadServlet: UPLOAD-SERVLET (18xqh1adxmbqu573spu3zou4) parsing HTTP POST request
2015-05-07 10:59:16,701 [qtp540507577-244] server.UploadServlet: UPLOAD-SERVLET (18xqh1adxmbqu573spu3zou4) parsed request, 4 items received.
This issue is also referenced here:
https://code.google.com/p/gwtupload/issues/detail?id=209
The text was updated successfully, but these errors were encountered: