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
{{ message }}
This repository has been archived by the owner on May 27, 2024. It is now read-only.
[qtp11074884-18] INFO edu.usf.cutr.gtfsrtvalidator.api.resource.GtfsFeed - GTFS zip file downloaded successfully
[qtp11074884-18] INFO edu.usf.cutr.gtfsrtvalidator.api.resource.GtfsFeed - GTFS URL is new - saving metadata to database...
[qtp11074884-18] INFO edu.usf.cutr.gtfsrtvalidator.api.resource.GtfsFeed - Loading GTFS from downloaded zip file on disk to memory...
[qtp11074884-18] WARN org.eclipse.jetty.server.HttpChannel - /api/gtfs-feed
javax.servlet.ServletException: org.glassfish.jersey.server.ContainerException: java.lang.OutOfMemoryError: Java heap space
at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:423)
I've run the tool as in:
java -Xms512M -Xmx512M -Djsse.enableSNIExtension=false -jar gtfs-realtime-validator-webapp-1.0.0-SNAPSHOT.jar
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I have tried to validate the following files:
https://romamobilita.it/sites/default/files/rome_static_gtfs.zip
https://romamobilita.it/sites/default/files/rome_rtgtfs_vehicle_positions_feed.pb
I get the following error:
I've run the tool as in:
java -Xms512M -Xmx512M -Djsse.enableSNIExtension=false -jar gtfs-realtime-validator-webapp-1.0.0-SNAPSHOT.jar
Thanks
The text was updated successfully, but these errors were encountered: