Hello, newbie here trying to run a local hosting of ORS via Docker for a social sciences research.
I setup both my docker-compose and ors-config with the profile and the “pointing to my pbf file", but I need help with error messages that I couldn’t solve troubleshooting them with chatgpt (although I’m very critical of it, it’s honestly good for someone like me who’s not familiar with coding).
Basically everything seems good:
✓ ORS_HOME: /home/ors exists and is writable.
✓ Update the file /home/ors/config/example-ors-config.env with /example-ors-config.env
✓ Update the file /home/ors/config/example-ors-config.yml with /example-ors-config.yml
✓ Using the existing ors-config.yml from: /home/ors/config/ors-config.yml
ⓘ Default to graphs folder: /home/ors/graphs
ⓘ Any ENV variables will have precedence over configuration variables from config files.
✓ All checks passed. For details set CONTAINER_LOG_LEVEL=DEBUG.
Until I see that the example file is used instead of the one I downloaded from GeoFabrik:
✓ The file /home/ors/files/example-heidelberg.test.pbf is up to date
The logs show this error:
ExecutionException while initializing RoutingProfileManager: java.lang.IllegalStateException: Couldn't load from existing folder: graphs/driving-car but also cannot use file for DataReader as it wasn't specified!
I tired running the following and noticed something is wrong:
> docker exec -it ors-app ls /home/ors/files
Error response from daemon: container 11e1682c8195a5a73bebaba8c0a545cf14c21f225bed814d9b3a619cbe5536ea is not running
I think I got to the point that I need support from someone else, because I’m running circles with potential fixes. Can I provide with additional info on, say, the config files? Thank you in advance!