Opened 10 years ago
Closed 10 years ago
#1392 closed defect (wontfix)
Cannot upload new data in GeoNode
Reported by: | kalxas | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | OSGeoLive8.0 |
Component: | OSGeoLive | Keywords: | GeoNode |
Cc: | live-demo@… |
Description
The UI is complaining about incomplete file even though a full set of files for the natural earth shapefile are present.
Attachments (3)
Change History (8)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Hi,
I fixed a few problem in r11943
- the patch to set the
ServerName
and Alias in apache 000-default.conf was not being applied.
- the zenity sleep was too short while geoserver was starting up
In the build log, this step fails:
django-admin updatelayers --settings=geonode.settings --ignore-errors
with a Traceback ending in:
socket.error: [Errno 111] Connection refused
but even before that:
Starting GeoServer to update layers in the geonode db java.net.ConnectException: Connection refused
so probably geoserver isn't even running.
Hamish
comment:3 by , 10 years ago
Hamish, thanks for the report. I tested RC2 and was able to upload files.
- The instructions should tell people to start GeoNode from the menu if they do not say it already. This takes care of starting Geoserver. Could this be what happened to you in this ticket and #1379
- When GeoNode finds companion files that are unused it reports them too loudly (for example html or qgs files, see attachment "geonode failed upload". I filed this in GeoNode's tracker: https://github.com/GeoNode/geonode/issues/1665
- I selected all the files in the natural earth folder and ended up with 13 loaded layers.
- The thumbnails are missing after the layers are uploaded, I am working on that one now and will file it as another bug.
Can we close this one as invalid or worksforme ?
comment:4 by , 10 years ago
File upload works for me too in RC2
The problem is that during build, django-admin did not manage to upload layers in GeoNode.
comment:5 by , 10 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
copied from #1379,
thanks, Hamish