traffic-engine-app icon indicating copy to clipboard operation
traffic-engine-app copied to clipboard

OTv1: Web application for processing and visualizing traffic statistics.

Results 11 traffic-engine-app issues
Sort by recently updated
recently updated
newest added

How can I log in? The http://ec2-54-165-240-44.compute-1.amazonaws.com/ is asking for username and password. how can i access that.

Can someone help me about this error? Oct 13, 2016 5:20:30 PM com.mchange.v2.resourcepool.BasicResourcePool forceKillAcquires WARNING: Having failed to acquire a resource, com.mchange.v2.resourcepool.BasicResourcePool@65fb9ffc is interrupting all Threads waiting on a resource...

Complements https://github.com/opentraffic/traffic-engine-app/issues/2 - using the old example application.conf file produces an error when the server fetches data from `http://osm.conveyal.com`. This updates the `vex` configuration to use the working URI.

Where's the volume data? I see old versions screenshot has a Data Section and showing the volume data.

I followed the instructions in the README file, still the code does not run: ava -jar traffic-engine-app.jar [main] INFO org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {4.0.4.Final} [main] INFO org.hibernate.Version -...

Cold install errors with: `The POM for com.conveyal:traffic-engine:jar:0.3 is missing, no dependency information available`

I remove /vex from application.conf , but then instead of 500 I am getting 502 here Dec 10, 2015 10:18:31 AM com.conveyal.traffic.osm.OSMDataStore loadOSMTile INFO: loading osm from: http://osm.conveyal.com/?n=13.068776734357701&s=12.897489183755889&e=77.6953125&w=77.51953125 Received response...

Using the [initial release](https://github.com/opentraffic/traffic-engine-app/releases/tag/0.1) jar along with the csv-uploader release jar. When I try to upload data I get, in the csv-uploader terminal, 0 records uploading and in the traffic-engine-app...

Hi, I've tried today to build traffic-engine-app and found a missing dependency between masters branches. So here my pull request. To be honest I've seen also #4 but There is...

The traffic-engine groupId + imports needed updating for the code to compile. The `numberOfWorkerCores` parameter was also parsed incorrectly, which is also fixed. #3 should be caused by the same...