Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save judywawira/ea997d124bdbf5d4879645b28a6732c0 to your computer and use it in GitHub Desktop.
Save judywawira/ea997d124bdbf5d4879645b28a6732c0 to your computer and use it in GitHub Desktop.
WARN - ModuleFactory.startModuleInternal(792) |2016-05-04 03:45:09,181| Error while trying to start module: radiology
org.openmrs.module.ModuleException: Unable to update data model using liquibase.xml. Module: Radiology
at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:1038)
at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:730)
at org.openmrs.api.context.Daemon$1.run(Daemon.java:68)
Caused by: liquibase.exception.ValidationFailedException: Validation Failed:
1 change sets check sum
liquibase.xml::radiology-18::teleivo is now: 3:81e3fc97af0bf5c3fecca99da72cf2c5
at liquibase.changelog.DatabaseChangeLog.validate(DatabaseChangeLog.java:141)
at liquibase.Liquibase.listUnrunChangeSets(Liquibase.java:625)
at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:210)
at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:1028)
... 2 more
INFO - LoggingAdvice.invoke(115) |2016-05-04 03:45:09,206| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
INFO - LoggingAdvice.invoke(155) |2016-05-04 03:45:09,222| Exiting method saveAlert
INFO - LoggingAdvice.invoke(115) |2016-05-04 03:45:09,234| In method SchedulerService.saveToMemento. Arguments:
INFO - LoggingAdvice.invoke(155) |2016-05-04 03:45:09,235| Exiting method saveToMemento
INFO - AbstractSessionFactoryBean.destroy(223) |2016-05-04 03:45:09,280| Closing Hibernate SessionFactory
INFO - ServiceContext.startRefreshingContext(902) |2016-05-04 03:45:09,295| Refreshing Context
INFO - ServiceContext.doneRefreshingContext(913) |2016-05-04 03:45:11,637| Done refreshing Context
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment