oscarfonts / docker-geoserver

MIT License
88 stars 50 forks source link

Healthcheck No service: ( ows ) #34

Closed martinraie closed 1 year ago

martinraie commented 1 year ago

Thank you for making this docker image available. Geoserver woks well but server log is full of exceptions org.geoserver.platform.ServiceException: No service: ( ows ). I assume it's because the healthcheck which is configured to use url http://localhost:8080/geoserver/ows. I tried to set GEOSERVER_HEALTH_CHECK_URL parameter as documentation says but didn't make any difference. The url seems to exist as it responds with code 200 but logs a long stacktrace. And so every 10 seconds. What is the correct way to solve this?