You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When restarting tomcat, the import fails with Unhandled exception at RoutingProfileManager initialization: Output files can not be written. Make sure ors.engine.graphs_data_access is set to a writable type!.
Error log with more context /var/log/tomcat10/ors.log, (full log):
2024-10-31 09:48:23 INFO [o.h.o.r.g.e.ORSGraphHopper ] - start creating graph from /srv/openrouteservice/data/osm.osm.pbf
2024-10-31 09:48:23 INFO [o.h.o.r.g.e.ORSGraphHopper ] - using CH|car_ors|RAM_STORE|3D|turn_cost|,,,,, memory:totalMB:12288, usedMB:469
2024-10-31 09:48:24 ERROR [o.h.o.r.RoutingProfileManager ] -
2024-10-31 09:48:24 ERROR [o.h.o.r.RoutingProfileManager ] - Unhandled exception at RoutingProfileManager initialization: Output files can not be written. Make sure ors.engine.graphs_data_access is set to a writable type!
2024-10-31 09:48:24 ERROR [o.h.o.r.RoutingProfileManager ] -
2024-10-31 09:48:24 INFO [o.h.o.a.s.l.ORSInitContextListener ] - Shutting down openrouteservice {"build_date":"2024-10-09T09:29:55Z","version":"8.2.0"} and releasing resources.
What I tried so far:
Entering bad values for ors.graphs_data_access doesnt change anything
Using ors.graph_data_access instead of ors.graphs_data_access as in
Is there an existing issue for this?
Problem description
I am running the
ors.war binary, v8.2.0
from releases with tomcat10. (edit: same withv8.1.3
,v8.0.1
)My config file is
ors-config.yml
:When restarting tomcat, the import fails with
Unhandled exception at RoutingProfileManager initialization: Output files can not be written. Make sure ors.engine.graphs_data_access is set to a writable type!
.Error log with more context
/var/log/tomcat10/ors.log
, (full log):What I tried so far:
ors.graphs_data_access
doesnt change anythingors.graph_data_access
instead ofors.graphs_data_access
as inopenrouteservice/ors-engine/src/main/java/org/heigit/ors/routing/configuration/RoutingManagerConfiguration.java
Line 31 in 86c98aa
ors.graphs.data_access
instead ofors.graphs_data_access
did not workProposed solution
Option should have been picked up.
Additional context
OS: Ubuntu:24.04 using vagrant with VirtualBox. (edit: same without virtualbox / vagrant)
Forum Topic Link
No response
The text was updated successfully, but these errors were encountered: