geonode
geonode copied to clipboard
Docker config : Cant upload shapefiles or create maps . Error HTTPConnectionPool(host='geoserver', port=8080)
Expected Behavior
Upload a shapefile project and have it create borders on a map with appropriate metadata
Actual Behavior
It refuses to accept the upload with an error of [ UI output : Unexpected error! - 404 Not Found. Origin server was unable or unwilling to find the resource requested.
Web console output : gisnode.crowdapps.net/upload/progress:1 Failed to load resource: the server responded with a status of 404 (Not Found) gisnode.crowdapps.net/upload/progress:1 Failed to load resource: the server responded with a status of 404 (Not Found) gisnode.crowdapps.net/upload/progress:1 Failed to load resource: the server responded with a status of 404 (Not Found) gisnode.crowdapps.net/upload/progress:1 Failed to load resource: the server responded with a status of 404 (Not Found) gisnode.crowdapps.net/upload/progress:1 Failed to load resource: the server responded with a status of 404 (Not Found) gisnode.crowdapps.net/upload/progress:1 Failed to load resource: the server responded with a status of 404 (Not Found) gisnode.crowdapps.net/upload/progress:1 Failed to load resource: the server responded with a status of 404 (Not Found) gisnode.crowdapps.net/upload/progress:1 Failed to load resource: the server responded with a status of 404 (Not Found) gisnode.crowdapps.net/upload/srs?id=107&force_ajax=true&force_ajax=true:1 Failed to load resource: the server responded with a status of 404 (Not Found) DevTools failed to load source map: Could not load content for https://gisnode.crowdapps.net/static/lib/js/underscore.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
Cant post celery container output , too long .
Steps to Reproduce the Problem
- Manually install and config docker setup of Geonode
- Upload shapefile project
- Get error
Specifications
- GeoNode version: latest docker image
- Installation method (manual, GeoNode Docker, SPCGeoNode Docker): manual docker (followed the tutorial :https://docs.geonode.org/en/master/install/advanced/core/index.html#install-the-docker-and-docker-compose-packages-on-a-ubuntu-host)
- Platform: Ubuntu 20.04
- Additional details:
Can you please try with docker-compose -f docker-compose.yml up --build
It falls into this loop , or at least it has been for the past hour or so
I tried shutting everything down and building the again the containers , it falls into the same behaviour
Hi. As I already wrote in the Gitter forum on 02 May, the problem is the .env file of the docker version. The enclosing double quotes in the GEOSERVER_JAVA_OPTS must be removed.
This concerns the current master and the 3.3.x branch.