-
http://tna.trilliumtransit.com:8080/TNAtoolAPI-Webapp/queries/transit/menu?day=null&dbindex=0&username=admin
HTTP Status 500 - Servlet execution threw an exception
type Exception report
messa…
-
buildout install prod postgresql
Develop: '/common/git/gtfsdb/.'
/usr/local/lib/pypy2.7/dist-packages/setuptools/dist.py:285: UserWarning: Normalizing '0.1.6dev' to '0.1.6.dev0'
normalized_versio…
-
I've tried to upload a GTFS to my Amazon AWS RDS Instance (PostgreSQL). Unfortunately, an error was thrown, as no password was supplied in the command line. I've looking for any parameter to provide t…
-
**Summary:**
When monitoring the MBTA VehiclePositions and TripUpdates feeds together, the first feed iteration generates a `NullPointerException`:
~~~
[main] INFO edu.usf.cutr.gtfsrtvalidator…
-
**Summary:**
When running the unit tests with the current `master` branch, I'm seeing an error in `QueryTest.setUp()`:
~~~
[main] DEBUG org.jboss.logging - Logging Provider: org.jboss.logging.…
-
Dear authors,
The gtfsdb package can be fed by either an url to the gtfs, or a list of gtfs files. Is this feature also available in gtfsrdb?
If I have a directory with a 2 weeks history of gtfs-rt,…
-
**Summary:**
On my laptop, I'm getting the following error when I try to do `mvn clean install -U` on the master branch and https://github.com/CUTR-at-USF/gtfs-realtime-validator/pull/77 in the mi…
-
**Summary:**
The iteration numbers shown in the "Log" are incorrect. They currently represent the total number of HTTP requests, not unique responses.
For example, in the below screenshot ther…
-
Hello,
I hope this is the right place to post this kind of question. When I run gtfsdb-load, I get a bunch of debug messages and I can't find any evidence that a sqlite database was created. Here's…
-
I'm building a web app, which means sqlite is not the right choice of database for me (I use it for prototyping, but for production I need an actual DB).
If I try to use gtfsdbloader with mysql (us…