skip to main |
skip to sidebar
RSS Feeds
Nope. nothing .. just some random thoughts come to my mind ...
Nope. nothing .. just some random thoughts come to my mind ...
12:03 PM | Thursday, January 19, 2012
Posted by harshadura
Are you Experiencing below kind of a problem when building the OpenMRS System for the First time?
[INFO] Starting jetty 6.1.10 ... 2012-01-19 11:46:28.295::INFO: jetty-6.1.10 2012-01-19 11:46:29.043::INFO: No Transaction manager found - if your webapp requires one, please configure one. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2438) |2012-01-19 11:46:30,460| Unable to find a runtime properties file at /home/harshadura/OpenMRS/Openmrs-trunk/webapp/openmrs-runtime.properties ERROR - Listener.contextInitialized(154) |2012-01-19 11:46:35,015| Got exception while starting up: java.lang.RuntimeException: Error occurred while trying to get the updates needed for the database. Unable to get a connection to the database. Please check your openmrs runtime properties file and make sure you have the correct connection.username and connection.password set at org.openmrs.util.DatabaseUpdater.getUnrunDatabaseChanges(DatabaseUpdater.java:627) at org.openmrs.util.DatabaseUpdater.getUnrunDatabaseChanges(DatabaseUpdater.java:586)
vim /home/harshadura/OpenMRS/Openmrs-trunk/webapp/openmrs-runtime.properties
connection.username=open connection.password=open connection.url=jdbc:mysql://localhost:3306/openmrs?autoReconnect=true
java.lang.RuntimeException: Error occurred while trying to get the updates needed for the database. Unable to get a connection to the database. Please check your openmrs runtime properties file and make sure you have the correct connection.username and connection.password set ... ................................................................................. ................................................................................. Caused by: java.sql.SQLException: Access denied for user 'openmrs_user'@'localhost' (using password: YES)
Post a Comment