1

I have otp-2.0.0-rc1-shaded.jar file into /home/otp/ directory

I have two graph files (with gtfs archives and pbf files) into following directories:

/home/otp/graphs/ru

/home/otp/graphs/ua

I tried start server with command

java -Xmx19G -jar otp-2.0.0-rc1-shaded.jar --load /home/otp/graphs/ and I have following error

Unable to load graph, no graph file found: /home/otp/graphs/graph.obj

How can I run server with two routers?

Steve Vinoski
  • 19,847
  • 3
  • 31
  • 46
Dmitry Oleinik
  • 187
  • 1
  • 13

1 Answers1

0

OpenTripPlanner 2 does not allow starting a server with multiples instances of Graph.obj

http://docs.opentripplanner.org/en/v2.0.0/Version-Comparison/

Vallarfax
  • 1
  • 1