-
Notifications
You must be signed in to change notification settings - Fork 25
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
error when trying to upload a file #170
Comments
Which instance are you using? The one at JRC (http://inspire-sandbox.jrc.ec.europa.eu/etf-webapp/) or a deployment in your own organisation? |
the one at JRC |
I just tried to upload a file for a test, without problems. Could you try again? How large is the file you are trying to upload? |
It still does not work for me. The file size is 16.3 MB. |
Could you share the file? |
I will send it via email |
I checked with some larger GML files, and I also get an upload error. |
OK, in that case you will have to look at the server log files. |
Will do. @robsgnao could you please have a look? |
I also get the error. However, when I zip the file before uploading, the error does not occur, so maybe that can be a temporary fix until the server issue is understood and corrected. http://inspire-sandbox.jrc.ec.europa.eu/etf-webapp/v2/status looks normal...
|
Zipping the file worked for me when I first tried, but now I cannot upload neither unzipped nor zipped files any more. |
ETF configuration should not be the issue: " etf.max.upload.size = 805617980 " |
Maybe a configuration issue with a new proxy server? Web console shows a 413 HTTP error response (Request Entity too large) . |
Thanks @jonherrmann, you are ritgh, in fact I found it in the apache httpd logs. Change planned for tonight. |
Hello @JohannaOtt, configuration has been changed, it is now working with a test file of 20MB (although the limit is set to more than twice this size). Please try again and report any issue. |
Thank you for your quick solution. It works for me with GML, which was my use case. But I also tried zip for testing and that still did not work. |
Hello @JohannaOtt , thanks for the feedback, will now work on this part of the issue. |
@robsgnao, the ETF web interface says, that the max upload size for files is 773 MB. This could be confusing. Both (ETF/Apache) configuration settings should be set to the same limit. |
@jonherrmann understand your point, current installation has limited capacity... Will review current capacity (and logs) and try to find a reasonable limit, then configure both (ETF/Apache) with the same value to avoid confusion. |
Hiya, I just ran into this problem again. Zipping the XML did work, but would be nice to have a note of that in the GUI, not have to trawl through GitHub! |
@df-git @MarcoMinghini We should review (and adapt if necessary) the current settings of the JRC ETF instance. |
When trying to upload a file, I get the following error message:
![image](https://user-images.githubusercontent.com/34163838/42208391-63b337d8-7eac-11e8-99e1-65690b1d8177.png)
The same workflow worked for me a few weeks back. I tried it yesterday and today, but there is no change in the behaviour.
The text was updated successfully, but these errors were encountered: