-
Notifications
You must be signed in to change notification settings - Fork 4
Description
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):
geoserver | 07-May-2022 14:54:21.320 SEVERE [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed
geoserver | java.lang.NoSuchMethodError: 'void org.apache.commons.logging.LogFactory.release(java.lang.ClassLoader)'
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!