Hi, I deployed ors war file to remote server but i am getting following error from remote console.
Where can i put the .osm file in remote server?
2022-02-03 09:38:45,240 INFO [ors.Application] - Starting Application v6.6.1 on ip-xx-xx-xx-xx with PID 25876 (/opt/tomcat/apache-tomcat-8.5.75/webapps/ors/WEB-INF/classes started by root in /opt/tomcat/apache-tomcat-8.5.75/webapps/manager/META-INF)
2022-02-03 09:38:45,245 DEBUG [ors.Application] - Running with Spring Boot v2.3.5.RELEASE, Spring v5.2.10.RELEASE
2022-02-03 09:38:45,246 INFO [ors.Application] - No active profile set, falling back to default profiles: default
2022-02-03 09:38:51,171 INFO [ors.Application] - Started Application in 6.997 seconds (JVM running for 59341.823)
2022-02-03 09:38:51,304 INFO [routing.RoutingProfileManager] - Total - 126.68 MB, Free - 33.80 MB, Max: 235.88 MB, Used - 92.88 MB
2022-02-03 09:38:51,304 INFO [routing.RoutingProfileManager] -
2022-02-03 09:38:51,342 INFO [routing.RoutingProfileManager] - ====> Initializing profiles from ‘openrouteservice/src/main/files/syria-latest.osm.pbf’ (10 threads) …
2022-02-03 09:38:51,344 INFO [routing.RoutingProfileManager] -
2022-02-03 09:38:51,348 INFO [routing.RoutingProfileManager] -
2022-02-03 09:38:51,369 INFO [routing.RoutingProfile] - [1] Profiles: ‘driving-car’, location: ‘graphs/car’.
2022-02-03 09:38:51,621 ERROR [routing.RoutingProfileManager] - java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Your specified OSM file does not exist:/opt/tomcat/apache-tomcat-8.5.75/webapps/manager/META-INF/openrouteservice/src/main/files/syria-latest.osm.pbf
2022-02-03 09:38:51,621 ERROR [routing.RoutingProfileManager] - Failed to initialize RoutingProfileManager instance.
java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Your specified OSM file does not exist:/opt/tomcat/apache-tomcat-8.5.75/webapps/manager/META-INF/openrouteservice/src/main/files/syria-latest.osm.pbf
at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:?]
at java.util.concurrent.FutureTask.get(FutureTask.java:191) ~[?:?]
at org.heigit.ors.routing.RoutingProfileManager.initialize(RoutingProfileManager.java:178) ~[classes/:6.6.1]
at org.heigit.ors.routing.RoutingProfileManager.getInstance(RoutingProfileManager.java:72) ~[classes/:6.6.1]
at org.heigit.ors.routing.RoutingProfileManager.isInitComplete(RoutingProfileManager.java:668) ~[classes/:6.6.1]
at org.heigit.ors.servlet.listeners.ORSKafkaConsumerInitContextListener.lambda$contextInitialized$0(ORSKafkaConsumerInitContextListener.java:47) ~[classes/:6.6.1]
at java.lang.Thread.run(Thread.java:829) [?:?]
Caused by: java.lang.IllegalStateException: Your specified OSM file does not exist:/opt/tomcat/apache-tomcat-8.5.75/webapps/manager/META-INF/openrouteservice/src/main/files/syria-latest.osm.pbf
at com.graphhopper.reader.osm.OSMReader.readGraph(OSMReader.java:171) ~[graphhopper-reader-osm-v0.13.18.jar:?]
at com.graphhopper.GraphHopper.importData(GraphHopper.java:735) ~[graphhopper-core-v0.13.18.jar:?]
at com.graphhopper.GraphHopper.readData(GraphHopper.java:714) ~[graphhopper-core-v0.13.18.jar:?]
at com.graphhopper.GraphHopper.process(GraphHopper.java:701) ~[graphhopper-core-v0.13.18.jar:?]
at com.graphhopper.GraphHopper.importOrLoad(GraphHopper.java:680) ~[graphhopper-core-v0.13.18.jar:?]
at org.heigit.ors.routing.graphhopper.extensions.ORSGraphHopper.importOrLoad(ORSGraphHopper.java:155) ~[classes/:6.6.1]
at org.heigit.ors.routing.RoutingProfile.initGraphHopper(RoutingProfile.java:189) ~[classes/:6.6.1]
at org.heigit.ors.routing.RoutingProfile.(RoutingProfile.java:133) ~[classes/:6.6.1]
at org.heigit.ors.routing.RoutingProfileLoader.call(RoutingProfileLoader.java:35) ~[classes/:6.6.1]
at org.heigit.ors.routing.RoutingProfileLoader.call(RoutingProfileLoader.java:21) ~[classes/:6.6.1]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]
… 1 more
2022-02-03 09:38:51,624 INFO [routing.RoutingProfileManager] - ====> Recycling garbage…
2022-02-03 09:38:51,625 INFO [routing.RoutingProfileManager] - Before: Total - 126.68 MB, Free - 34.69 MB, Max: 235.88 MB, Used - 91.99 MB
2022-02-03 09:38:51,856 INFO [routing.RoutingProfileManager] - After: Total - 126.68 MB, Free - 75.42 MB, Max: 235.88 MB, Used - 51.26 MB
2022-02-03 09:38:51,857 INFO [routing.RoutingProfileManager] - ========================================================================
2022-02-03 09:38:51,857 INFO [routing.RoutingProfileManager] - ====> Memory usage by profiles:
2022-02-03 09:38:51,857 INFO [routing.RoutingProfileManager] - Total: 0 B (0.0%)
2022-02-03 09:38:51,857 INFO [routing.RoutingProfileManager] - ========================================================================