Page 1 of 1

errors on login page after installation

Posted: Sun Jan 11, 2009 8:24 pm
by amicheals
I installed openemm and started it and it started fine. I also used a fix from another thread to bind to localhost which I did. However, I am getting the following error when I try to go to the login page

What could this be
Any help is appreciated.
An error occurred
Cause: javax.servlet.ServletException: org.springframework.jdbc.UncategorizedSQLException: Hibernate operation: Cannot open connection; uncategorized SQLException for SQL [???]; SQL state [null]; error code [0]; Cannot create PoolableConnectionFactory (Access denied for user 'agnitas'@'127.0.0.1' (using password: YES)); nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Access denied for user 'agnitas'@'127.0.0.1' (using password: YES))

Posted: Mon Jan 19, 2009 8:56 am
by pheelix
Sounds like a problem with the database-access rights.

Maybe the agnitas-user does not exist or he is not allowed to login or the password is incorrect.