Problem with some API endpoints in docker

Hello, I suspect that it is just a trifle and I feel very stupid but find no solution to my problem. I set up Graphhopper on my server. The endpoints / maps, / info, / i18n, / route also work very well. The endpoints /isochronous /nearest /spt /mvt do not work.
I assume that I have to set a configuration option, but unfortunately I don’t find any information in the documentation.

Many thanks in advance

2019-12-12 13:01:05.290 [main] INFO i.d.server.DefaultServerFactory - Registering jersey handler with root path prefix: /

2019-12-12 13:01:05.293 [main] INFO i.d.server.DefaultServerFactory - Registering admin handler with root path prefix: /

2019-12-12 13:01:06.851 [main] INFO i.d.b.assets.ConfiguredAssetsBundle - Registering ConfiguredAssetBundle with name: assets for path /webjars/*

2019-12-12 13:01:06.852 [main] INFO i.d.b.assets.ConfiguredAssetsBundle - Registering ConfiguredAssetBundle with name: assets for path /maps/*

2019-12-12 13:01:06.852 [main] WARN i.d.jetty.setup.ServletEnvironment - Overriding the existing servlet registered with the name: assets

2019-12-12 13:01:06.859 [main] INFO io.dropwizard.server.ServerFactory - Starting GraphHopperApplication

_ _

__ _ _ __ __ _ _ __ | |__ | |__ ___ _ __ _ __ ___ _ __

/ _` | '__/ _` | '_ \| '_ \| '_ \ / _ \| '_ \| '_ \ / _ \ '__|

| (_| | | | (_| | |_) | | | | | | | (_) | |_) | |_) | __/ |

\__, |_| \__,_| .__/|_| |_|_| |_|\___/| .__/| .__/ \___|_|

|___/ |_| |_| |_|

2019-12-12 13:01:06.922 [main] INFO o.e.jetty.setuid.SetUIDListener - Opened application@2806d6da{HTTP/1.1,[http/1.1]}{0.0.0.0:8989}

2019-12-12 13:01:06.948 [main] INFO o.e.jetty.setuid.SetUIDListener - Opened admin@766a49c7{HTTP/1.1,[http/1.1]}{localhost:8990}

2019-12-12 13:01:06.950 [main] INFO org.eclipse.jetty.server.Server - jetty-9.4.z-SNAPSHOT; built: 2019-04-29T20:42:08.989Z; git: e1bc35120a6617ee3df052294e433f3a25ce7097; jvm 1.8.0_232-b09

2019-12-12 13:01:09.446 [main] INFO c.g.reader.osm.GraphHopperOSM - version 1.0|2019-12-12T12:56:28Z (5,15,4,3,5,5)

2019-12-12 13:01:09.452 [main] INFO c.g.reader.osm.GraphHopperOSM - graph CH|car,foot|RAM_STORE|3D|no_turn_cost|5,15,4,3,5, details:edges:20 763 473(713MB), nodes:15 725 553(240MB), name:(51MB), geo:120 475 973(460MB), bounds:5.862967055953303,25.196558055204704,47.24915729274952,60.22003669783555,-82.0,2933.0, CHGraph|fastest|car|edge_based=false|u_turn_costs=-1, shortcuts:8 517 062, nodesCH:(120MB), CHGraph|fastest|foot|edge_based=false|u_turn_costs=-1, shortcuts:19 460 382, nodesCH:(120MB)

2019-12-12 13:01:09.453 [main] INFO c.g.http.GraphHopperManaged - loaded graph at:/data/germany-latest.osm-gh, data_reader_file:/data/germany-latest.osm.pbf, encoded values:road_class|version=887801716|bits=5|index=0|shift=0|store_both_directions=false,road_class_link|version=146044462|bits=1|index=0|shift=5|store_both_directions=false,road_environment|version=-448080443|bits=3|index=0|shift=6|store_both_directions=false,max_speed|version=2003990561|bits=5|index=0|shift=9|store_both_directions=true,road_access|version=717676379|bits=4|index=0|shift=19|store_both_directions=false,roundabout|version=544120317|bits=1|index=0|shift=23|store_both_directions=false, edges:20 763 473(713MB), nodes:15 725 553(240MB), name:(51MB), geo:120 475 973(460MB), bounds:5.862967055953303,25.196558055204704,47.24915729274952,60.22003669783555,-82.0,2933.0, CHGraph|fastest|car|edge_based=false|u_turn_costs=-1, shortcuts:8 517 062, nodesCH:(120MB), CHGraph|fastest|foot|edge_based=false|u_turn_costs=-1, shortcuts:19 460 382, nodesCH:(120MB)

2019-12-12 13:01:10.357 [main] INFO i.d.jersey.DropwizardResourceConfig - The following paths were found for the configured resources:

GET / (com.graphhopper.http.resources.RootResource)

GET /i18n (com.graphhopper.resources.I18NResource)

GET /i18n/{locale} (com.graphhopper.resources.I18NResource)

GET /info (com.graphhopper.resources.InfoResource)

GET /isochrone (com.graphhopper.resources.IsochroneResource)

GET /mvt/{z}/{x}/{y}.mvt (com.graphhopper.resources.MVTResource)

GET /nearest (com.graphhopper.resources.NearestResource)

GET /route (com.graphhopper.resources.RouteResource)

POST /route (com.graphhopper.resources.RouteResource)

GET /spt (com.graphhopper.resources.SPTResource)

2019-12-12 13:01:10.360 [main] INFO o.e.j.server.handler.ContextHandler - Started i.d.j.MutableServletContextHandler@21edd891{/,null,AVAILABLE}

2019-12-12 13:01:10.367 [main] INFO io.dropwizard.setup.AdminEnvironment - tasks =

POST /tasks/log-level (io.dropwizard.servlets.tasks.LogConfigurationTask)

POST /tasks/gc (io.dropwizard.servlets.tasks.GarbageCollectionTask)

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.