You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to play around with the testbed suite but I'm theatrically failing to spin up the geoserver service.
There seems to be a missing Java method in the latest version of the oscarfonts/geoserver docker image (last updated 4 days ago at the time of writing):
I am more successful by using the geosolutionsit/geoserver Docker image, but then it's available at the /geoserver/web/ endpoint instead of /geoserver/ogc/features (which returns a 404) and I obviously miss the geonovum workspace creation.
As the oscarfonts docker image tag is set to latest in env.sh and because there had been recent changes to this image, do you mind precisely telling me which was the last version that was working for you or that is currently being used by https://apitestbed.geonovum.nl/geoserver/ogc/features ?
I would then suggest to change that version tag in the code to keep a reproducible environment.
See proposed fix for the moment: #49
Thanks a lot for your great job!
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to play around with the testbed suite but I'm theatrically failing to spin up the geoserver service.
There seems to be a missing Java method in the latest version of the
oscarfonts/geoserver
docker image (last updated 4 days ago at the time of writing):I am more successful by using the
geosolutionsit/geoserver
Docker image, but then it's available at the/geoserver/web/
endpoint instead of/geoserver/ogc/features
(which returns a404
) and I obviously miss thegeonovum
workspace creation.As the oscarfonts docker image tag is set to
latest
inenv.sh
and because there had been recent changes to this image, do you mind precisely telling me which was the last version that was working for you or that is currently being used by https://apitestbed.geonovum.nl/geoserver/ogc/features ?I would then suggest to change that version tag in the code to keep a reproducible environment.
See proposed fix for the moment: #49
Thanks a lot for your great job!
The text was updated successfully, but these errors were encountered: