Advertisement
Guest User

Untitled

a guest
Oct 19th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. OpenMRS is not able to start.
  2. The following error occurred at startup:
  3. 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
  4. 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
  5. at org.openmrs.util.DatabaseUpdater.getUnrunDatabaseChanges(DatabaseUpdater.java:628)
  6. at org.openmrs.util.DatabaseUpdater.getUnrunDatabaseChanges(DatabaseUpdater.java:587)
  7. at org.openmrs.util.DatabaseUpdater.updatesRequired(DatabaseUpdater.java:259)
  8. at org.openmrs.web.Listener.setupNeeded(Listener.java:170)
  9. at org.openmrs.web.Listener.contextInitialized(Listener.java:142)
  10. at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:540)
  11. at org.mortbay.jetty.servlet.Context.startContext(Context.java:135)
  12. at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1220)
  13. at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:510)
  14. at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:448)
  15. at org.mortbay.jetty.plugin.Jetty6PluginWebAppContext.doStart(Jetty6PluginWebAppContext.java:110)
  16. at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
  17. at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
  18. at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:156)
  19. at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
  20. at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:152)
  21. at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:39)
  22. at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
  23. at org.mortbay.jetty.Server.doStart(Server.java:222)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement