graphhopper icon indicating copy to clipboard operation
graphhopper copied to clipboard

Error with profile public transport

Open qsavoye opened this issue 3 months ago • 0 comments

When i configure, my profile public-transport with a gtfs file i have the following issue:

Exception at RoutingProfileManager initialization: class java.util.concurrent.ExecutionException: java.lang.RuntimeException: Error while constructing transit network. Is your GTFS file valid? Please check log for possible causes.

I have build with the original repo of graphhopper, i have no issue. Furthermore, i do not have the issue on ors 8.0.0.

The issue is made when gtfs file is parsing.

To Reproduce

Steps to reproduce the behavior. For examples:

  1. Build ors 9.4.0 using docker-compose
  2. link to your alsace-latest.osm.pbf
  3. link with gtfs file of city of Strasbourg https://opendata.cts-strasbourg.eu/google_transit.zip

System Information

  • Ubuntu 24
  • Docker
  • ORS 9.4.0

qsavoye avatar Oct 14 '25 11:10 qsavoye