Advertisement
Guest User

Untitled

a guest
May 25th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. log4j:WARN No appenders could be found for logger (org.springframework.context.support.ClassPathXmlApplicationContext).
  2. log4j:WARN Please initialize the log4j system properly.
  3. May 25, 2018 5:24:28 PM liquibase.database.template.JdbcTemplate comment
  4. INFO: Lock Database
  5. May 25, 2018 5:24:29 PM liquibase.lock.LockHandler acquireLock
  6. INFO: Successfully acquired change log lock
  7. May 25, 2018 5:24:30 PM liquibase.database.AbstractDatabase getRanChangeSetList
  8. INFO: Reading from `liquibasechangelog`
  9. May 25, 2018 5:24:32 PM liquibase.database.template.JdbcTemplate comment
  10. INFO: Release Database Lock
  11. May 25, 2018 5:24:32 PM liquibase.lock.LockHandler releaseLock
  12. INFO: Successfully released change log lock
  13. Exception in thread "main" org.openmrs.module.OpenmrsCoreModuleException: The following modules are marked as 'core' by OpenMRS but were unable to start: logic v0.5,
  14. at org.openmrs.module.ModuleUtil.checkOpenmrsCoreModulesStarted(ModuleUtil.java:866)
  15. at org.openmrs.module.ModuleUtil.startup(ModuleUtil.java:136)
  16. at org.openmrs.api.context.Context.startup(Context.java:816)
  17. at org.openmrs.api.context.Context.startup(Context.java:873)
  18. at com.test.Test.main(Test.java:23)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement