opentraffic / traffic-engine-app

OTv1: Web application for processing and visualizing traffic statistics.
GNU General Public License v3.0
56 stars 31 forks source link

Login Page. #9

Open godalida opened 8 years ago

godalida commented 8 years ago

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.

mfarahat commented 7 years ago

username: admin password: admin

f-hashemi commented 7 years ago

@glenn6452 , How could you run this program? I tried to run it. In the running of "traffic-engine-app", I had a problem connecting to the Postgres database. The properties of the database in your "hibernate.cfg.xml" file is set like bellow:

"connection.url"=jdbc:postgresql://ec2-52-90-88-198.compute-1.amazonaws.com/opentraffic "connection.username"=postgres "connection.password"=password

But the program could not connect to the database:

[main] ERROR org.hibernate.engine.jdbc.spi.SqlExceptionHelper - Connections could not be acquired from the underlying database! Exception in thread "main" java.lang.ExceptionInInitializerError

I would really appreciate if you can kindly help me for running the project.