Skip to content
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

Bug: Uploading GeoTIFF throws 500 #197

Closed
AleMScof opened this issue Jul 10, 2024 · 0 comments · Fixed by #198
Closed

Bug: Uploading GeoTIFF throws 500 #197

AleMScof opened this issue Jul 10, 2024 · 0 comments · Fixed by #198
Labels
bug Something isn't working

Comments

@AleMScof
Copy link
Contributor

Bug Description

GeoTiff cannot be uploaded through the GeoNode UI importer.
Error is thrown due to the fact that GeoServer don't have the mount on /mnt/volumes/statics/uploaded/

Failed to create coverage/layer

Logs from Geoserver exposing FileNotFound exception:

image

Reproduction Steps

  • Tested on several instances running in Minikube and Aws

Behavior

Since Geoserver needs to access Raster data directly from the Fs, opposite to Vector data, we should be able to mount the uploaded directory to Geoserver.

References: GeoNode/geonode#11518 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant