Hello, there
Today I tried to run Geoserver from a container image and received the following error message
docker run -it --rm -p8080:8080 76ebad46b72a
Welcome to GeoServer 2.25.1
Initialize /opt/geoserver_data/ from data directory included in geoserver.war
Starting installation of extensions
Finished installation of extensions
Installing default server.xml with substituted environment variables
Cannot find /opt/apache-tomcat-9.0.86/bin/setclasspath.sh
This file is needed to run this program
I entered the docker instance by overriding the default entrypoint and see the file exists. So it is hard to understand what is wrong
root@anonymised.com.12006…:/opt/apache-tomcat-9.0.86/bin# ls -al
total 820
…
-rw-r----- 1 root root 3606 Feb 14 08:15 makebase.bat
-rwxr-x— 1 root root 3382 Feb 14 08:15 makebase.sh
-rw-r----- 1 root root 3814 Feb 14 08:15 setclasspath.bat
-rwxr-x— 1 root root 4317 Feb 14 08:15 setclasspath.sh
-rw-r----- 1 root root 2020 Feb 14 08:15 shutdown.bat
-rwxr-x— 1 root root 1902 Feb 14 08:15 shutdown.sh
…
Did anyone else have similar experience?
Thank you,
Shane