-
Notifications
You must be signed in to change notification settings - Fork 18
NullPointerException when loading GTFS data #20
Comments
Thanks for the report! This issue is also mentioned at: This project isn't under active development, so it may be a while until someone looks at this. PR's happily accepted :). |
@ingsoc79 Would you be able to try out the new v1.0.0-SNAPSHOT version of GO-Sync, which is avaialble to download on the releases page - https://github.com/CUTR-at-USF/gtfs-osm-sync/releases/tag/v1.0.0-SNAPSHOT? Hopefully @reubot fixed this issue - it would be great to confirm. |
Just ran it again on the v1.0.0-SNAPSHOT tag on the same dataset as before. It still crashed, but with a different stack trace (I cut out the agency list that appears immediately after execution):
|
You'll need to run the jar with dependencies. I removed swingx-ws from the classpath as the bundled version (which I removed) was conflicting with the version being pulled from maven. |
Thanks for the heads up – I ran the jar with dependencies using the v1.0.0-SNAPSHOT tag and it crashed again with the following stack trace:
However, it seems to be working fine when I ran it on master. So whatever changes weren't merged into v1.0.0-SNAPSHOT seem to have done it – nice work! |
@ingsoc79 Sorry, confusion is my fault - I deleted and re-created the v1.0.0-SNAPSHOT tag (not sure how SNAPSHOT releases are typically treated on Github?), so you'd need to delete and fetch it to get the latest version (i.e., master). I just published a v1.0.0 release to fix this - https://github.com/CUTR-at-USF/gtfs-osm-sync/releases/tag/v1.0.0. Can you please try downloading the |
I'm experiencing a NullPointerException crash when attempting to load the GTFS data at http://developer.onebusaway.org/tmp/sound/gtfs/modified/1_gtfs.zip
I'm running the latest version (commit e845826), built with Maven 3.3.3 using Homebrew on OS X.
The import seems to progress until nearly finished, then crashes. Here's the full output, starting from the beginning:
Let me know if you need any more info.
The text was updated successfully, but these errors were encountered: