OpenRouteService Docker 404 on Matrix requests

I have installed OpenRouteService Docker instance, and have it running, however I seem to be having some issues.

  1. I have no idea what the default tomcat login is, it looks from the configs it should be tomcat/tomcat, but that is not working

2). the OSR app appears to be up, /health responds with ready, and /status responds with:

{"engine":{"version":"6.1.1","build_date":"2020-06-08T14:00:01Z"},"services": ["routing","isochrones","matrix","mapmatching"],"languages":["de","de-de","en","en-us","es","es-es","fr","fr-fr","gr","gr-gr","he","he-il","hu","hu-hu","id","id-id","it","it-it","ne","ne-np","nl","nl-nl","pt","pt-pt","ru","ru-ru","zh","zh-cn"],"profiles":{"profile 1":{"profiles":"cycling-regular","creation_date":"","storages":{"HillIndex":{},"WayCategory":{},"WaySurfaceType":{},"TrailDifficulty":{}},"limits":{"maximum_distance":100000,"maximum_distance_dynamic_weights":100000,"maximum_distance_avoid_areas":100000,"maximum_waypoints":50}},"profile 2":{"profiles":"driving-car","creation_date":"","storages":{"WayCategory":{},"HeavyVehicle":{},"WaySurfaceType":{},"RoadAccessRestrictions":{"use_for_warnings":"true"}},"limits":{"maximum_distance":100000,"maximum_distance_dynamic_weights":100000,"maximum_distance_avoid_areas":100000,"maximum_waypoints":50}}}}`

however, when I request:

Post to

/ors/v2/matrix/driving-car with the following: {“locations”:[[-122.084,37.4219983],[-121.55647277832031,36.98508834838867]],“units”:“mi”,“metrics”:[“distance”]}

I just get a 404 error.

The only header I am adding to the request “Accept”, “application/json”

I see NOTHING when this error happens in the ors.log on the docker instance…

Any help would be appreciated.

No idea what you want with tomcat login, wouldn’t even know what that does…

You are posting to http://localhost:8080/ors... right? Also, you don’t need Accept but Content-Type header.