Skip to content
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

Exception in thread "main" java.lang.NullPointerException + other question #2

Open
brodyFlannigan opened this issue Feb 29, 2020 · 0 comments

Comments

@brodyFlannigan
Copy link

Hey there,
java-illiterate GTFS dude here.
I'm having an issue with the latest version of datatool-service-alerts.
Here's the error Java is throwing when I try to run datatools.jar

Exception in thread "main" java.lang.NullPointerException
at com.conveyal.gtfs.api.ApiMain.loadFeedsFromDirectory(ApiMain.java:133)
at com.conveyal.gtfs.api.ApiMain.initialize(ApiMain.java:101)
at com.conveyal.gtfs.api.ApiMain.initialize(ApiMain.java:69)
at com.conveyal.gtfs.datatools.ServiceAlerts.main(ServiceAlerts.java:57)

Also, what should I specify for the path to GTFS? The path to a folder containing each file (agency, trips, etc...) or the path to the latest version of my gtfs.zip?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant