-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NullPointerException when loading StreetEdgePair #6387
Comments
I have now encountered this problem in one of my data sets. Are you going to work on it? |
Yes probably next week |
That's to late for me so I will take this issue over. |
sorry as the only full-time developer in the Aubin project I have both the frontend and the data part of the project piling on me this month with deadlines to catch so I can't do it earlier. |
Don't worry - it's fine. It will not be a hard fix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
The graph builds and loads
Observed behavior
The graph build fails.
I suspect that may be my fault in #6247 after the new repository is introduced in 3825a02 , and digging into the source the null, the IDE shows a warning in OsmModule::getEdgesForStreet that null arguments are passed to parameters annotated as @NotNull , which is the source of the bug.
Version of OTP used (exact commit hash or JAR name)
2.7.0-SNAPSHOT
Data sets in use (links to GTFS and OSM PBF files)
Great Britain OSM
Command line used to start OTP
Router config and graph build config JSON
boardingLocations are enabled
Steps to reproduce the problem
Build the graph
The text was updated successfully, but these errors were encountered: