You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data sets in use (links to GTFS and OSM PBF files)
any
Command line used to start OTP
OTP args: --server --insecure --router default
Router config and graph build config JSON
n/a
Steps to reproduce the problem
Recommended approach is to run Data Tools and OTP on localhost, define an OTP deployment server in Data Tools (using internalUrl field with OTP server location http://localhost:8080/otp), and deploy a single small feed to OTP.
The text was updated successfully, but these errors were encountered:
Expected behavior
Build graph over wire should not fail.
Observed behavior
The
A streetIndex has already been defined. Can't you just reuse the existing one?
exception is thrown when attempting to build graph over wire.OpenTripPlanner/src/main/java/org/opentripplanner/routing/graph/Graph.java
Lines 705 to 708 in 638da5f
Note: this exception is also thrown if running otp with args
--build --inMemory
. Basically any time the following lines are run in succession:Version of OTP used (exact commit hash or JAR name)
472dbc1
Data sets in use (links to GTFS and OSM PBF files)
any
Command line used to start OTP
OTP args:
--server --insecure --router default
Router config and graph build config JSON
n/a
Steps to reproduce the problem
Recommended approach is to run Data Tools and OTP on localhost, define an OTP deployment server in Data Tools (using
internalUrl
field with OTP server locationhttp://localhost:8080/otp
), and deploy a single small feed to OTP.The text was updated successfully, but these errors were encountered: