Previous Issue?
Possibly related to: https://github.com/GIScience/openrouteservice/issues/1878
Problem Description
I am running ORS WAR v9.9.0 on Tomcat 11.0.22.0 on Ubuntu 24.04.
My config file is:
ors:
engine:
graphs_data_access: RAM_STORE
profile_default:
graph_path: /ors/graphs
build:
source_file: /ors/albania-latest.osm.pbf
profiles:
driving-car:
enabled: true
When starting Tomcat I receive the below in /opt/tomcat/logs/catalina.out
2026-06-15 06:08:48 ^[[1;31mERROR ^[[m ^[[36m ORS-Init^[[m ^[[1;36m[ o.h.o.r.RoutingProfileManager ]^[[m
2026-06-15 06:08:48 ^[[1;31mERROR ^[[m ^[[36m ORS-Init^[[m ^[[1;36m[ o.h.o.r.RoutingProfileManager ]^[[m Exception at RoutingProfileManager initialization: class java.lang.IllegalStateException: Output files can not be written. Make sure ors.engine.graphs_data_access is set to a writable type!
2026-06-15 06:08:48 ^[[1;31mERROR ^[[m ^[[36m ORS-Init^[[m ^[[1;36m[ o.h.o.r.RoutingProfileManager ]^[[m
What have I tried?
Increasing server RAM (currently at 90GB)
Updating the Tomcat service to utilise more system RAM using the below system variable:
"CATALINA_OPTS=-Xms12g -Xmx80g -server -XX:+UseParallelGC"
Using a small data set to rule out memory limits. Currently attempting on the Albania PBF file which is only 50MB in size

