headway: Building NewYork data ends up with an error
Hi and thank you for this great project!
Unfortunately for me, I can’t go through with the building of NewYork base data.
The make NewYork command begins failing at 16:53:00.408 with this message:
ERROR (OTPMain.java:55) The provided transit date have no trips within the configured transit service period. See build config 'transitServiceStart' and 'transitServiceEnd': [2012-07-28, 2025-07-28]
16:53:00.415 INFO (OtpStartupInfo.java:47) OTP SHUTTING DOWN (version: 2.1.0, ser.ver.id: 2.1.0, commit: 0d24cc0a3f7ddddf1db87d805e09fd0ca70eb5b5, branch: master)
The command '/bin/sh -c java ${JAVA_MEM_ARGS} -jar /otp/otp-shaded.jar --build --save .' returned a non-zero code: 100
make: *** [Makefile:101: /mnt/cru/kuq/headway-main/data/NewYork.graph.obj] Error 100
As a result, the transportation data is not buit and the whole stack fails after Valhalla fails when launched. Here is the (expected) error message in Valhalla’s docker console:
cp: cannot stat '/data_mount/NewYork.valhalla.tar': No such file or directory
Please help. Thank you. Stephen
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 19 (9 by maintainers)
FYI, I tried Philly and it worked. Yayyyy!
On 7/28/22 18:11, Stephen S. wrote: