Hi,
I am trying to build a graph for the entire US map, it keeps getting stuck after generating the subnetwork_landmarks_core_car_ors_fastest_with_turn_costs_allow_all
file. I know it is stuck because the memory usage drops from ~100% to ~ .2%. I also know that this works on a smaller file (I’ve tried it on state of Virginia). I am using a m2 mac w/ 32 GM of Memory.
My ors.config file:
{
"ors": {
"info": {
"base_url": "https://openrouteservice.org/",
"swagger_documentation_url": "https://api.openrouteservice.org/",
"support_mail": "support@openrouteservice.org",
"author_tag": "openrouteservice",
"content_licence": "LGPL 3.0"
},
"services": {
"matrix": {
"enabled": true,
"maximum_routes": 1000000,
"maximum_routes_flexible": 25,
"maximum_search_radius": 5000,
"maximum_visited_nodes": 100000,
"allow_resolve_locations": true,
"attribution": "openrouteservice.org, OpenStreetMap contributors"
},
"isochrones": {
"enabled": true,
"maximum_range_distance": [
{
"profiles": "any",
"value": 50000
},
{
"profiles": "driving-car, driving-hgv",
"value": 100000
}
],
"maximum_range_time": [
{
"profiles": "any",
"value": 18000
},
{
"profiles": "driving-car, driving-hgv",
"value": 3600
}
],
"fastisochrones": {
"maximum_range_distance": [
{
"profiles": "any",
"value": 50000
},
{
"profiles": "driving-car, driving-hgv",
"value": 500000
}
],
"maximum_range_time": [
{
"profiles": "any",
"value": 18000
},
{
"profiles": "driving-car, driving-hgv",
"value": 10800
}
],
"profiles": {
"default_params": {
"enabled": false,
"threads": 12,
"weightings": "fastest,shortest",
"maxcellnodes": 5000
},
"hgv": {
"enabled": false,
"threads": 12,
"weightings": "fastest,shortest",
"maxcellnodes": 5000
}
}
},
"maximum_intervals": 10,
"maximum_locations": 2,
"allow_compute_area": true
},
"routing": {
"enabled": true,
"mode": "normal",
"routing_description": "This is a routing file from openrouteservice",
"routing_name": "openrouteservice routing",
"sources": [
"/home/ors/ors-core/data/osm_file.pbf"
],
"init_threads": 1,
"attribution": "openrouteservice.org, OpenStreetMap contributors",
"elevation_preprocessed": false,
"profiles": {
"active": [
"car"
],
"default_params": {
"encoder_flags_size": 8,
"graphs_root_path": "/home/ors/ors-core/data/graphs",
"elevation_provider": "multi",
"elevation_cache_path": "/home/ors/ors-core/data/elevation_cache",
"elevation_cache_clear": false,
"instructions": true,
"maximum_distance": 100000,
"maximum_distance_dynamic_weights": 100000,
"maximum_distance_avoid_areas": 100000,
"maximum_waypoints": 50,
"maximum_snapping_radius": 400,
"maximum_avoid_polygon_area": 200000000,
"maximum_avoid_polygon_extent": 20000,
"maximum_distance_alternative_routes": 100000,
"maximum_alternative_routes": 3,
"maximum_distance_round_trip_routes": 100000,
"maximum_speed_lower_bound": 80,
"preparation": {
"min_network_size": 200,
"min_one_way_network_size": 200,
"methods": {
"lm": {
"enabled": true,
"threads": 1,
"weightings": "fastest,shortest",
"landmarks": 16
}
}
},
"execution": {
"methods": {
"lm": {
"active_landmarks": 8
}
}
}
},
"profile-car": {
"profiles": "driving-car",
"parameters": {
"encoder_flags_size": 8,
"encoder_options": "turn_costs=true|block_fords=false|use_acceleration=true",
"maximum_distance": 1000000,
"elevation": false,
"maximum_snapping_radius": 350,
"preparation": {
"min_network_size": 200,
"min_one_way_network_size": 200,
"methods": {
"ch": {
"enabled": true,
"threads": 1,
"weightings": "fastest"
},
"lm": {
"enabled": false,
"threads": 1,
"weightings": "fastest,shortest",
"landmarks": 16
},
"core": {
"enabled": true,
"threads": 1,
"weightings": "fastest,shortest",
"landmarks": 64,
"lmsets": "highways;allow_all"
}
}
},
"execution": {
"methods": {
"lm": {
"active_landmarks": 6
},
"core": {
"disabling_allowed": true,
"active_landmarks": 6
}
}
},
"ext_storages": {
"WayCategory": {},
"HeavyVehicle": {},
"WaySurfaceType": {},
"RoadAccessRestrictions": {
"use_for_warnings": true
}
}
}
},
"profile-hgv": {
"profiles": "driving-hgv",
"parameters": {
"encoder_flags_size": 8,
"encoder_options": "turn_costs=true|block_fords=false|use_acceleration=true",
"maximum_distance": 100000,
"elevation": false,
"preparation": {
"min_network_size": 200,
"min_one_way_network_size": 200,
"methods": {
"ch": {
"enabled": true,
"threads": 1,
"weightings": "fastest,shortest"
},
"core": {
"enabled": true,
"threads": 1,
"weightings": "fastest,shortest",
"landmarks": 64,
"lmsets": "highways;allow_all"
}
}
},
"execution": {
"methods": {
"core": {
"disabling_allowed": true,
"active_landmarks": 6
}
}
},
"ext_storages": {
"WayCategory": {},
"HeavyVehicle": {
"restrictions": true
},
"WaySurfaceType": {}
}
}
},
"profile-bike-regular": {
"profiles": "cycling-regular",
"parameters": {
"encoder_options": "consider_elevation=true|turn_costs=true|block_fords=false",
"elevation": true,
"ext_storages": {
"WayCategory": {},
"WaySurfaceType": {},
"HillIndex": {},
"TrailDifficulty": {}
}
}
},
"profile-bike-mountain": {
"profiles": "cycling-mountain",
"parameters": {
"encoder_options": "consider_elevation=true|turn_costs=true|block_fords=false",
"elevation": true,
"ext_storages": {
"WayCategory": {},
"WaySurfaceType": {},
"HillIndex": {},
"TrailDifficulty": {}
}
}
},
"profile-bike-road": {
"profiles": "cycling-road",
"parameters": {
"encoder_options": "consider_elevation=true|turn_costs=true|block_fords=false",
"elevation": true,
"ext_storages": {
"WayCategory": {},
"WaySurfaceType": {},
"HillIndex": {},
"TrailDifficulty": {}
}
}
},
"profile-bike-electric": {
"profiles": "cycling-electric",
"parameters": {
"encoder_options": "consider_elevation=true|turn_costs=true|block_fords=false",
"elevation": true,
"ext_storages": {
"WayCategory": {},
"WaySurfaceType": {},
"HillIndex": {},
"TrailDifficulty": {}
}
}
},
"profile-walking": {
"profiles": "foot-walking",
"parameters": {
"encoder_options": "block_fords=false",
"elevation": true,
"ext_storages": {
"WayCategory": {},
"WaySurfaceType": {},
"HillIndex": {},
"TrailDifficulty": {}
}
}
},
"profile-hiking": {
"profiles": "foot-hiking",
"parameters": {
"encoder_options": "block_fords=false",
"elevation": true,
"ext_storages": {
"WayCategory": {},
"WaySurfaceType": {},
"HillIndex": {},
"TrailDifficulty": {}
}
}
},
"profile-wheelchair": {
"profiles": "wheelchair",
"parameters": {
"encoder_options": "block_fords=true",
"elevation": true,
"maximum_snapping_radius": 50,
"ext_storages": {
"WayCategory": {},
"WaySurfaceType": {},
"Wheelchair": {
"KerbsOnCrossings": "true"
},
"OsmId": {}
}
}
}
}
}
},
"logging": {
"enabled": true,
"level_file": "DEBUG_LOGGING.json",
"location": "/home/ors/ors-core/logs/ors",
"stdout": true
},
"system_message": [
{
"active": false,
"text": "This message would be sent with every routing bike fastest request",
"condition": {
"request_service": "routing",
"request_profile": "cycling-regular,cycling-mountain,cycling-road,cycling-electric",
"request_preference": "fastest"
}
},
{
"active": false,
"text": "This message would be sent with every request for geojson response",
"condition": {
"api_format": "geojson"
}
},
{
"active": false,
"text": "This message would be sent with every request on API v1 from January 2020 until June 2050",
"condition": {
"api_version": 1,
"time_after": "2020-01-01T00:00:00Z",
"time_before": "2050-06-01T00:00:00Z"
}
},
{
"active": false,
"text": "This message would be sent with every request"
}
]
}
}
My docker-compse.yml file:
version: '2.4'
services:
ors-app:
container_name: ors-app
ports:
- "8080:8080"
- "9001:9001"
platform: linux/arm64
image: openrouteservice/openrouteservice:latest
user: "${UID:-0}:${GID:-0}"
build:
context: ../
args:
ORS_CONFIG: ./openrouteservice/src/main/resources/ors-config.json
OSM_FILE: ./openrouteservice/src/main/files/us-latest.osm.pbf
volumes:
- ./graphs:/home/ors/ors-core/data/graphs
- ./elevation_cache:/home/ors/ors-core/data/elevation_cache
- ./logs/ors:/home/ors/ors-core/logs/ors
- ./logs/tomcat:/home/ors/tomcat/logs
- ./conf:/home/ors/ors-conf
- ./../openrouteservice/src/main/files/us-latest.osm.pbf:/home/ors/ors-core/data/osm_file.pbf
environment:
- BUILD_GRAPHS=False # Forces the container to rebuild the graphs, e.g. when PBF is changed
- "JAVA_OPTS=-Djava.awt.headless=true -server -XX:TargetSurvivorRatio=75 -XX:SurvivorRatio=64 -XX:MaxTenuringThreshold=3 -XX:+UseG1GC -XX:+ScavengeBeforeFullGC -XX:ParallelGCThreads=4 -Xms24g -Xmx26g"
- "CATALINA_OPTS=-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9001 -Dcom.sun.management.jmxremote.rmi.port=9001 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=localhost"
Logs:
2023-06-09 19:04:12
2023-06-09 19:04:12 . ____ _ __ _ _
2023-06-09 19:04:12 /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
2023-06-09 19:04:12 ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
2023-06-09 19:04:12 \\/ ___)| |_)| | | | | || (_| | ) ) ) )
2023-06-09 19:04:12 ' |____| .__|_| |_|_| |_\__, | / / / /
2023-06-09 19:04:12 =========|_|==============|___/=/_/_/_/
2023-06-09 19:04:12 :: Spring Boot :: (v2.7.11)
2023-06-09 19:04:12
2023-06-09 19:04:12 10 Jun 00:04:12 INFO [ors.Application] - Starting Application v7.0.1 using Java 17.0.6 on 22b2bafe7059 with PID 1 (/home/ors/tomcat/webapps/ors/WEB-INF/classes started by root in /home/ors)
2023-06-09 19:04:12 10 Jun 00:04:12 DEBUG [ors.Application] - Running with Spring Boot v2.7.11, Spring v5.3.27
2023-06-09 19:04:13 10-Jun-2023 00:04:13.908 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/home/ors/tomcat/webapps/ors.war] has finished in [5,816] ms
2023-06-09 19:04:13 10-Jun-2023 00:04:13.909 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/ors/tomcat/webapps/manager]
2023-06-09 19:04:13 10-Jun-2023 00:04:13.921 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/ors/tomcat/webapps/manager] has finished in [12] ms
2023-06-09 19:04:13 10-Jun-2023 00:04:13.921 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/ors/tomcat/webapps/docs]
2023-06-09 19:04:13 10-Jun-2023 00:04:13.926 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/ors/tomcat/webapps/docs] has finished in [5] ms
2023-06-09 19:04:12 10 Jun 00:04:12 INFO [ors.Application] - No active profile set, falling back to 1 default profile: "default"
2023-06-09 19:04:13 10 Jun 00:04:13 INFO [ors.Application] - Started Application in 1.929 seconds (JVM running for 6.319)
2023-06-09 19:04:13 10-Jun-2023 00:04:13.926 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/ors/tomcat/webapps/examples]
2023-06-09 19:04:14 10-Jun-2023 00:04:14.000 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/ors/tomcat/webapps/examples] has finished in [74] ms
2023-06-09 19:04:14 10-Jun-2023 00:04:14.000 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/ors/tomcat/webapps/ROOT]
2023-06-09 19:04:14 10-Jun-2023 00:04:14.009 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/ors/tomcat/webapps/ROOT] has finished in [9] ms
2023-06-09 19:04:14 10-Jun-2023 00:04:14.009 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/home/ors/tomcat/webapps/host-manager]
2023-06-09 19:04:14 10-Jun-2023 00:04:14.021 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/home/ors/tomcat/webapps/host-manager] has finished in [12] ms
2023-06-09 19:04:14 10-Jun-2023 00:04:14.022 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
2023-06-09 19:04:14 10-Jun-2023 00:04:14.026 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 5956 ms
2023-06-09 19:15:18 10-Jun-2023 00:15:18.508 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay Cannot invoke "String.trim()" because "<parameter1>" is null. Way id = 7308380
2023-06-09 19:15:18 10-Jun-2023 00:15:18.573 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay Cannot invoke "String.trim()" because "<parameter1>" is null. Way id = 7319622
2023-06-09 19:15:18 10-Jun-2023 00:15:18.898 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay Cannot invoke "String.trim()" because "<parameter1>" is null. Way id = 7428842
2023-06-09 19:16:36 10-Jun-2023 00:16:36.466 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay Cannot invoke "String.trim()" because "<parameter1>" is null. Way id = 14441449
2023-06-09 19:18:56 10-Jun-2023 00:18:56.868 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay Cannot invoke "String.trim()" because "<parameter1>" is null. Way id = 144082396
2023-06-09 19:19:30 10-Jun-2023 00:19:30.425 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay Cannot invoke "String.trim()" because "<parameter1>" is null. Way id = 232727686
2023-06-09 19:19:30 10-Jun-2023 00:19:30.428 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay Cannot invoke "String.trim()" because "<parameter1>" is null. Way id = 232727691
2023-06-09 19:19:30 10-Jun-2023 00:19:30.429 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay Cannot invoke "String.trim()" because "<parameter1>" is null. Way id = 232727709
2023-06-09 19:20:08 10-Jun-2023 00:20:08.309 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 344910803
2023-06-09 19:20:43 10-Jun-2023 00:20:43.297 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 444671739
2023-06-09 19:20:43 10-Jun-2023 00:20:43.339 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 444772492
2023-06-09 19:20:47 10-Jun-2023 00:20:47.438 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 459126966
2023-06-09 19:21:13 10-Jun-2023 00:21:13.956 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay Cannot invoke "String.trim()" because "<parameter1>" is null. Way id = 538099774
2023-06-09 19:21:15 10-Jun-2023 00:21:15.389 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay Cannot invoke "String.trim()" because "<parameter1>" is null. Way id = 543991865
2023-06-09 19:21:29 10-Jun-2023 00:21:29.398 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay Cannot invoke "String.trim()" because "<parameter1>" is null. Way id = 576931605
2023-06-09 19:21:47 10-Jun-2023 00:21:47.304 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 628798571
2023-06-09 19:21:47 10-Jun-2023 00:21:47.333 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 628818394
2023-06-09 19:22:00 10-Jun-2023 00:22:00.166 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 667270499
2023-06-09 19:22:11 10-Jun-2023 00:22:11.307 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 693635772
2023-06-09 19:22:11 10-Jun-2023 00:22:11.309 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 693635774
2023-06-09 19:22:11 10-Jun-2023 00:22:11.310 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 693635808
2023-06-09 19:22:11 10-Jun-2023 00:22:11.311 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 693635817
2023-06-09 19:23:17 10-Jun-2023 00:23:17.495 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 778175210
2023-06-09 19:24:47 10-Jun-2023 00:24:47.853 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 907646542
2023-06-09 19:24:47 10-Jun-2023 00:24:47.856 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 907646543
2023-06-09 19:24:47 10-Jun-2023 00:24:47.856 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 907646544
2023-06-09 19:25:15 10-Jun-2023 00:25:15.571 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 960908325
2023-06-09 19:25:49 10-Jun-2023 00:25:49.811 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1049942235
2023-06-09 19:25:51 10-Jun-2023 00:25:51.733 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1054823349
2023-06-09 19:25:53 10-Jun-2023 00:25:53.878 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1060552770
2023-06-09 19:25:53 10-Jun-2023 00:25:53.879 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1060552771
2023-06-09 19:25:54 10-Jun-2023 00:25:54.545 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1062599193
2023-06-09 19:25:54 10-Jun-2023 00:25:54.557 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1062651119
2023-06-09 19:25:54 10-Jun-2023 00:25:54.557 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1062651120
2023-06-09 19:25:54 10-Jun-2023 00:25:54.557 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1062651122
2023-06-09 19:25:54 10-Jun-2023 00:25:54.557 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1062651123
2023-06-09 19:25:54 10-Jun-2023 00:25:54.557 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1062651124
2023-06-09 19:25:54 10-Jun-2023 00:25:54.557 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1062651125
2023-06-09 19:25:54 10-Jun-2023 00:25:54.557 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1062651126
2023-06-09 19:25:54 10-Jun-2023 00:25:54.557 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1062651127
2023-06-09 19:25:54 10-Jun-2023 00:25:54.557 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1062651128
2023-06-09 19:25:54 10-Jun-2023 00:25:54.558 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1062651129
2023-06-09 19:25:54 10-Jun-2023 00:25:54.558 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1062651130
2023-06-09 19:25:54 10-Jun-2023 00:25:54.558 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1062651133
2023-06-09 19:25:54 10-Jun-2023 00:25:54.558 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1062651134
2023-06-09 19:25:55 10-Jun-2023 00:25:55.262 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1064358223
2023-06-09 19:25:55 10-Jun-2023 00:25:55.263 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1064358224
2023-06-09 19:25:55 10-Jun-2023 00:25:55.264 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1064358225
2023-06-09 19:25:55 10-Jun-2023 00:25:55.264 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1064358226
2023-06-09 19:25:55 10-Jun-2023 00:25:55.264 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1064358227
2023-06-09 19:25:55 10-Jun-2023 00:25:55.264 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1064358228
2023-06-09 19:25:55 10-Jun-2023 00:25:55.264 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1064358229
2023-06-09 19:25:55 10-Jun-2023 00:25:55.264 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1064358230
2023-06-09 19:25:55 10-Jun-2023 00:25:55.264 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1064358231
2023-06-09 19:25:55 10-Jun-2023 00:25:55.264 WARNING [ORS-pl-car] org.heigit.ors.routing.graphhopper.extensions.GraphProcessContext.processWay null. Way id = 1064358232
Thanks for the help!