valhalla-operator icon indicating copy to clipboard operation
valhalla-operator copied to clipboard

No such node (service_limits.max_timedep_distance_matrix.max_locations)

Open sofarsog00d opened this issue 1 year ago • 2 comments

I'm trying to run Valhalla from the example (quickstart guide), and I'm getting the following error:

% kubectl get pods -n valhalla-system valhalla-controller-manager-596f67cf87-flbwb 2/2 Running valhalla-test-instance-builder-2kk4t 0/1 Completed valhalla-test-instance-cdc95f68-chz2w 0/1 CrashLoopBackOff

% kubectl logs -n valhalla-system valhalla-test-instance-cdc95f68-chz2w -f Starting Valhalla server with 2 threads... 2023/10/30 06:31:49.091475 [INFO] Tile extract successfully loaded with tile count: 42 2023/10/30 06:31:49.091477 [INFO] Tile extract successfully loaded with tile count: 42 2023/10/30 06:31:49.091619 [WARN] (stat): /data/traffic.tar No such file or directory 2023/10/30 06:31:49.091622 [WARN] (stat): /data/traffic.tar No such file or directory 2023/10/30 06:31:49.091634 [WARN] Traffic tile extract could not be loaded 2023/10/30 06:31:49.091624 [WARN] Traffic tile extract could not be loaded 2023/10/30 06:31:49.096651 [INFO] Tile extract successfully loaded with tile count: 42 2023/10/30 06:31:49.096702 [WARN] (stat): /data/traffic.tar No such file or directory 2023/10/30 06:31:49.096707 [WARN] Traffic tile extract could not be loaded 2023/10/30 06:31:49.097019 [INFO] Tile extract successfully loaded with tile count: 42 2023/10/30 06:31:49.097062 [WARN] (stat): /data/traffic.tar No such file or directory 2023/10/30 06:31:49.097067 [WARN] Traffic tile extract could not be loaded

terminate called after throwing an instance of 'boost::wrapexceptboost::property_tree::ptree_bad_path' terminate called recursively what(): No such node (service_limits.max_timedep_distance_matrix.max_locations) /run.sh: line 14: 7 Aborted (core dumped) valhalla_service ./$CONF_DIR/valhalla.json $THREADS

Kubernetes version: 1.23.1 Valhalla operator:1.4.0

sofarsog00d avatar Oct 30 '23 06:10 sofarsog00d