amuj

Untitled

May 17th, 2021
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 305.75 KB | None | 0 0
  1. amuj@amuj-d3v:/srv/applications/openmrs/openmrs-module-initializer$ java -jar ./validator/target/initializer-validator-2.2.0-SNAPSHOT.jar --config-dir=/home/amuj/Desktop/cov-mod/configuration
  2. INFO - AbstractTestContextBootstrapper.instantiateListeners(204) |2021-05-17 16:52:39,835| Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext]
  3. INFO - AbstractTestContextBootstrapper.getTestExecutionListeners(182) |2021-05-17 16:52:39,865| Using TestExecutionListeners: [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@569cfc36, org.springframework.test.context.support.DirtiesContextTestExecutionListener@43bd930a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@33723e30, org.openmrs.test.SkipBaseSetupAnnotationExecutionListener@64f6106c, org.openmrs.test.StartModuleExecutionListener@553a3d88]
  4. INFO - Util.getDirectory(76) |2021-05-17 16:52:40,104| Created directory: /tmp/MariaDB4j/base
  5. INFO - Util.getDirectory(76) |2021-05-17 16:52:40,105| Created directory: /tmp/MariaDB4j/base/libs
  6. INFO - Util.getDirectory(76) |2021-05-17 16:52:40,105| Created directory: /tmp/MariaDB4j/data/45387
  7. INFO - Util.extractFromClasspathToFile(148) |2021-05-17 16:52:57,300| Unpacked 79 files from classpath*:ch/vorburger/mariadb4j/mariadb-10.2.11/linux/** to /tmp/MariaDB4j/base
  8. INFO - Util.forceExecutable(96) |2021-05-17 16:52:57,300| chmod +x /tmp/MariaDB4j/base/bin/my_print_defaults (using java.io.File.setExecutable)
  9. INFO - Util.forceExecutable(103) |2021-05-17 16:52:57,301| chmod +x requested on non-existing file: /tmp/MariaDB4j/base/bin/mysql_install_db
  10. INFO - Util.forceExecutable(96) |2021-05-17 16:52:57,301| chmod +x /tmp/MariaDB4j/base/scripts/mysql_install_db (using java.io.File.setExecutable)
  11. INFO - Util.forceExecutable(96) |2021-05-17 16:52:57,301| chmod +x /tmp/MariaDB4j/base/bin/mysqld (using java.io.File.setExecutable)
  12. INFO - Util.forceExecutable(96) |2021-05-17 16:52:57,301| chmod +x /tmp/MariaDB4j/base/bin/mysqldump (using java.io.File.setExecutable)
  13. INFO - Util.forceExecutable(96) |2021-05-17 16:52:57,301| chmod +x /tmp/MariaDB4j/base/bin/mysql (using java.io.File.setExecutable)
  14. INFO - DB.installPreparation(101) |2021-05-17 16:52:57,301| Installing a new embedded database to: /tmp/MariaDB4j/base
  15. INFO - ManagedProcess.startPreparation(167) |2021-05-17 16:52:57,363| Starting Program [/tmp/MariaDB4j/base/scripts/mysql_install_db, --datadir=/tmp/MariaDB4j/data/45387, --basedir=/tmp/MariaDB4j/base, --no-defaults, --force, --skip-name-resolve] (in working directory /tmp/MariaDB4j/base)
  16. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:52:57,476| mysql_install_db: Installing MariaDB/MySQL system tables in '/tmp/MariaDB4j/data/45387' ...
  17. INFO - ManagedProcess.waitForExit(416) |2021-05-17 16:52:57,506| Thread is now going to wait for this process to terminate itself: Program [/tmp/MariaDB4j/base/scripts/mysql_install_db, --datadir=/tmp/MariaDB4j/data/45387, --basedir=/tmp/MariaDB4j/base, --no-defaults, --force, --skip-name-resolve] (in working directory /tmp/MariaDB4j/base)
  18. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,776| mysql_install_db: OK
  19. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,778| mysql_install_db:
  20. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,779| mysql_install_db: To start mysqld at boot time you have to copy
  21. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,780| mysql_install_db: support-files/mysql.server to the right place for your system
  22. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,780| mysql_install_db:
  23. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,780| mysql_install_db: PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER !
  24. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,781| mysql_install_db: To do so, start the server, then issue the following commands:
  25. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,781| mysql_install_db:
  26. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,781| mysql_install_db: '/tmp/MariaDB4j/base/bin/mysqladmin' -u root password 'new-password'
  27. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,782| mysql_install_db: '/tmp/MariaDB4j/base/bin/mysqladmin' -u root -h password 'new-password'
  28. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,782| mysql_install_db:
  29. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,782| mysql_install_db: Alternatively you can run:
  30. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,783| mysql_install_db: '/tmp/MariaDB4j/base/bin/mysql_secure_installation'
  31. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,783| mysql_install_db:
  32. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,783| mysql_install_db: which will also give you the option of removing the test
  33. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,784| mysql_install_db: databases and anonymous user created by default. This is
  34. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,784| mysql_install_db: strongly recommended for production servers.
  35. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,784| mysql_install_db:
  36. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,785| mysql_install_db: See the MariaDB Knowledgebase at http://mariadb.com/kb or the
  37. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,785| mysql_install_db: MySQL manual for more instructions.
  38. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,785| mysql_install_db:
  39. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,785| mysql_install_db: You can start the MariaDB daemon with:
  40. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,786| mysql_install_db: cd '/tmp/MariaDB4j/base' ; /tmp/MariaDB4j/base/bin/mysqld_safe --datadir='/tmp/MariaDB4j/data/45387'
  41. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,786| mysql_install_db:
  42. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,786| mysql_install_db: You can test the MariaDB daemon with mysql-test-run.pl
  43. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,786| mysql_install_db: cd '/tmp/MariaDB4j/base/mysql-test' ; perl mysql-test-run.pl
  44. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,787| mysql_install_db:
  45. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,788| mysql_install_db: Please report any problems at http://mariadb.org/jira
  46. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,788| mysql_install_db:
  47. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,788| mysql_install_db: The latest information about MariaDB is available at http://mariadb.org/.
  48. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,788| mysql_install_db: You can find additional information about the MySQL part at:
  49. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,789| mysql_install_db: http://dev.mysql.com
  50. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,789| mysql_install_db: Consider joining MariaDB's strong and vibrant community:
  51. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,789| mysql_install_db: https://mariadb.org/get-involved/
  52. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,789| mysql_install_db:
  53. INFO - LoggingExecuteResultHandler.onProcessComplete(47) |2021-05-17 16:53:05,792| Program [/tmp/MariaDB4j/base/scripts/mysql_install_db, --datadir=/tmp/MariaDB4j/data/45387, --basedir=/tmp/MariaDB4j/base, --no-defaults, --force, --skip-name-resolve] (in working directory /tmp/MariaDB4j/base) just exited, with value 0
  54. INFO - DB.install(136) |2021-05-17 16:53:05,833| Installation complete.
  55. INFO - DB.start(149) |2021-05-17 16:53:05,834| Starting up the database...
  56. INFO - DB.startPreparation(193) |2021-05-17 16:53:05,834| mysqld executable: /tmp/MariaDB4j/base/bin/mysqld
  57. INFO - ManagedProcess.startPreparation(167) |2021-05-17 16:53:05,834| Starting Program [/tmp/MariaDB4j/base/bin/mysqld, --no-defaults, --console, --skip-grant-tables, --max_allowed_packet=64M, --basedir=/tmp/MariaDB4j/base, --datadir=/tmp/MariaDB4j/data/45387, --port=45387, --socket=/tmp/MariaDB4j.45387.sock] (in working directory /tmp/MariaDB4j/base)
  58. INFO - ManagedProcess.startAndWaitForConsoleMessageMaxMs(253) |2021-05-17 16:53:05,835| Thread will wait for "mysqld: ready for connections." to appear in Console output of process Program [/tmp/MariaDB4j/base/bin/mysqld, --no-defaults, --console, --skip-grant-tables, --max_allowed_packet=64M, --basedir=/tmp/MariaDB4j/base, --datadir=/tmp/MariaDB4j/data/45387, --port=45387, --socket=/tmp/MariaDB4j.45387.sock] (in working directory /tmp/MariaDB4j/base) for max. 30000ms
  59. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,951| mysqld: 2021-05-17 16:53:05 139925136503424 [Note] /tmp/MariaDB4j/base/bin/mysqld (mysqld 10.2.11-MariaDB) starting as process 489353 ...
  60. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,975| mysqld: 2021-05-17 16:53:05 139925136503424 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  61. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,975| mysqld: 2021-05-17 16:53:05 139925136503424 [Note] InnoDB: Uses event mutexes
  62. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,975| mysqld: 2021-05-17 16:53:05 139925136503424 [Note] InnoDB: Compressed tables use zlib 1.2.3
  63. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,975| mysqld: 2021-05-17 16:53:05 139925136503424 [Note] InnoDB: Using Linux native AIO
  64. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,975| mysqld: 2021-05-17 16:53:05 139925136503424 [Note] InnoDB: Number of pools: 1
  65. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,975| mysqld: 2021-05-17 16:53:05 139925136503424 [Note] InnoDB: Using SSE2 crc32 instructions
  66. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,976| mysqld: 2021-05-17 16:53:05 139925136503424 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
  67. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,980| mysqld: 2021-05-17 16:53:05 139925136503424 [Note] InnoDB: Completed initialization of buffer pool
  68. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,982| mysqld: 2021-05-17 16:53:05 139924427532032 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
  69. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:05,983| mysqld: 2021-05-17 16:53:05 139925136503424 [Note] InnoDB: Highest supported file format is Barracuda.
  70. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:06,066| mysqld: 2021-05-17 16:53:06 139925136503424 [Note] InnoDB: 128 out of 128 rollback segments are active.
  71. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:06,066| mysqld: 2021-05-17 16:53:06 139925136503424 [Note] InnoDB: Creating shared tablespace for temporary tables
  72. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:06,067| mysqld: 2021-05-17 16:53:06 139925136503424 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
  73. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:06,067| mysqld: 2021-05-17 16:53:06 139925136503424 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
  74. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:06,075| mysqld: 2021-05-17 16:53:06 139925136503424 [Note] InnoDB: 5.7.20 started; log sequence number 1619996
  75. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:06,076| mysqld: 2021-05-17 16:53:06 139923986310912 [Note] InnoDB: Loading buffer pool(s) from /tmp/MariaDB4j/data/45387/ib_buffer_pool
  76. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:06,077| mysqld: 2021-05-17 16:53:06 139925136503424 [Note] Plugin 'FEEDBACK' is disabled.
  77. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:06,077| mysqld: 2021-05-17 16:53:06 139923986310912 [Note] InnoDB: Buffer pool(s) load completed at 210517 16:53:06
  78. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:06,209| mysqld: 2021-05-17 16:53:06 139925136503424 [Note] Server socket created on IP: '::'.
  79. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:06,278| mysqld: 2021-05-17 16:53:06 139925136503424 [Note] Reading of all Master_info entries succeded
  80. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:06,279| mysqld: 2021-05-17 16:53:06 139925136503424 [Note] Added new Master_info '' to hash table
  81. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:06,280| mysqld: 2021-05-17 16:53:06 139925136503424 [Note] /tmp/MariaDB4j/base/bin/mysqld: ready for connections.
  82. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:06,280| mysqld: Version: '10.2.11-MariaDB' socket: '/tmp/MariaDB4j.45387.sock' port: 45387 MariaDB Server
  83. INFO - DB.start(164) |2021-05-17 16:53:06,286| Database startup complete.
  84. INFO - DB.run(278) |2021-05-17 16:53:06,306| Running a command: create database if not exists `openmrs`;
  85. INFO - ManagedProcess.startPreparation(167) |2021-05-17 16:53:06,307| Starting Program [/tmp/MariaDB4j/base/bin/mysql, --socket=/tmp/MariaDB4j.45387.sock] (in working directory /tmp/MariaDB4j/base)
  86. INFO - ManagedProcess.waitForExit(416) |2021-05-17 16:53:06,408| Thread is now going to wait for this process to terminate itself: Program [/tmp/MariaDB4j/base/bin/mysql, --socket=/tmp/MariaDB4j.45387.sock] (in working directory /tmp/MariaDB4j/base)
  87. INFO - LoggingExecuteResultHandler.onProcessComplete(47) |2021-05-17 16:53:06,657| Program [/tmp/MariaDB4j/base/bin/mysql, --socket=/tmp/MariaDB4j.45387.sock] (in working directory /tmp/MariaDB4j/base) just exited, with value 0
  88. INFO - DB.run(304) |2021-05-17 16:53:06,660| Successfully ran the command: create database if not exists `openmrs`;
  89. INFO - Util.getDirectory(76) |2021-05-17 16:53:08,033| Created directory: /tmp/MariaDB4j/data/37987
  90. INFO - Util.forceExecutable(103) |2021-05-17 16:53:08,094| chmod +x requested on non-existing file: /tmp/MariaDB4j/base/bin/mysql_install_db
  91. INFO - DB.installPreparation(101) |2021-05-17 16:53:08,094| Installing a new embedded database to: /tmp/MariaDB4j/base
  92. INFO - ManagedProcess.startPreparation(167) |2021-05-17 16:53:08,095| Starting Program [/tmp/MariaDB4j/base/scripts/mysql_install_db, --datadir=/tmp/MariaDB4j/data/37987, --basedir=/tmp/MariaDB4j/base, --no-defaults, --force, --skip-name-resolve] (in working directory /tmp/MariaDB4j/base)
  93. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:08,108| mysql_install_db: Installing MariaDB/MySQL system tables in '/tmp/MariaDB4j/data/37987' ...
  94. INFO - ManagedProcess.waitForExit(416) |2021-05-17 16:53:08,195| Thread is now going to wait for this process to terminate itself: Program [/tmp/MariaDB4j/base/scripts/mysql_install_db, --datadir=/tmp/MariaDB4j/data/37987, --basedir=/tmp/MariaDB4j/base, --no-defaults, --force, --skip-name-resolve] (in working directory /tmp/MariaDB4j/base)
  95. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,626| mysql_install_db: OK
  96. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,627| mysql_install_db:
  97. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,628| mysql_install_db: To start mysqld at boot time you have to copy
  98. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,629| mysql_install_db: support-files/mysql.server to the right place for your system
  99. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,629| mysql_install_db:
  100. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,630| mysql_install_db: PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER !
  101. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,630| mysql_install_db: To do so, start the server, then issue the following commands:
  102. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,631| mysql_install_db:
  103. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,631| mysql_install_db: '/tmp/MariaDB4j/base/bin/mysqladmin' -u root password 'new-password'
  104. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,632| mysql_install_db: '/tmp/MariaDB4j/base/bin/mysqladmin' -u root -h password 'new-password'
  105. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,632| mysql_install_db:
  106. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,633| mysql_install_db: Alternatively you can run:
  107. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,633| mysql_install_db: '/tmp/MariaDB4j/base/bin/mysql_secure_installation'
  108. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,634| mysql_install_db:
  109. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,634| mysql_install_db: which will also give you the option of removing the test
  110. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,635| mysql_install_db: databases and anonymous user created by default. This is
  111. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,635| mysql_install_db: strongly recommended for production servers.
  112. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,636| mysql_install_db:
  113. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,636| mysql_install_db: See the MariaDB Knowledgebase at http://mariadb.com/kb or the
  114. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,637| mysql_install_db: MySQL manual for more instructions.
  115. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,637| mysql_install_db:
  116. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,637| mysql_install_db: You can start the MariaDB daemon with:
  117. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,638| mysql_install_db: cd '/tmp/MariaDB4j/base' ; /tmp/MariaDB4j/base/bin/mysqld_safe --datadir='/tmp/MariaDB4j/data/37987'
  118. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,638| mysql_install_db:
  119. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,639| mysql_install_db: You can test the MariaDB daemon with mysql-test-run.pl
  120. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,639| mysql_install_db: cd '/tmp/MariaDB4j/base/mysql-test' ; perl mysql-test-run.pl
  121. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,639| mysql_install_db:
  122. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,640| mysql_install_db: Please report any problems at http://mariadb.org/jira
  123. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,641| mysql_install_db:
  124. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,641| mysql_install_db: The latest information about MariaDB is available at http://mariadb.org/.
  125. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,641| mysql_install_db: You can find additional information about the MySQL part at:
  126. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,642| mysql_install_db: http://dev.mysql.com
  127. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,642| mysql_install_db: Consider joining MariaDB's strong and vibrant community:
  128. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,643| mysql_install_db: https://mariadb.org/get-involved/
  129. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,643| mysql_install_db:
  130. INFO - LoggingExecuteResultHandler.onProcessComplete(47) |2021-05-17 16:53:22,645| Program [/tmp/MariaDB4j/base/scripts/mysql_install_db, --datadir=/tmp/MariaDB4j/data/37987, --basedir=/tmp/MariaDB4j/base, --no-defaults, --force, --skip-name-resolve] (in working directory /tmp/MariaDB4j/base) just exited, with value 0
  131. INFO - DB.install(136) |2021-05-17 16:53:22,684| Installation complete.
  132. INFO - DB.start(149) |2021-05-17 16:53:22,684| Starting up the database...
  133. INFO - DB.startPreparation(193) |2021-05-17 16:53:22,685| mysqld executable: /tmp/MariaDB4j/base/bin/mysqld
  134. INFO - ManagedProcess.startPreparation(167) |2021-05-17 16:53:22,686| Starting Program [/tmp/MariaDB4j/base/bin/mysqld, --no-defaults, --console, --skip-grant-tables, --max_allowed_packet=64M, --basedir=/tmp/MariaDB4j/base, --datadir=/tmp/MariaDB4j/data/37987, --port=37987, --socket=/tmp/MariaDB4j.37987.sock] (in working directory /tmp/MariaDB4j/base)
  135. INFO - ManagedProcess.startAndWaitForConsoleMessageMaxMs(253) |2021-05-17 16:53:22,687| Thread will wait for "mysqld: ready for connections." to appear in Console output of process Program [/tmp/MariaDB4j/base/bin/mysqld, --no-defaults, --console, --skip-grant-tables, --max_allowed_packet=64M, --basedir=/tmp/MariaDB4j/base, --datadir=/tmp/MariaDB4j/data/37987, --port=37987, --socket=/tmp/MariaDB4j.37987.sock] (in working directory /tmp/MariaDB4j/base) for max. 30000ms
  136. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,811| mysqld: 2021-05-17 16:53:22 140114283479680 [Note] /tmp/MariaDB4j/base/bin/mysqld (mysqld 10.2.11-MariaDB) starting as process 489479 ...
  137. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,835| mysqld: 2021-05-17 16:53:22 140114283479680 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  138. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,836| mysqld: 2021-05-17 16:53:22 140114283479680 [Note] InnoDB: Uses event mutexes
  139. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,836| mysqld: 2021-05-17 16:53:22 140114283479680 [Note] InnoDB: Compressed tables use zlib 1.2.3
  140. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,836| mysqld: 2021-05-17 16:53:22 140114283479680 [Note] InnoDB: Using Linux native AIO
  141. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,836| mysqld: 2021-05-17 16:53:22 140114283479680 [Note] InnoDB: Number of pools: 1
  142. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,836| mysqld: 2021-05-17 16:53:22 140114283479680 [Note] InnoDB: Using SSE2 crc32 instructions
  143. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,837| mysqld: 2021-05-17 16:53:22 140114283479680 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
  144. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,841| mysqld: 2021-05-17 16:53:22 140114283479680 [Note] InnoDB: Completed initialization of buffer pool
  145. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,843| mysqld: 2021-05-17 16:53:22 140113573869312 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
  146. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,844| mysqld: 2021-05-17 16:53:22 140114283479680 [Note] InnoDB: Highest supported file format is Barracuda.
  147. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,928| mysqld: 2021-05-17 16:53:22 140114283479680 [Note] InnoDB: 128 out of 128 rollback segments are active.
  148. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,929| mysqld: 2021-05-17 16:53:22 140114283479680 [Note] InnoDB: Creating shared tablespace for temporary tables
  149. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,930| mysqld: 2021-05-17 16:53:22 140114283479680 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
  150. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,930| mysqld: 2021-05-17 16:53:22 140114283479680 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
  151. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,940| mysqld: 2021-05-17 16:53:22 140114283479680 [Note] InnoDB: 5.7.20 started; log sequence number 1620005
  152. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,941| mysqld: 2021-05-17 16:53:22 140113283630848 [Note] InnoDB: Loading buffer pool(s) from /tmp/MariaDB4j/data/37987/ib_buffer_pool
  153. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,942| mysqld: 2021-05-17 16:53:22 140114283479680 [Note] Plugin 'FEEDBACK' is disabled.
  154. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:22,942| mysqld: 2021-05-17 16:53:22 140113283630848 [Note] InnoDB: Buffer pool(s) load completed at 210517 16:53:22
  155. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:24,626| mysqld: 2021-05-17 16:53:24 140114283479680 [Note] Server socket created on IP: '::'.
  156. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:24,976| mysqld: 2021-05-17 16:53:24 140114283479680 [Note] Reading of all Master_info entries succeded
  157. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:24,977| mysqld: 2021-05-17 16:53:24 140114283479680 [Note] Added new Master_info '' to hash table
  158. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:24,977| mysqld: 2021-05-17 16:53:24 140114283479680 [Note] /tmp/MariaDB4j/base/bin/mysqld: ready for connections.
  159. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:53:24,977| mysqld: Version: '10.2.11-MariaDB' socket: '/tmp/MariaDB4j.37987.sock' port: 37987 MariaDB Server
  160. INFO - DB.start(164) |2021-05-17 16:53:24,993| Database startup complete.
  161. INFO - DB.run(278) |2021-05-17 16:53:24,993| Running a command: create database if not exists `openmrs`;
  162. INFO - ManagedProcess.startPreparation(167) |2021-05-17 16:53:24,994| Starting Program [/tmp/MariaDB4j/base/bin/mysql, --socket=/tmp/MariaDB4j.37987.sock] (in working directory /tmp/MariaDB4j/base)
  163. INFO - LoggingExecuteResultHandler.onProcessComplete(47) |2021-05-17 16:53:25,032| Program [/tmp/MariaDB4j/base/bin/mysql, --socket=/tmp/MariaDB4j.37987.sock] (in working directory /tmp/MariaDB4j/base) just exited, with value 0
  164. INFO - ManagedProcess.waitForExit(416) |2021-05-17 16:53:25,096| Thread is now going to wait for this process to terminate itself: Program [/tmp/MariaDB4j/base/bin/mysql, --socket=/tmp/MariaDB4j.37987.sock] (in working directory /tmp/MariaDB4j/base)
  165. INFO - DB.run(304) |2021-05-17 16:53:25,097| Successfully ran the command: create database if not exists `openmrs`;
  166. INFO - XmlBeanDefinitionReader.loadBeanDefinitions(317) |2021-05-17 16:53:26,181| Loading XML bean definitions from class path resource [applicationContext-service.xml]
  167. INFO - XmlBeanDefinitionReader.loadBeanDefinitions(317) |2021-05-17 16:53:28,060| Loading XML bean definitions from URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/TestingApplicationContext.xml]
  168. INFO - DefaultListableBeanFactory.registerBeanDefinition(829) |2021-05-17 16:53:28,083| Overriding bean definition for bean 'sessionFactory': replacing [Generic bean: class [org.openmrs.api.db.hibernate.HibernateSessionFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [applicationContext-service.xml]] with [Generic bean: class [org.openmrs.api.db.hibernate.HibernateSessionFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/TestingApplicationContext.xml]]
  169. INFO - XmlBeanDefinitionReader.loadBeanDefinitions(317) |2021-05-17 16:53:28,084| Loading XML bean definitions from URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]
  170. INFO - AbstractApplicationContext.prepareRefresh(510) |2021-05-17 16:53:28,437| Refreshing org.springframework.context.support.GenericApplicationContext@2b48a640: startup date [Mon May 17 16:53:28 EAT 2021]; root of context hierarchy
  171. INFO - DataFilterBeanFactoryPostProcessor.postProcessBeanFactory(73) |2021-05-17 16:53:29,602| In datafilter's BeanFactoryPostProcessor
  172. INFO - DataFilterBeanFactoryPostProcessor.postProcessBeanFactory(84) |2021-05-17 16:53:30,362| Reconfiguring the sessionFactory bean's configLocations
  173. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:30,588| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  174. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:30,607| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  175. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:30,773| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  176. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:30,776| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  177. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:32,765| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  178. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:32,767| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  179. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:32,860| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  180. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:32,863| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  181. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:33,126| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  182. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:33,129| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  183. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:33,231| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  184. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:33,234| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  185. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:33,304| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  186. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:33,307| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  187. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:33,390| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  188. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:33,392| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  189. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:33,447| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  190. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:33,450| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  191. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:33,552| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  192. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:33,555| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  193. INFO - DataFilterBeanFactoryPostProcessor.postProcessBeanFactory(139) |2021-05-17 16:53:33,851| Successfully reconfigured the sessionFactory bean's configLocations to: [classpath:test-hibernate.cfg.xml, file:/tmp/datafilter/1621259610389/datafilterHibernate.cfg.xml]
  194. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:34,152| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patientService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'patientServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patientServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'patientDAO' while setting bean property 'patientDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patientDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  195. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:34,163| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'personServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'personDAO' while setting bean property 'personDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  196. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:34,207| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conceptServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conceptDAO' while setting bean property 'conceptDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  197. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:34,221| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'userServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'userDAO' while setting bean property 'userDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  198. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:34,228| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'obsService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'obsServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'obsServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'obsDAO' while setting bean property 'obsDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'obsDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  199. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:34,236| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'encounterServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'encounterDAO' while setting bean property 'encounterDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  200. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:34,242| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'locationService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'locationServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'locationServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'locationDAO' while setting bean property 'locationDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'locationDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  201. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:34,254| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'orderServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'orderDAO' while setting bean property 'orderDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  202. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:34,258| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conditionService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conditionServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conditionServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conditionDAO' while setting bean property 'conditionDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conditionDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  203. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:34,261| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'diagnosisService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'diagnosisServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'diagnosisServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'diagnosisDAO' while setting bean property 'diagnosisDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'diagnosisDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  204. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:34,265| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderSetService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'orderSetServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderSetServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'orderSetDAO' while setting bean property 'orderSetDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderSetDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  205. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:34,283| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'formService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'formServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'formServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'formDAO' while setting bean property 'formDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'formDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  206. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:34,292| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adminService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'adminServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adminServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'adminDAO' while setting bean property 'administrationDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adminDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  207. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:34,296| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'datatypeService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'datatypeServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'datatypeServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'datatypeDAO' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'datatypeDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  208. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:34,304| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'programWorkflowService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'programWorkflowServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'programWorkflowServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'programWorkflowDAO' while setting bean property 'programWorkflowDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'programWorkflowDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  209. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:34,309| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'messageServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'templateDAO' while setting bean property 'templateDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'templateDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  210. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:34,314| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cohortService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'cohortServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cohortServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'cohortDAO' while setting bean property 'cohortDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cohortDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  211. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:34,320| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'schedulerService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'schedulerServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'schedulerServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'schedulerDAO' while setting bean property 'schedulerDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'schedulerDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  212. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:34,324| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'alertService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'alertServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'alertServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'alertDAO' while setting bean property 'alertDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'alertDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  213. INFO - EhCacheManagerFactoryBean.afterPropertiesSet(129) |2021-05-17 16:53:35,135| Initializing EhCache CacheManager
  214. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,232| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hL7Service' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'hL7ServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hL7ServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'hL7DAO' while setting bean property 'HL7DAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hL7DAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  215. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,270| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'visitService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'visitServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'visitServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'visitDAO' while setting bean property 'visitDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'visitDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  216. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,274| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'providerServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'providerDAO' while setting bean property 'providerDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  217. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,281| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patientService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'patientServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patientServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'patientDAO' while setting bean property 'patientDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patientDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  218. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,282| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'personServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'personDAO' while setting bean property 'personDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  219. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,283| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conceptServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conceptDAO' while setting bean property 'conceptDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  220. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,284| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'userServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'userDAO' while setting bean property 'userDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  221. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,284| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'obsService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'obsServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'obsServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'obsDAO' while setting bean property 'obsDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'obsDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  222. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,285| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'encounterServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'encounterDAO' while setting bean property 'encounterDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  223. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,286| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'locationService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'locationServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'locationServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'locationDAO' while setting bean property 'locationDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'locationDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  224. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,287| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'orderServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'orderDAO' while setting bean property 'orderDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  225. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,288| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conditionService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conditionServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conditionServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conditionDAO' while setting bean property 'conditionDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conditionDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  226. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,289| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'diagnosisService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'diagnosisServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'diagnosisServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'diagnosisDAO' while setting bean property 'diagnosisDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'diagnosisDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  227. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,290| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderSetService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'orderSetServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderSetServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'orderSetDAO' while setting bean property 'orderSetDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderSetDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  228. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,290| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'formService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'formServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'formServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'formDAO' while setting bean property 'formDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'formDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  229. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,291| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adminService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'adminServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adminServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'adminDAO' while setting bean property 'administrationDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adminDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  230. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,292| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'datatypeService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'datatypeServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'datatypeServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'datatypeDAO' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'datatypeDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  231. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,293| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'programWorkflowService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'programWorkflowServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'programWorkflowServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'programWorkflowDAO' while setting bean property 'programWorkflowDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'programWorkflowDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  232. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,294| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'messageServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'templateDAO' while setting bean property 'templateDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'templateDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  233. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,294| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cohortService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'cohortServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cohortServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'cohortDAO' while setting bean property 'cohortDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cohortDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  234. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,295| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'schedulerService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'schedulerServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'schedulerServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'schedulerDAO' while setting bean property 'schedulerDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'schedulerDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  235. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,296| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'alertService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'alertServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'alertServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'alertDAO' while setting bean property 'alertDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'alertDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  236. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,297| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hL7Service' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'hL7ServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hL7ServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'hL7DAO' while setting bean property 'HL7DAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hL7DAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  237. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,298| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'visitService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'visitServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'visitServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'visitDAO' while setting bean property 'visitDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'visitDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  238. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,298| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'providerServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'providerDAO' while setting bean property 'providerDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  239. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,308| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patientService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'patientServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patientServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'patientDAO' while setting bean property 'patientDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patientDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  240. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,309| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'personServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'personDAO' while setting bean property 'personDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  241. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,310| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conceptServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conceptDAO' while setting bean property 'conceptDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  242. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,311| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'userServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'userDAO' while setting bean property 'userDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  243. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,311| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'obsService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'obsServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'obsServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'obsDAO' while setting bean property 'obsDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'obsDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  244. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,312| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'encounterServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'encounterDAO' while setting bean property 'encounterDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  245. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,313| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'locationService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'locationServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'locationServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'locationDAO' while setting bean property 'locationDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'locationDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  246. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,314| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'orderServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'orderDAO' while setting bean property 'orderDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  247. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,315| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conditionService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conditionServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conditionServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conditionDAO' while setting bean property 'conditionDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conditionDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  248. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,316| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'diagnosisService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'diagnosisServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'diagnosisServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'diagnosisDAO' while setting bean property 'diagnosisDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'diagnosisDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  249. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,317| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderSetService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'orderSetServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderSetServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'orderSetDAO' while setting bean property 'orderSetDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderSetDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  250. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,318| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'formService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'formServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'formServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'formDAO' while setting bean property 'formDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'formDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  251. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,319| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adminService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'adminServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adminServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'adminDAO' while setting bean property 'administrationDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adminDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  252. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,320| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'datatypeService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'datatypeServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'datatypeServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'datatypeDAO' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'datatypeDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  253. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,321| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'programWorkflowService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'programWorkflowServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'programWorkflowServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'programWorkflowDAO' while setting bean property 'programWorkflowDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'programWorkflowDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  254. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,321| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'messageServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'templateDAO' while setting bean property 'templateDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'templateDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  255. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,322| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cohortService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'cohortServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cohortServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'cohortDAO' while setting bean property 'cohortDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cohortDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  256. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,323| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'schedulerService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'schedulerServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'schedulerServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'schedulerDAO' while setting bean property 'schedulerDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'schedulerDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  257. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,324| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'alertService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'alertServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'alertServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'alertDAO' while setting bean property 'alertDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'alertDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  258. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,325| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hL7Service' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'hL7ServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hL7ServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'hL7DAO' while setting bean property 'HL7DAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hL7DAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  259. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,326| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'visitService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'visitServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'visitServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'visitDAO' while setting bean property 'visitDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'visitDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  260. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,327| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'providerServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'providerDAO' while setting bean property 'providerDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  261. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,336| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'metadatamapping.MetadataMappingServiceImpl' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingServiceImpl' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'conceptService' while setting bean property 'conceptService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conceptServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conceptDAO' while setting bean property 'conceptDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  262. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,346| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'htmlFormEntryService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'htmlFormEntryServiceImpl' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'htmlFormEntryServiceImpl' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.htmlformentry.db.hibernate.HibernateHtmlFormEntryDAO#6b899971' of type [org.openmrs.module.htmlformentry.db.hibernate.HibernateHtmlFormEntryDAO] while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.htmlformentry.db.hibernate.HibernateHtmlFormEntryDAO#6b899971' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dbSessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbSessionFactory' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  263. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,352| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingSerializedDefinitionService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl#3b8d2abe' of type [org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl#3b8d2abe' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serializedObjectDAO' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serializedObjectDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  264. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,382| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingReportService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.report.service.ReportServiceImpl#3d05435c' of type [org.openmrs.module.reporting.report.service.ReportServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.report.service.ReportServiceImpl#3d05435c' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.report.service.db.HibernateReportDAO#7f894a6f' of type [org.openmrs.module.reporting.report.service.db.HibernateReportDAO] while setting bean property 'reportDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.report.service.db.HibernateReportDAO#7f894a6f' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dbSessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbSessionFactory' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  265. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,467| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingCohortQueryService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.cohort.query.service.CohortQueryServiceImpl#7f41d979' of type [org.openmrs.module.reporting.cohort.query.service.CohortQueryServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.cohort.query.service.CohortQueryServiceImpl#7f41d979' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'cohortQueryDAO' while setting bean property 'cohortQueryDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cohortQueryDAO' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dbSessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbSessionFactory' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  266. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,471| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingDataSetQueryService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.dataset.query.service.BaseDataSetQueryService#6d6712b7' of type [org.openmrs.module.reporting.dataset.query.service.BaseDataSetQueryService] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.dataset.query.service.BaseDataSetQueryService#6d6712b7' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dataSetQueryDAO' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSetQueryDAO' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dbSessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbSessionFactory' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  267. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,483| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'calculationRegistrationService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.calculation.api.CalculationRegistrationServiceImpl#4e3ffd0' of type [org.openmrs.calculation.api.CalculationRegistrationServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.calculation.api.CalculationRegistrationServiceImpl#4e3ffd0' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'calculationRegistrationDao' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'calculationRegistrationDao' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dbSessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbSessionFactory' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  268. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,487| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'specialityService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.SpecialityServiceImpl#647af13d' of type [org.openmrs.module.appointments.service.impl.SpecialityServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.SpecialityServiceImpl#647af13d' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'specialityDao' while setting bean property 'specialityDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'specialityDao' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  269. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,494| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentsService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl#1805ca5c' of type [org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl#1805ca5c' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'appointmentDao' while setting bean property 'appointmentDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentDao' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  270. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,499| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'recurringAppointmentService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentRecurringPatternServiceImpl#3cc74fc4' of type [org.openmrs.module.appointments.service.impl.AppointmentRecurringPatternServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentRecurringPatternServiceImpl#3cc74fc4' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'appointmentRecurringPatternDao' while setting bean property 'appointmentRecurringPatternDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentRecurringPatternDao' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  271. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,503| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentServiceService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentServiceDefinitionServiceImpl#c697186' of type [org.openmrs.module.appointments.service.impl.AppointmentServiceDefinitionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentServiceDefinitionServiceImpl#c697186' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'appointmentServiceDao' while setting bean property 'appointmentServiceDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentServiceDao' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  272. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,507| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataFilterService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.datafilter.impl.api.impl.DataFilterServiceImpl#74c04377' of type [org.openmrs.module.datafilter.impl.api.impl.DataFilterServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.datafilter.impl.api.impl.DataFilterServiceImpl#74c04377' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dataFilterDAO' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataFilterDAO' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  273. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,508| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatasharing.MetadataService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#1397b141' of type [org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#1397b141': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateMetadataDAO': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.api.db.hibernate.DbSessionFactory org.openmrs.module.metadatasharing.api.db.hibernate.HibernateMetadataDAO.sessionFactory; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbSessionFactory' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  274. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,509| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'metadatamapping.MetadataMappingServiceImpl' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingServiceImpl' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'conceptService' while setting bean property 'conceptService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conceptServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conceptDAO' while setting bean property 'conceptDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  275. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,511| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'htmlFormEntryService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'htmlFormEntryServiceImpl' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'htmlFormEntryServiceImpl' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.htmlformentry.db.hibernate.HibernateHtmlFormEntryDAO#6b899971' of type [org.openmrs.module.htmlformentry.db.hibernate.HibernateHtmlFormEntryDAO] while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.htmlformentry.db.hibernate.HibernateHtmlFormEntryDAO#6b899971' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dbSessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbSessionFactory' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  276. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,512| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingSerializedDefinitionService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl#3b8d2abe' of type [org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl#3b8d2abe' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serializedObjectDAO' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serializedObjectDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  277. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,513| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingReportService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.report.service.ReportServiceImpl#3d05435c' of type [org.openmrs.module.reporting.report.service.ReportServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.report.service.ReportServiceImpl#3d05435c' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.report.service.db.HibernateReportDAO#7f894a6f' of type [org.openmrs.module.reporting.report.service.db.HibernateReportDAO] while setting bean property 'reportDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.report.service.db.HibernateReportDAO#7f894a6f' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dbSessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbSessionFactory' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  278. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,514| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingCohortQueryService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.cohort.query.service.CohortQueryServiceImpl#7f41d979' of type [org.openmrs.module.reporting.cohort.query.service.CohortQueryServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.cohort.query.service.CohortQueryServiceImpl#7f41d979' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'cohortQueryDAO' while setting bean property 'cohortQueryDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cohortQueryDAO' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dbSessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbSessionFactory' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  279. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,515| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingDataSetQueryService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.dataset.query.service.BaseDataSetQueryService#6d6712b7' of type [org.openmrs.module.reporting.dataset.query.service.BaseDataSetQueryService] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.dataset.query.service.BaseDataSetQueryService#6d6712b7' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dataSetQueryDAO' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSetQueryDAO' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dbSessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbSessionFactory' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  280. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,516| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'calculationRegistrationService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.calculation.api.CalculationRegistrationServiceImpl#4e3ffd0' of type [org.openmrs.calculation.api.CalculationRegistrationServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.calculation.api.CalculationRegistrationServiceImpl#4e3ffd0' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'calculationRegistrationDao' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'calculationRegistrationDao' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dbSessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbSessionFactory' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  281. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,518| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'specialityService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.SpecialityServiceImpl#647af13d' of type [org.openmrs.module.appointments.service.impl.SpecialityServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.SpecialityServiceImpl#647af13d' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'specialityDao' while setting bean property 'specialityDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'specialityDao' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  282. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,518| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentsService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl#1805ca5c' of type [org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl#1805ca5c' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'appointmentDao' while setting bean property 'appointmentDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentDao' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  283. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,519| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'recurringAppointmentService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentRecurringPatternServiceImpl#3cc74fc4' of type [org.openmrs.module.appointments.service.impl.AppointmentRecurringPatternServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentRecurringPatternServiceImpl#3cc74fc4' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'appointmentRecurringPatternDao' while setting bean property 'appointmentRecurringPatternDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentRecurringPatternDao' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  284. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,520| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentServiceService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentServiceDefinitionServiceImpl#c697186' of type [org.openmrs.module.appointments.service.impl.AppointmentServiceDefinitionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentServiceDefinitionServiceImpl#c697186' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'appointmentServiceDao' while setting bean property 'appointmentServiceDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentServiceDao' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  285. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,521| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataFilterService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.datafilter.impl.api.impl.DataFilterServiceImpl#74c04377' of type [org.openmrs.module.datafilter.impl.api.impl.DataFilterServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.datafilter.impl.api.impl.DataFilterServiceImpl#74c04377' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dataFilterDAO' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataFilterDAO' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  286. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,552| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patientService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'patientServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patientServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'patientDAO' while setting bean property 'patientDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patientDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  287. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,553| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'personServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'personDAO' while setting bean property 'personDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  288. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,554| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conceptServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conceptDAO' while setting bean property 'conceptDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  289. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,555| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'userServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'userDAO' while setting bean property 'userDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  290. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,556| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'obsService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'obsServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'obsServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'obsDAO' while setting bean property 'obsDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'obsDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  291. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,556| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'encounterServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'encounterDAO' while setting bean property 'encounterDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  292. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,557| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'locationService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'locationServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'locationServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'locationDAO' while setting bean property 'locationDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'locationDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  293. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,558| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'orderServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'orderDAO' while setting bean property 'orderDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  294. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,559| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conditionService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conditionServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conditionServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conditionDAO' while setting bean property 'conditionDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conditionDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  295. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,560| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'diagnosisService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'diagnosisServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'diagnosisServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'diagnosisDAO' while setting bean property 'diagnosisDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'diagnosisDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  296. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,561| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderSetService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'orderSetServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderSetServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'orderSetDAO' while setting bean property 'orderSetDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderSetDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  297. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,562| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'formService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'formServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'formServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'formDAO' while setting bean property 'formDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'formDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  298. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,563| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adminService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'adminServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adminServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'adminDAO' while setting bean property 'administrationDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adminDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  299. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,564| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'datatypeService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'datatypeServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'datatypeServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'datatypeDAO' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'datatypeDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  300. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,565| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'programWorkflowService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'programWorkflowServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'programWorkflowServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'programWorkflowDAO' while setting bean property 'programWorkflowDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'programWorkflowDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  301. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,566| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'messageServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'templateDAO' while setting bean property 'templateDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'templateDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  302. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,568| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cohortService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'cohortServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cohortServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'cohortDAO' while setting bean property 'cohortDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cohortDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  303. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,568| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'schedulerService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'schedulerServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'schedulerServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'schedulerDAO' while setting bean property 'schedulerDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'schedulerDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  304. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,569| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'alertService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'alertServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'alertServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'alertDAO' while setting bean property 'alertDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'alertDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  305. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,570| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hL7Service' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'hL7ServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hL7ServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'hL7DAO' while setting bean property 'HL7DAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hL7DAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  306. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,571| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'visitService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'visitServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'visitServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'visitDAO' while setting bean property 'visitDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'visitDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  307. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,571| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'providerServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'providerDAO' while setting bean property 'providerDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  308. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,575| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'metadatamapping.MetadataMappingServiceImpl' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingServiceImpl' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'conceptService' while setting bean property 'conceptService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conceptServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conceptDAO' while setting bean property 'conceptDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  309. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,576| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'htmlFormEntryService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'htmlFormEntryServiceImpl' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'htmlFormEntryServiceImpl' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.htmlformentry.db.hibernate.HibernateHtmlFormEntryDAO#6b899971' of type [org.openmrs.module.htmlformentry.db.hibernate.HibernateHtmlFormEntryDAO] while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.htmlformentry.db.hibernate.HibernateHtmlFormEntryDAO#6b899971' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dbSessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbSessionFactory' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  310. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,577| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingSerializedDefinitionService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl#3b8d2abe' of type [org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl#3b8d2abe' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serializedObjectDAO' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serializedObjectDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  311. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,578| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingReportService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.report.service.ReportServiceImpl#3d05435c' of type [org.openmrs.module.reporting.report.service.ReportServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.report.service.ReportServiceImpl#3d05435c' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.report.service.db.HibernateReportDAO#7f894a6f' of type [org.openmrs.module.reporting.report.service.db.HibernateReportDAO] while setting bean property 'reportDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.report.service.db.HibernateReportDAO#7f894a6f' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dbSessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbSessionFactory' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  312. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,579| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingCohortQueryService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.cohort.query.service.CohortQueryServiceImpl#7f41d979' of type [org.openmrs.module.reporting.cohort.query.service.CohortQueryServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.cohort.query.service.CohortQueryServiceImpl#7f41d979' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'cohortQueryDAO' while setting bean property 'cohortQueryDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cohortQueryDAO' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dbSessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbSessionFactory' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  313. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,581| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingDataSetQueryService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.dataset.query.service.BaseDataSetQueryService#6d6712b7' of type [org.openmrs.module.reporting.dataset.query.service.BaseDataSetQueryService] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.dataset.query.service.BaseDataSetQueryService#6d6712b7' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dataSetQueryDAO' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSetQueryDAO' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dbSessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbSessionFactory' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  314. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,582| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'calculationRegistrationService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.calculation.api.CalculationRegistrationServiceImpl#4e3ffd0' of type [org.openmrs.calculation.api.CalculationRegistrationServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.calculation.api.CalculationRegistrationServiceImpl#4e3ffd0' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'calculationRegistrationDao' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'calculationRegistrationDao' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dbSessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbSessionFactory' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  315. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,582| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'specialityService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.SpecialityServiceImpl#647af13d' of type [org.openmrs.module.appointments.service.impl.SpecialityServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.SpecialityServiceImpl#647af13d' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'specialityDao' while setting bean property 'specialityDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'specialityDao' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  316. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,583| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentsService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl#1805ca5c' of type [org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl#1805ca5c' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'appointmentDao' while setting bean property 'appointmentDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentDao' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  317. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,584| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'recurringAppointmentService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentRecurringPatternServiceImpl#3cc74fc4' of type [org.openmrs.module.appointments.service.impl.AppointmentRecurringPatternServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentRecurringPatternServiceImpl#3cc74fc4' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'appointmentRecurringPatternDao' while setting bean property 'appointmentRecurringPatternDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentRecurringPatternDao' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  318. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,585| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentServiceService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentServiceDefinitionServiceImpl#c697186' of type [org.openmrs.module.appointments.service.impl.AppointmentServiceDefinitionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentServiceDefinitionServiceImpl#c697186' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'appointmentServiceDao' while setting bean property 'appointmentServiceDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentServiceDao' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  319. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,586| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataFilterService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.datafilter.impl.api.impl.DataFilterServiceImpl#74c04377' of type [org.openmrs.module.datafilter.impl.api.impl.DataFilterServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.datafilter.impl.api.impl.DataFilterServiceImpl#74c04377' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dataFilterDAO' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataFilterDAO' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  320. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,587| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatasharing.MetadataService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#1397b141' of type [org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.metadatasharing.api.impl.MetadataServiceImpl#1397b141': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateMetadataDAO': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.api.db.hibernate.DbSessionFactory org.openmrs.module.metadatasharing.api.db.hibernate.HibernateMetadataDAO.sessionFactory; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbSessionFactory' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  321. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,587| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'metadatamapping.MetadataMappingServiceImpl' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadatamapping.MetadataMappingServiceImpl' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'conceptService' while setting bean property 'conceptService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conceptServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptServiceTarget' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'conceptDAO' while setting bean property 'conceptDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  322. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,589| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'htmlFormEntryService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'htmlFormEntryServiceImpl' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'htmlFormEntryServiceImpl' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.htmlformentry.db.hibernate.HibernateHtmlFormEntryDAO#6b899971' of type [org.openmrs.module.htmlformentry.db.hibernate.HibernateHtmlFormEntryDAO] while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.htmlformentry.db.hibernate.HibernateHtmlFormEntryDAO#6b899971' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dbSessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbSessionFactory' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  323. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,590| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingSerializedDefinitionService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl#3b8d2abe' of type [org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl#3b8d2abe' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'serializedObjectDAO' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serializedObjectDAO' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  324. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,591| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingReportService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.report.service.ReportServiceImpl#3d05435c' of type [org.openmrs.module.reporting.report.service.ReportServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.report.service.ReportServiceImpl#3d05435c' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.report.service.db.HibernateReportDAO#7f894a6f' of type [org.openmrs.module.reporting.report.service.db.HibernateReportDAO] while setting bean property 'reportDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.report.service.db.HibernateReportDAO#7f894a6f' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dbSessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbSessionFactory' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  325. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,592| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingCohortQueryService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.cohort.query.service.CohortQueryServiceImpl#7f41d979' of type [org.openmrs.module.reporting.cohort.query.service.CohortQueryServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.cohort.query.service.CohortQueryServiceImpl#7f41d979' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'cohortQueryDAO' while setting bean property 'cohortQueryDAO'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cohortQueryDAO' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dbSessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbSessionFactory' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  326. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,593| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingDataSetQueryService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.dataset.query.service.BaseDataSetQueryService#6d6712b7' of type [org.openmrs.module.reporting.dataset.query.service.BaseDataSetQueryService] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.reporting.dataset.query.service.BaseDataSetQueryService#6d6712b7' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dataSetQueryDAO' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSetQueryDAO' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dbSessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbSessionFactory' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  327. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,594| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'calculationRegistrationService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.calculation.api.CalculationRegistrationServiceImpl#4e3ffd0' of type [org.openmrs.calculation.api.CalculationRegistrationServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.calculation.api.CalculationRegistrationServiceImpl#4e3ffd0' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'calculationRegistrationDao' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'calculationRegistrationDao' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dbSessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbSessionFactory' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'sessionFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  328. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,595| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'specialityService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.SpecialityServiceImpl#647af13d' of type [org.openmrs.module.appointments.service.impl.SpecialityServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.SpecialityServiceImpl#647af13d' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'specialityDao' while setting bean property 'specialityDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'specialityDao' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  329. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,596| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentsService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl#1805ca5c' of type [org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentsServiceImpl#1805ca5c' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'appointmentDao' while setting bean property 'appointmentDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentDao' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  330. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,597| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'recurringAppointmentService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentRecurringPatternServiceImpl#3cc74fc4' of type [org.openmrs.module.appointments.service.impl.AppointmentRecurringPatternServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentRecurringPatternServiceImpl#3cc74fc4' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'appointmentRecurringPatternDao' while setting bean property 'appointmentRecurringPatternDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentRecurringPatternDao' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  331. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,597| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentServiceService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appointments.service.impl.AppointmentServiceDefinitionServiceImpl#c697186' of type [org.openmrs.module.appointments.service.impl.AppointmentServiceDefinitionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appointments.service.impl.AppointmentServiceDefinitionServiceImpl#c697186' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'appointmentServiceDao' while setting bean property 'appointmentServiceDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appointmentServiceDao' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  332. WARN - AbstractBeanFactory.getTypeForFactoryBean(1427) |2021-05-17 16:53:36,598| Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataFilterService' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.datafilter.impl.api.impl.DataFilterServiceImpl#74c04377' of type [org.openmrs.module.datafilter.impl.api.impl.DataFilterServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.datafilter.impl.api.impl.DataFilterServiceImpl#74c04377' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'dataFilterDAO' while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataFilterDAO' defined in URL [jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'sessionFactory': FactoryBean which is currently in creation returned null from getObject
  333. INFO - JavaReflectionManager.<clinit>(66) |2021-05-17 16:53:36,712| HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
  334. INFO - Version.logVersion(54) |2021-05-17 16:53:36,716| HHH000412: Hibernate Core {4.3.9.Final}
  335. INFO - Environment.<clinit>(239) |2021-05-17 16:53:36,719| HHH000206: hibernate.properties not found
  336. INFO - Environment.buildBytecodeProvider(346) |2021-05-17 16:53:36,721| HHH000021: Bytecode provider name : javassist
  337. INFO - Configuration.configure(2111) |2021-05-17 16:53:36,744| HHH000044: Configuring from URL: jar:file:/srv/applications/openmrs/openmrs-module-initializer/validator/target/initializer-validator-2.2.0-SNAPSHOT.jar!/test-hibernate.cfg.xml
  338. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:36,765| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  339. INFO - Configuration.addResource(759) |2021-05-17 16:53:36,779| HHH000221: Reading mappings from resource: AddressHierarchyLevel.hbm.xml
  340. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:36,784| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  341. INFO - Configuration.addResource(759) |2021-05-17 16:53:36,832| HHH000221: Reading mappings from resource: AddressHierarchyEntry.hbm.xml
  342. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:36,835| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  343. INFO - Configuration.addResource(759) |2021-05-17 16:53:36,841| HHH000221: Reading mappings from resource: ImportedItem.hbm.xml
  344. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:36,843| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  345. INFO - Configuration.addResource(759) |2021-05-17 16:53:36,848| HHH000221: Reading mappings from resource: ImportedPackage.hbm.xml
  346. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:36,851| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  347. INFO - Configuration.addResource(759) |2021-05-17 16:53:36,855| HHH000221: Reading mappings from resource: HtmlFormEntryHtmlForm.hbm.xml
  348. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:36,858| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  349. INFO - Configuration.addResource(759) |2021-05-17 16:53:36,863| HHH000221: Reading mappings from resource: IdentifierSource.hbm.xml
  350. INFO - Configuration.addResource(759) |2021-05-17 16:53:36,872| HHH000221: Reading mappings from resource: MetadataSource.hbm.xml
  351. INFO - Configuration.addResource(759) |2021-05-17 16:53:36,879| HHH000221: Reading mappings from resource: MetadataTermMapping.hbm.xml
  352. INFO - Configuration.addResource(759) |2021-05-17 16:53:36,886| HHH000221: Reading mappings from resource: MetadataSet.hbm.xml
  353. INFO - Configuration.addResource(759) |2021-05-17 16:53:36,892| HHH000221: Reading mappings from resource: MetadataSetMember.hbm.xml
  354. INFO - Configuration.addResource(759) |2021-05-17 16:53:36,901| HHH000221: Reading mappings from resource: Speciality.hbm.xml
  355. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:36,904| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  356. INFO - Configuration.addResource(759) |2021-05-17 16:53:36,908| HHH000221: Reading mappings from resource: AppointmentServiceDefinition.hbm.xml
  357. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:36,910| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  358. INFO - Configuration.addResource(759) |2021-05-17 16:53:36,915| HHH000221: Reading mappings from resource: ServiceWeeklyAvailability.hbm.xml
  359. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:36,917| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  360. INFO - Configuration.addResource(759) |2021-05-17 16:53:36,922| HHH000221: Reading mappings from resource: AppointmentServiceType.hbm.xml
  361. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:36,924| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  362. INFO - Configuration.addResource(759) |2021-05-17 16:53:36,928| HHH000221: Reading mappings from resource: ReportDesign.hbm.xml
  363. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:36,932| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  364. INFO - Configuration.doConfigure(2216) |2021-05-17 16:53:36,938| HHH000041: Configured SessionFactory: null
  365. INFO - Configuration.configure(2111) |2021-05-17 16:53:36,938| HHH000044: Configuring from URL: file:/tmp/datafilter/1621259610389/datafilterHibernate.cfg.xml
  366. INFO - Configuration.addResource(759) |2021-05-17 16:53:36,941| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/AllergyReaction.hbm.xml
  367. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:36,943| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  368. INFO - Configuration.addResource(759) |2021-05-17 16:53:36,947| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/Concept.hbm.xml
  369. INFO - Configuration.addResource(759) |2021-05-17 16:53:36,954| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/ConceptAnswer.hbm.xml
  370. INFO - Configuration.addResource(759) |2021-05-17 16:53:36,971| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/ConceptAttribute.hbm.xml
  371. INFO - Configuration.addResource(759) |2021-05-17 16:53:36,976| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/ConceptAttributeType.hbm.xml
  372. INFO - Configuration.addResource(759) |2021-05-17 16:53:36,982| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/ConceptDescription.hbm.xml
  373. INFO - Configuration.addResource(759) |2021-05-17 16:53:36,987| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/ConceptName.hbm.xml
  374. INFO - Configuration.addResource(759) |2021-05-17 16:53:36,993| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/ConceptNameTag.hbm.xml
  375. INFO - Configuration.addResource(759) |2021-05-17 16:53:36,998| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/ConceptClass.hbm.xml
  376. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,003| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/ConceptDatatype.hbm.xml
  377. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,008| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/ConceptProposal.hbm.xml
  378. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,014| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/ConceptStateConversion.hbm.xml
  379. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,020| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/ConceptSet.hbm.xml
  380. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,025| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/ConceptMap.hbm.xml
  381. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,030| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/ConceptStopWord.hbm.xml
  382. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,034| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/ConceptSource.hbm.xml
  383. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,038| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/ConceptReferenceTerm.hbm.xml
  384. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,043| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/ConceptMapType.hbm.xml
  385. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,047| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/ConceptReferenceTermMap.hbm.xml
  386. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,052| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/Drug.hbm.xml
  387. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,057| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/DrugIngredient.hbm.xml
  388. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,060| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/DrugReferenceMap.hbm.xml
  389. WARN - DTDEntityResolver.resolveEntity(75) |2021-05-17 16:53:37,062| HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  390. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,066| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/Field.hbm.xml
  391. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,070| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/FieldAnswer.hbm.xml
  392. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,075| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/FieldType.hbm.xml
  393. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,079| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/Form.hbm.xml
  394. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,083| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/FormField.hbm.xml
  395. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,086| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/FormResource.hbm.xml
  396. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,090| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/GlobalProperty.hbm.xml
  397. INFO - Configuration.addFile(500) |2021-05-17 16:53:37,094| HHH000220: Reading mappings from file: /tmp/datafilter/1621259610389/Obs.hbm.xml
  398. INFO - Configuration.addFile(500) |2021-05-17 16:53:37,098| HHH000220: Reading mappings from file: /tmp/datafilter/1621259610389/Person.hbm.xml
  399. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,102| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/PersonAttribute.hbm.xml
  400. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,107| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/PersonAttributeType.hbm.xml
  401. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,112| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/PersonAddress.hbm.xml
  402. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,118| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/PersonMergeLog.hbm.xml
  403. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,123| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/PersonName.hbm.xml
  404. INFO - Configuration.addFile(500) |2021-05-17 16:53:37,128| HHH000220: Reading mappings from file: /tmp/datafilter/1621259610389/User.hbm.xml
  405. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,133| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/LoginCredential.hbm.xml
  406. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,138| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/Privilege.hbm.xml
  407. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,142| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/Role.hbm.xml
  408. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,146| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/Patient.hbm.xml
  409. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,151| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/PatientIdentifier.hbm.xml
  410. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,155| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/PatientIdentifierType.hbm.xml
  411. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,159| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/PatientProgram.hbm.xml
  412. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,163| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/PatientProgramAttribute.hbm.xml
  413. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,167| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/Relationship.hbm.xml
  414. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,171| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/RelationshipType.hbm.xml
  415. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,175| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/OrderType.hbm.xml
  416. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,179| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/Order.hbm.xml
  417. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,184| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/OrderSet.hbm.xml
  418. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,190| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/OrderSetMember.hbm.xml
  419. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,195| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/OrderGroup.hbm.xml
  420. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,200| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/CareSetting.hbm.xml
  421. INFO - Configuration.addFile(500) |2021-05-17 16:53:37,205| HHH000220: Reading mappings from file: /tmp/datafilter/1621259610389/Location.hbm.xml
  422. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,210| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/LocationTag.hbm.xml
  423. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,216| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/LocationAttributeType.hbm.xml
  424. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,221| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/LocationAttribute.hbm.xml
  425. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,225| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/EncounterType.hbm.xml
  426. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,231| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/EncounterProvider.hbm.xml
  427. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,237| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/EncounterRole.hbm.xml
  428. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,243| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/Program.hbm.xml
  429. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,249| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/ProgramAttributeType.hbm.xml
  430. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,254| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/ProgramWorkflow.hbm.xml
  431. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,259| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/ProgramWorkflowState.hbm.xml
  432. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,264| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/PatientState.hbm.xml
  433. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,269| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/Cohort.hbm.xml
  434. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,274| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/CohortMembership.hbm.xml
  435. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,279| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/SerializedObject.hbm.xml
  436. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,284| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/OrderFrequency.hbm.xml
  437. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,289| HHH000221: Reading mappings from resource: org/openmrs/hl7/db/hibernate/HL7Source.hbm.xml
  438. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,294| HHH000221: Reading mappings from resource: org/openmrs/hl7/db/hibernate/HL7InQueue.hbm.xml
  439. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,300| HHH000221: Reading mappings from resource: org/openmrs/hl7/db/hibernate/HL7InArchive.hbm.xml
  440. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,305| HHH000221: Reading mappings from resource: org/openmrs/hl7/db/hibernate/HL7InError.hbm.xml
  441. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,311| HHH000221: Reading mappings from resource: org/openmrs/notification/db/hibernate/Template.hbm.xml
  442. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,316| HHH000221: Reading mappings from resource: org/openmrs/notification/db/hibernate/Alert.hbm.xml
  443. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,320| HHH000221: Reading mappings from resource: org/openmrs/notification/db/hibernate/AlertRecipient.hbm.xml
  444. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,325| HHH000221: Reading mappings from resource: org/openmrs/scheduler/db/hibernate/TaskDefinition.hbm.xml
  445. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,330| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/VisitType.hbm.xml
  446. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,335| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/VisitAttributeType.hbm.xml
  447. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,340| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/VisitAttribute.hbm.xml
  448. INFO - Configuration.addFile(500) |2021-05-17 16:53:37,345| HHH000220: Reading mappings from file: /tmp/datafilter/1621259610389/Provider.hbm.xml
  449. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,350| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/ProviderAttribute.hbm.xml
  450. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,355| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/ProviderAttributeType.hbm.xml
  451. INFO - Configuration.addResource(759) |2021-05-17 16:53:37,360| HHH000221: Reading mappings from resource: org/openmrs/api/db/hibernate/ClobDatatypeStorage.hbm.xml
  452. INFO - Configuration.doConfigure(2216) |2021-05-17 16:53:37,364| HHH000041: Configured SessionFactory: null
  453. INFO - C3P0ConnectionProvider.configure(134) |2021-05-17 16:53:39,636| HHH010002: C3P0 using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://localhost:37987/openmrs?serverTimezone=UTC
  454. INFO - C3P0ConnectionProvider.configure(135) |2021-05-17 16:53:39,637| HHH000046: Connection properties: {user=root, password=****}
  455. INFO - C3P0ConnectionProvider.configure(138) |2021-05-17 16:53:39,637| HHH000006: Autocommit mode: false
  456. Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
  457. INFO - MLog.<clinit>(92) |2021-05-17 16:53:39,688| MLog clients using log4j logging.
  458. INFO - C3P0Registry.banner(216) |2021-05-17 16:53:39,881| Initializing c3p0-0.9.2.1 [built 20-March-2013 10:47:27 +0000; debug? true; trace: 10]
  459. INFO - AbstractPoolBackedDataSource.getPoolManager(522) |2021-05-17 16:53:39,968| Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@a1978827 [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@831ea659 [ acquireIncrement -> 1, acquireRetryAttempts -> 5, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, debugUnreturnedConnectionStackTraces -> false, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> z8kfsxahy0nk3p1nx7bo5|3c72031c, idleConnectionTestPeriod -> 3000, initialPoolSize -> 0, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 100, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 50, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 0, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@6a045e09 [ description -> null, driverClass -> null, factoryClassLocation -> null, identityToken -> z8kfsxahy0nk3p1nx7bo5|2dbc56fb, jdbcUrl -> jdbc:mysql://localhost:37987/openmrs?serverTimezone=UTC, properties -> {user=******, password=******} ], preferredTestQuery -> null, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false; userOverrides: {} ], dataSourceName -> null, factoryClassLocation -> null, identityToken -> z8kfsxahy0nk3p1nx7bo5|119db52f, numHelperThreads -> 3 ]
  460. INFO - Dialect.<init>(145) |2021-05-17 16:53:40,339| HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect
  461. INFO - LobCreatorBuilder.useContextualLobCreation(123) |2021-05-17 16:53:40,346| HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
  462. INFO - TransactionFactoryInitiator.initiateService(62) |2021-05-17 16:53:40,617| HHH000399: Using default transaction strategy (direct JDBC transactions)
  463. INFO - ASTQueryTranslatorFactory.<init>(47) |2021-05-17 16:53:40,619| HHH000397: Using ASTQueryTranslatorFactory
  464. INFO - Version.<clinit>(26) |2021-05-17 16:53:40,758| HSEARCH000034: Hibernate Search 5.1.2.Final
  465. WARN - AbstractEhcacheRegionFactory.getCache(178) |2021-05-17 16:53:40,962| HHH020003: Could not find a specific ehcache configuration for cache named [org.openmrs.ConceptStopWord]; using defaults.
  466. WARN - AbstractEhcacheRegionFactory.getCache(178) |2021-05-17 16:53:41,481| HHH020003: Could not find a specific ehcache configuration for cache named [org.openmrs.FormResource]; using defaults.
  467. WARN - AbstractEhcacheRegionFactory.getCache(178) |2021-05-17 16:53:42,651| HHH020003: Could not find a specific ehcache configuration for cache named [org.openmrs.Person.addresses]; using defaults.
  468. WARN - AbstractEhcacheRegionFactory.getCache(178) |2021-05-17 16:53:42,675| HHH020003: Could not find a specific ehcache configuration for cache named [org.openmrs.Person.attributes]; using defaults.
  469. WARN - AbstractEhcacheRegionFactory.getCache(178) |2021-05-17 16:53:42,681| HHH020003: Could not find a specific ehcache configuration for cache named [org.openmrs.Role.childRoles]; using defaults.
  470. WARN - AbstractEhcacheRegionFactory.getCache(178) |2021-05-17 16:53:42,689| HHH020003: Could not find a specific ehcache configuration for cache named [org.openmrs.User.roles]; using defaults.
  471. WARN - AbstractEhcacheRegionFactory.getCache(178) |2021-05-17 16:53:42,694| HHH020003: Could not find a specific ehcache configuration for cache named [org.openmrs.Role.inheritedRoles]; using defaults.
  472. WARN - AbstractEhcacheRegionFactory.getCache(178) |2021-05-17 16:53:42,699| HHH020003: Could not find a specific ehcache configuration for cache named [org.openmrs.Person.names]; using defaults.
  473. WARN - AbstractEhcacheRegionFactory.getCache(178) |2021-05-17 16:53:42,704| HHH020003: Could not find a specific ehcache configuration for cache named [org.openmrs.Role.privileges]; using defaults.
  474. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:55:12,502| mysqld: 2021-05-17 16:55:12 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 4137ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
  475. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:57:16,675| mysqld: 2021-05-17 16:57:16 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 4093ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
  476. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:57:57,673| mysqld: 2021-05-17 16:57:57 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 7263ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
  477. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:58:24,053| mysqld: 2021-05-17 16:58:24 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 12270ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
  478. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:58:38,824| mysqld: 2021-05-17 16:58:38 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 6756ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
  479. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 16:59:07,840| mysqld: 2021-05-17 16:59:07 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 6008ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
  480. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:00:01,568| mysqld: 2021-05-17 17:00:01 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 5070ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
  481. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:00:28,027| mysqld: 2021-05-17 17:00:28 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 4041ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
  482. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:03:58,532| mysqld: 2021-05-17 17:03:58 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 5146ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
  483. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:04:36,977| mysqld: 2021-05-17 17:04:36 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 5221ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
  484. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:04:57,956| mysqld: 2021-05-17 17:04:57 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 4977ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
  485. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:05:06,011| mysqld: 2021-05-17 17:05:06 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 5239ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
  486. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:09:44,038| mysqld: 2021-05-17 17:09:44 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 4866ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
  487. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:10:28,430| mysqld: 2021-05-17 17:10:28 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 4355ms. The settings might not be optimal. (flushed=5 and evicted=0, during the time.)
  488. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:10:59,217| mysqld: 2021-05-17 17:10:59 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 5866ms. The settings might not be optimal. (flushed=2 and evicted=0, during the time.)
  489. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:12:22,916| mysqld: 2021-05-17 17:12:22 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 4193ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
  490. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:12:52,158| mysqld: 2021-05-17 17:12:52 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 10238ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
  491. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:16:58,072| mysqld: 2021-05-17 17:16:58 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 6701ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
  492. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:17:24,470| mysqld: 2021-05-17 17:17:24 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 5718ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
  493. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:17:40,341| mysqld: 2021-05-17 17:17:40 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 5655ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
  494. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:19:01,993| mysqld: 2021-05-17 17:19:01 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 4956ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
  495. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:19:59,819| mysqld: 2021-05-17 17:19:59 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 4722ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
  496. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:20:43,637| mysqld: 2021-05-17 17:20:43 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 21052ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
  497. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:21:42,144| mysqld: 2021-05-17 17:21:42 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 5393ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
  498. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:22:26,440| mysqld: 2021-05-17 17:22:26 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 4463ms. The settings might not be optimal. (flushed=2 and evicted=0, during the time.)
  499. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:22:56,708| mysqld: 2021-05-17 17:22:56 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 10308ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
  500. WARN - ConfigContext.getLuceneMatchVersion(346) |2021-05-17 17:23:09,466| HSEARCH000075: Configuration setting hibernate.search.lucene_version was not specified: using LUCENE_CURRENT.
  501. INFO - HibernateTransactionManager.afterPropertiesSet(360) |2021-05-17 17:23:10,617| Using DataSource [com.mchange.v2.c3p0.PoolBackedDataSource@a1978827 [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@831ea659 [ acquireIncrement -> 1, acquireRetryAttempts -> 5, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, debugUnreturnedConnectionStackTraces -> false, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> z8kfsxahy0nk3p1nx7bo5|3c72031c, idleConnectionTestPeriod -> 3000, initialPoolSize -> 0, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 100, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 50, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 0, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@6a045e09 [ description -> null, driverClass -> null, factoryClassLocation -> null, identityToken -> z8kfsxahy0nk3p1nx7bo5|2dbc56fb, jdbcUrl -> jdbc:mysql://localhost:37987/openmrs?serverTimezone=UTC, properties -> {user=******, password=******} ], preferredTestQuery -> null, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false; userOverrides: {} ], dataSourceName -> null, factoryClassLocation -> null, identityToken -> z8kfsxahy0nk3p1nx7bo5|119db52f, numHelperThreads -> 3 ]] of Hibernate SessionFactory for HibernateTransactionManager
  502. INFO - Home.setHomeDirectory(47) |2021-05-17 17:23:12,984| hapi.home is set to /srv/applications/openmrs/openmrs-module-initializer/.
  503. INFO - VersionLogger.printHapiVersion(77) |2021-05-17 17:23:13,231| HAPI version is: 2.1
  504. INFO - VersionLogger.checkStructureLibraries(65) |2021-05-17 17:23:13,232| Default Structure libraries found for HL7 versions 2.3, 2.4, 2.5, 2.6,
  505. INFO - MessageTypeRouter.registerApplication(121) |2021-05-17 17:23:13,393| org.openmrs.hl7.handler.ORUR01Handler registered to handle ORU^R01 messages
  506. INFO - MessageTypeRouter.registerApplication(121) |2021-05-17 17:23:13,393| org.openmrs.hl7.handler.ADTA28Handler registered to handle ADT^A28 messages
  507. INFO - ExecutorConfigurationSupport.initialize(165) |2021-05-17 17:23:19,009| Initializing ExecutorService 'idgenTimerFactory'
  508. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,134| Session Metrics {
  509. 0 nanoseconds spent acquiring 0 JDBC connections;
  510. 0 nanoseconds spent releasing 0 JDBC connections;
  511. 0 nanoseconds spent preparing 0 JDBC statements;
  512. 0 nanoseconds spent executing 0 JDBC statements;
  513. 0 nanoseconds spent executing 0 JDBC batches;
  514. 0 nanoseconds spent performing 0 L2C puts;
  515. 0 nanoseconds spent performing 0 L2C hits;
  516. 0 nanoseconds spent performing 0 L2C misses;
  517. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  518. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  519. }
  520. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,147| Session Metrics {
  521. 0 nanoseconds spent acquiring 0 JDBC connections;
  522. 0 nanoseconds spent releasing 0 JDBC connections;
  523. 0 nanoseconds spent preparing 0 JDBC statements;
  524. 0 nanoseconds spent executing 0 JDBC statements;
  525. 0 nanoseconds spent executing 0 JDBC batches;
  526. 0 nanoseconds spent performing 0 L2C puts;
  527. 0 nanoseconds spent performing 0 L2C hits;
  528. 0 nanoseconds spent performing 0 L2C misses;
  529. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  530. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  531. }
  532. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,135| Session Metrics {
  533. 0 nanoseconds spent acquiring 0 JDBC connections;
  534. 0 nanoseconds spent releasing 0 JDBC connections;
  535. 0 nanoseconds spent preparing 0 JDBC statements;
  536. 0 nanoseconds spent executing 0 JDBC statements;
  537. 0 nanoseconds spent executing 0 JDBC batches;
  538. 0 nanoseconds spent performing 0 L2C puts;
  539. 0 nanoseconds spent performing 0 L2C hits;
  540. 0 nanoseconds spent performing 0 L2C misses;
  541. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  542. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  543. }
  544. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,135| Session Metrics {
  545. 0 nanoseconds spent acquiring 0 JDBC connections;
  546. 0 nanoseconds spent releasing 0 JDBC connections;
  547. 0 nanoseconds spent preparing 0 JDBC statements;
  548. 0 nanoseconds spent executing 0 JDBC statements;
  549. 0 nanoseconds spent executing 0 JDBC batches;
  550. 0 nanoseconds spent performing 0 L2C puts;
  551. 0 nanoseconds spent performing 0 L2C hits;
  552. 0 nanoseconds spent performing 0 L2C misses;
  553. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  554. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  555. }
  556. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,134| Session Metrics {
  557. 0 nanoseconds spent acquiring 0 JDBC connections;
  558. 0 nanoseconds spent releasing 0 JDBC connections;
  559. 0 nanoseconds spent preparing 0 JDBC statements;
  560. 0 nanoseconds spent executing 0 JDBC statements;
  561. 0 nanoseconds spent executing 0 JDBC batches;
  562. 0 nanoseconds spent performing 0 L2C puts;
  563. 0 nanoseconds spent performing 0 L2C hits;
  564. 0 nanoseconds spent performing 0 L2C misses;
  565. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  566. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  567. }
  568. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,134| Session Metrics {
  569. 0 nanoseconds spent acquiring 0 JDBC connections;
  570. 0 nanoseconds spent releasing 0 JDBC connections;
  571. 0 nanoseconds spent preparing 0 JDBC statements;
  572. 0 nanoseconds spent executing 0 JDBC statements;
  573. 0 nanoseconds spent executing 0 JDBC batches;
  574. 0 nanoseconds spent performing 0 L2C puts;
  575. 0 nanoseconds spent performing 0 L2C hits;
  576. 0 nanoseconds spent performing 0 L2C misses;
  577. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  578. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  579. }
  580. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,134| Session Metrics {
  581. 0 nanoseconds spent acquiring 0 JDBC connections;
  582. 0 nanoseconds spent releasing 0 JDBC connections;
  583. 0 nanoseconds spent preparing 0 JDBC statements;
  584. 0 nanoseconds spent executing 0 JDBC statements;
  585. 0 nanoseconds spent executing 0 JDBC batches;
  586. 0 nanoseconds spent performing 0 L2C puts;
  587. 0 nanoseconds spent performing 0 L2C hits;
  588. 0 nanoseconds spent performing 0 L2C misses;
  589. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  590. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  591. }
  592. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,143| Session Metrics {
  593. 0 nanoseconds spent acquiring 0 JDBC connections;
  594. 0 nanoseconds spent releasing 0 JDBC connections;
  595. 0 nanoseconds spent preparing 0 JDBC statements;
  596. 0 nanoseconds spent executing 0 JDBC statements;
  597. 0 nanoseconds spent executing 0 JDBC batches;
  598. 0 nanoseconds spent performing 0 L2C puts;
  599. 0 nanoseconds spent performing 0 L2C hits;
  600. 0 nanoseconds spent performing 0 L2C misses;
  601. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  602. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  603. }
  604. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,139| Session Metrics {
  605. 0 nanoseconds spent acquiring 0 JDBC connections;
  606. 0 nanoseconds spent releasing 0 JDBC connections;
  607. 0 nanoseconds spent preparing 0 JDBC statements;
  608. 0 nanoseconds spent executing 0 JDBC statements;
  609. 0 nanoseconds spent executing 0 JDBC batches;
  610. 0 nanoseconds spent performing 0 L2C puts;
  611. 0 nanoseconds spent performing 0 L2C hits;
  612. 0 nanoseconds spent performing 0 L2C misses;
  613. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  614. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  615. }
  616. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,156| Session Metrics {
  617. 0 nanoseconds spent acquiring 0 JDBC connections;
  618. 0 nanoseconds spent releasing 0 JDBC connections;
  619. 0 nanoseconds spent preparing 0 JDBC statements;
  620. 0 nanoseconds spent executing 0 JDBC statements;
  621. 0 nanoseconds spent executing 0 JDBC batches;
  622. 0 nanoseconds spent performing 0 L2C puts;
  623. 0 nanoseconds spent performing 0 L2C hits;
  624. 0 nanoseconds spent performing 0 L2C misses;
  625. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  626. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  627. }
  628. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,155| Session Metrics {
  629. 0 nanoseconds spent acquiring 0 JDBC connections;
  630. 0 nanoseconds spent releasing 0 JDBC connections;
  631. 0 nanoseconds spent preparing 0 JDBC statements;
  632. 0 nanoseconds spent executing 0 JDBC statements;
  633. 0 nanoseconds spent executing 0 JDBC batches;
  634. 0 nanoseconds spent performing 0 L2C puts;
  635. 0 nanoseconds spent performing 0 L2C hits;
  636. 0 nanoseconds spent performing 0 L2C misses;
  637. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  638. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  639. }
  640. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,135| Session Metrics {
  641. 0 nanoseconds spent acquiring 0 JDBC connections;
  642. 0 nanoseconds spent releasing 0 JDBC connections;
  643. 0 nanoseconds spent preparing 0 JDBC statements;
  644. 0 nanoseconds spent executing 0 JDBC statements;
  645. 0 nanoseconds spent executing 0 JDBC batches;
  646. 0 nanoseconds spent performing 0 L2C puts;
  647. 0 nanoseconds spent performing 0 L2C hits;
  648. 0 nanoseconds spent performing 0 L2C misses;
  649. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  650. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  651. }
  652. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,136| Session Metrics {
  653. 0 nanoseconds spent acquiring 0 JDBC connections;
  654. 0 nanoseconds spent releasing 0 JDBC connections;
  655. 0 nanoseconds spent preparing 0 JDBC statements;
  656. 0 nanoseconds spent executing 0 JDBC statements;
  657. 0 nanoseconds spent executing 0 JDBC batches;
  658. 0 nanoseconds spent performing 0 L2C puts;
  659. 0 nanoseconds spent performing 0 L2C hits;
  660. 0 nanoseconds spent performing 0 L2C misses;
  661. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  662. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  663. }
  664. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,136| Session Metrics {
  665. 0 nanoseconds spent acquiring 0 JDBC connections;
  666. 0 nanoseconds spent releasing 0 JDBC connections;
  667. 0 nanoseconds spent preparing 0 JDBC statements;
  668. 0 nanoseconds spent executing 0 JDBC statements;
  669. 0 nanoseconds spent executing 0 JDBC batches;
  670. 0 nanoseconds spent performing 0 L2C puts;
  671. 0 nanoseconds spent performing 0 L2C hits;
  672. 0 nanoseconds spent performing 0 L2C misses;
  673. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  674. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  675. }
  676. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,136| Session Metrics {
  677. 0 nanoseconds spent acquiring 0 JDBC connections;
  678. 0 nanoseconds spent releasing 0 JDBC connections;
  679. 0 nanoseconds spent preparing 0 JDBC statements;
  680. 0 nanoseconds spent executing 0 JDBC statements;
  681. 0 nanoseconds spent executing 0 JDBC batches;
  682. 0 nanoseconds spent performing 0 L2C puts;
  683. 0 nanoseconds spent performing 0 L2C hits;
  684. 0 nanoseconds spent performing 0 L2C misses;
  685. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  686. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  687. }
  688. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,135| Session Metrics {
  689. 0 nanoseconds spent acquiring 0 JDBC connections;
  690. 0 nanoseconds spent releasing 0 JDBC connections;
  691. 0 nanoseconds spent preparing 0 JDBC statements;
  692. 0 nanoseconds spent executing 0 JDBC statements;
  693. 0 nanoseconds spent executing 0 JDBC batches;
  694. 0 nanoseconds spent performing 0 L2C puts;
  695. 0 nanoseconds spent performing 0 L2C hits;
  696. 0 nanoseconds spent performing 0 L2C misses;
  697. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  698. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  699. }
  700. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,168| Session Metrics {
  701. 0 nanoseconds spent acquiring 0 JDBC connections;
  702. 0 nanoseconds spent releasing 0 JDBC connections;
  703. 0 nanoseconds spent preparing 0 JDBC statements;
  704. 0 nanoseconds spent executing 0 JDBC statements;
  705. 0 nanoseconds spent executing 0 JDBC batches;
  706. 0 nanoseconds spent performing 0 L2C puts;
  707. 0 nanoseconds spent performing 0 L2C hits;
  708. 0 nanoseconds spent performing 0 L2C misses;
  709. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  710. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  711. }
  712. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,170| Session Metrics {
  713. 0 nanoseconds spent acquiring 0 JDBC connections;
  714. 0 nanoseconds spent releasing 0 JDBC connections;
  715. 0 nanoseconds spent preparing 0 JDBC statements;
  716. 0 nanoseconds spent executing 0 JDBC statements;
  717. 0 nanoseconds spent executing 0 JDBC batches;
  718. 0 nanoseconds spent performing 0 L2C puts;
  719. 0 nanoseconds spent performing 0 L2C hits;
  720. 0 nanoseconds spent performing 0 L2C misses;
  721. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  722. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  723. }
  724. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,175| Session Metrics {
  725. 0 nanoseconds spent acquiring 0 JDBC connections;
  726. 0 nanoseconds spent releasing 0 JDBC connections;
  727. 0 nanoseconds spent preparing 0 JDBC statements;
  728. 0 nanoseconds spent executing 0 JDBC statements;
  729. 0 nanoseconds spent executing 0 JDBC batches;
  730. 0 nanoseconds spent performing 0 L2C puts;
  731. 0 nanoseconds spent performing 0 L2C hits;
  732. 0 nanoseconds spent performing 0 L2C misses;
  733. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  734. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  735. }
  736. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,183| Session Metrics {
  737. 0 nanoseconds spent acquiring 0 JDBC connections;
  738. 0 nanoseconds spent releasing 0 JDBC connections;
  739. 0 nanoseconds spent preparing 0 JDBC statements;
  740. 0 nanoseconds spent executing 0 JDBC statements;
  741. 0 nanoseconds spent executing 0 JDBC batches;
  742. 0 nanoseconds spent performing 0 L2C puts;
  743. 0 nanoseconds spent performing 0 L2C hits;
  744. 0 nanoseconds spent performing 0 L2C misses;
  745. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  746. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  747. }
  748. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,183| Session Metrics {
  749. 0 nanoseconds spent acquiring 0 JDBC connections;
  750. 0 nanoseconds spent releasing 0 JDBC connections;
  751. 0 nanoseconds spent preparing 0 JDBC statements;
  752. 0 nanoseconds spent executing 0 JDBC statements;
  753. 0 nanoseconds spent executing 0 JDBC batches;
  754. 0 nanoseconds spent performing 0 L2C puts;
  755. 0 nanoseconds spent performing 0 L2C hits;
  756. 0 nanoseconds spent performing 0 L2C misses;
  757. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  758. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  759. }
  760. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,188| Session Metrics {
  761. 0 nanoseconds spent acquiring 0 JDBC connections;
  762. 0 nanoseconds spent releasing 0 JDBC connections;
  763. 0 nanoseconds spent preparing 0 JDBC statements;
  764. 0 nanoseconds spent executing 0 JDBC statements;
  765. 0 nanoseconds spent executing 0 JDBC batches;
  766. 0 nanoseconds spent performing 0 L2C puts;
  767. 0 nanoseconds spent performing 0 L2C hits;
  768. 0 nanoseconds spent performing 0 L2C misses;
  769. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  770. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  771. }
  772. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,192| Session Metrics {
  773. 0 nanoseconds spent acquiring 0 JDBC connections;
  774. 0 nanoseconds spent releasing 0 JDBC connections;
  775. 0 nanoseconds spent preparing 0 JDBC statements;
  776. 0 nanoseconds spent executing 0 JDBC statements;
  777. 0 nanoseconds spent executing 0 JDBC batches;
  778. 0 nanoseconds spent performing 0 L2C puts;
  779. 0 nanoseconds spent performing 0 L2C hits;
  780. 0 nanoseconds spent performing 0 L2C misses;
  781. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  782. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  783. }
  784. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,195| Session Metrics {
  785. 0 nanoseconds spent acquiring 0 JDBC connections;
  786. 0 nanoseconds spent releasing 0 JDBC connections;
  787. 0 nanoseconds spent preparing 0 JDBC statements;
  788. 0 nanoseconds spent executing 0 JDBC statements;
  789. 0 nanoseconds spent executing 0 JDBC batches;
  790. 0 nanoseconds spent performing 0 L2C puts;
  791. 0 nanoseconds spent performing 0 L2C hits;
  792. 0 nanoseconds spent performing 0 L2C misses;
  793. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  794. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  795. }
  796. INFO - ExecutorConfigurationSupport.initialize(165) |2021-05-17 17:23:19,197| Initializing ExecutorService 'reportingTimerFactory'
  797. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,210| Session Metrics {
  798. 0 nanoseconds spent acquiring 0 JDBC connections;
  799. 0 nanoseconds spent releasing 0 JDBC connections;
  800. 0 nanoseconds spent preparing 0 JDBC statements;
  801. 0 nanoseconds spent executing 0 JDBC statements;
  802. 0 nanoseconds spent executing 0 JDBC batches;
  803. 0 nanoseconds spent performing 0 L2C puts;
  804. 0 nanoseconds spent performing 0 L2C hits;
  805. 0 nanoseconds spent performing 0 L2C misses;
  806. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  807. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  808. }
  809. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,215| Session Metrics {
  810. 0 nanoseconds spent acquiring 0 JDBC connections;
  811. 0 nanoseconds spent releasing 0 JDBC connections;
  812. 0 nanoseconds spent preparing 0 JDBC statements;
  813. 0 nanoseconds spent executing 0 JDBC statements;
  814. 0 nanoseconds spent executing 0 JDBC batches;
  815. 0 nanoseconds spent performing 0 L2C puts;
  816. 0 nanoseconds spent performing 0 L2C hits;
  817. 0 nanoseconds spent performing 0 L2C misses;
  818. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  819. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  820. }
  821. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,223| Session Metrics {
  822. 0 nanoseconds spent acquiring 0 JDBC connections;
  823. 0 nanoseconds spent releasing 0 JDBC connections;
  824. 0 nanoseconds spent preparing 0 JDBC statements;
  825. 0 nanoseconds spent executing 0 JDBC statements;
  826. 0 nanoseconds spent executing 0 JDBC batches;
  827. 0 nanoseconds spent performing 0 L2C puts;
  828. 0 nanoseconds spent performing 0 L2C hits;
  829. 0 nanoseconds spent performing 0 L2C misses;
  830. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  831. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  832. }
  833. INFO - ExecutorConfigurationSupport.initialize(165) |2021-05-17 17:23:19,237| Initializing ExecutorService 'addressHierarchyTimerFactory'
  834. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,240| Session Metrics {
  835. 0 nanoseconds spent acquiring 0 JDBC connections;
  836. 0 nanoseconds spent releasing 0 JDBC connections;
  837. 0 nanoseconds spent preparing 0 JDBC statements;
  838. 0 nanoseconds spent executing 0 JDBC statements;
  839. 0 nanoseconds spent executing 0 JDBC batches;
  840. 0 nanoseconds spent performing 0 L2C puts;
  841. 0 nanoseconds spent performing 0 L2C hits;
  842. 0 nanoseconds spent performing 0 L2C misses;
  843. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  844. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  845. }
  846. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,253| Session Metrics {
  847. 0 nanoseconds spent acquiring 0 JDBC connections;
  848. 0 nanoseconds spent releasing 0 JDBC connections;
  849. 0 nanoseconds spent preparing 0 JDBC statements;
  850. 0 nanoseconds spent executing 0 JDBC statements;
  851. 0 nanoseconds spent executing 0 JDBC batches;
  852. 0 nanoseconds spent performing 0 L2C puts;
  853. 0 nanoseconds spent performing 0 L2C hits;
  854. 0 nanoseconds spent performing 0 L2C misses;
  855. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  856. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  857. }
  858. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,253| Session Metrics {
  859. 0 nanoseconds spent acquiring 0 JDBC connections;
  860. 0 nanoseconds spent releasing 0 JDBC connections;
  861. 0 nanoseconds spent preparing 0 JDBC statements;
  862. 0 nanoseconds spent executing 0 JDBC statements;
  863. 0 nanoseconds spent executing 0 JDBC batches;
  864. 0 nanoseconds spent performing 0 L2C puts;
  865. 0 nanoseconds spent performing 0 L2C hits;
  866. 0 nanoseconds spent performing 0 L2C misses;
  867. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  868. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  869. }
  870. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:23:19,261| Session Metrics {
  871. 0 nanoseconds spent acquiring 0 JDBC connections;
  872. 0 nanoseconds spent releasing 0 JDBC connections;
  873. 0 nanoseconds spent preparing 0 JDBC statements;
  874. 0 nanoseconds spent executing 0 JDBC statements;
  875. 0 nanoseconds spent executing 0 JDBC batches;
  876. 0 nanoseconds spent performing 0 L2C puts;
  877. 0 nanoseconds spent performing 0 L2C hits;
  878. 0 nanoseconds spent performing 0 L2C misses;
  879. 0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  880. 0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  881. }
  882. INFO - CglibAopProxy.doValidateClass(264) |2021-05-17 17:23:19,275| Unable to proxy method [public final void org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests.setApplicationContext(org.springframework.context.ApplicationContext)] because it is final: All calls to this method via a proxy will NOT be routed to the target instance.
  883. INFO - TransactionContext.startTransaction(101) |2021-05-17 17:23:19,342| Began transaction (1) for test context [DefaultTestContext@195ec07 testClass = ConfigurationTester, testInstance = org.openmrs.module.initializer.validator.ConfigurationTester@7c4cc702, testMethod = loadConfiguration@ConfigurationTester, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@32e4796c testClass = ConfigurationTester, locations = '{classpath:applicationContext-service.xml, classpath*:TestingApplicationContext.xml, classpath*:moduleApplicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate4.HibernateTransactionManager@2a2c0559]; rollback [true]
  884. WARN - IdgenTask.run(32) |2021-05-17 17:23:29,024| Not running scheduled task. DaemonToken = null; enabled = false
  885. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:23:38,714| mysqld: 2021-05-17 17:23:38 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 4268ms. The settings might not be optimal. (flushed=5 and evicted=0, during the time.)
  886. WARN - HqlSqlWalker.generatePositionalParameter(1009) |2021-05-17 17:23:53,255| [DEPRECATION] Encountered positional parameter near line 1, column 45 in HQL: [from org.openmrs.User u where (u.username = ? or u.systemId = ? or u.systemId = ?) and u.retired = '0']. Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
  887. WARN - HqlSqlWalker.generatePositionalParameter(1009) |2021-05-17 17:23:53,256| [DEPRECATION] Encountered positional parameter near line 1, column 63 in HQL: [from org.openmrs.User u where (u.username = ? or u.systemId = ? or u.systemId = ?) and u.retired = '0']. Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
  888. WARN - HqlSqlWalker.generatePositionalParameter(1009) |2021-05-17 17:23:53,256| [DEPRECATION] Encountered positional parameter near line 1, column 81 in HQL: [from org.openmrs.User u where (u.username = ? or u.systemId = ? or u.systemId = ?) and u.retired = '0']. Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.
  889. INFO - Util.getDirectory(76) |2021-05-17 17:23:53,360| Created directory: /tmp/MariaDB4j/data/34391
  890. INFO - Util.forceExecutable(103) |2021-05-17 17:23:53,414| chmod +x requested on non-existing file: /tmp/MariaDB4j/base/bin/mysql_install_db
  891. INFO - DB.installPreparation(101) |2021-05-17 17:23:53,414| Installing a new embedded database to: /tmp/MariaDB4j/base
  892. INFO - ManagedProcess.startPreparation(167) |2021-05-17 17:23:53,414| Starting Program [/tmp/MariaDB4j/base/scripts/mysql_install_db, --datadir=/tmp/MariaDB4j/data/34391, --basedir=/tmp/MariaDB4j/base, --no-defaults, --force, --skip-name-resolve] (in working directory /tmp/MariaDB4j/base)
  893. INFO - ManagedProcess.waitForExit(416) |2021-05-17 17:23:53,515| Thread is now going to wait for this process to terminate itself: Program [/tmp/MariaDB4j/base/scripts/mysql_install_db, --datadir=/tmp/MariaDB4j/data/34391, --basedir=/tmp/MariaDB4j/base, --no-defaults, --force, --skip-name-resolve] (in working directory /tmp/MariaDB4j/base)
  894. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:23:53,791| mysql_install_db: Installing MariaDB/MySQL system tables in '/tmp/MariaDB4j/data/34391' ...
  895. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:02,640| mysqld: 2021-05-17 17:24:02 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 4058ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
  896. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,057| mysql_install_db: OK
  897. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,057| mysql_install_db:
  898. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,057| mysql_install_db: To start mysqld at boot time you have to copy
  899. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,058| mysql_install_db: support-files/mysql.server to the right place for your system
  900. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,059| mysql_install_db:
  901. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,059| mysql_install_db: PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER !
  902. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,060| mysql_install_db: To do so, start the server, then issue the following commands:
  903. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,060| mysql_install_db:
  904. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,060| mysql_install_db: '/tmp/MariaDB4j/base/bin/mysqladmin' -u root password 'new-password'
  905. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,060| mysql_install_db: '/tmp/MariaDB4j/base/bin/mysqladmin' -u root -h password 'new-password'
  906. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,060| mysql_install_db:
  907. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,061| mysql_install_db: Alternatively you can run:
  908. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,061| mysql_install_db: '/tmp/MariaDB4j/base/bin/mysql_secure_installation'
  909. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,061| mysql_install_db:
  910. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,061| mysql_install_db: which will also give you the option of removing the test
  911. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,061| mysql_install_db: databases and anonymous user created by default. This is
  912. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,061| mysql_install_db: strongly recommended for production servers.
  913. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,062| mysql_install_db:
  914. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,062| mysql_install_db: See the MariaDB Knowledgebase at http://mariadb.com/kb or the
  915. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,062| mysql_install_db: MySQL manual for more instructions.
  916. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,062| mysql_install_db:
  917. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,062| mysql_install_db: You can start the MariaDB daemon with:
  918. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,062| mysql_install_db: cd '/tmp/MariaDB4j/base' ; /tmp/MariaDB4j/base/bin/mysqld_safe --datadir='/tmp/MariaDB4j/data/34391'
  919. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,063| mysql_install_db:
  920. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,063| mysql_install_db: You can test the MariaDB daemon with mysql-test-run.pl
  921. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,063| mysql_install_db: cd '/tmp/MariaDB4j/base/mysql-test' ; perl mysql-test-run.pl
  922. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,063| mysql_install_db:
  923. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,064| mysql_install_db: Please report any problems at http://mariadb.org/jira
  924. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,064| mysql_install_db:
  925. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,064| mysql_install_db: The latest information about MariaDB is available at http://mariadb.org/.
  926. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,064| mysql_install_db: You can find additional information about the MySQL part at:
  927. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,064| mysql_install_db: http://dev.mysql.com
  928. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,064| mysql_install_db: Consider joining MariaDB's strong and vibrant community:
  929. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,064| mysql_install_db: https://mariadb.org/get-involved/
  930. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,064| mysql_install_db:
  931. INFO - LoggingExecuteResultHandler.onProcessComplete(47) |2021-05-17 17:24:54,067| Program [/tmp/MariaDB4j/base/scripts/mysql_install_db, --datadir=/tmp/MariaDB4j/data/34391, --basedir=/tmp/MariaDB4j/base, --no-defaults, --force, --skip-name-resolve] (in working directory /tmp/MariaDB4j/base) just exited, with value 0
  932. INFO - DB.install(136) |2021-05-17 17:24:54,077| Installation complete.
  933. INFO - DB.start(149) |2021-05-17 17:24:54,078| Starting up the database...
  934. INFO - DB.startPreparation(193) |2021-05-17 17:24:54,083| mysqld executable: /tmp/MariaDB4j/base/bin/mysqld
  935. INFO - ManagedProcess.startPreparation(167) |2021-05-17 17:24:54,084| Starting Program [/tmp/MariaDB4j/base/bin/mysqld, --no-defaults, --console, --skip-grant-tables, --max_allowed_packet=64M, --basedir=/tmp/MariaDB4j/base, --datadir=/tmp/MariaDB4j/data/34391, --port=34391, --socket=/tmp/MariaDB4j.34391.sock] (in working directory /tmp/MariaDB4j/base)
  936. INFO - ManagedProcess.startAndWaitForConsoleMessageMaxMs(253) |2021-05-17 17:24:54,084| Thread will wait for "mysqld: ready for connections." to appear in Console output of process Program [/tmp/MariaDB4j/base/bin/mysqld, --no-defaults, --console, --skip-grant-tables, --max_allowed_packet=64M, --basedir=/tmp/MariaDB4j/base, --datadir=/tmp/MariaDB4j/data/34391, --port=34391, --socket=/tmp/MariaDB4j.34391.sock] (in working directory /tmp/MariaDB4j/base) for max. 30000ms
  937. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,211| mysqld: 2021-05-17 17:24:54 139956903391872 [Note] /tmp/MariaDB4j/base/bin/mysqld (mysqld 10.2.11-MariaDB) starting as process 494121 ...
  938. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,240| mysqld: 2021-05-17 17:24:54 139956903391872 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  939. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,241| mysqld: 2021-05-17 17:24:54 139956903391872 [Note] InnoDB: Uses event mutexes
  940. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,241| mysqld: 2021-05-17 17:24:54 139956903391872 [Note] InnoDB: Compressed tables use zlib 1.2.3
  941. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,241| mysqld: 2021-05-17 17:24:54 139956903391872 [Note] InnoDB: Using Linux native AIO
  942. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,241| mysqld: 2021-05-17 17:24:54 139956903391872 [Note] InnoDB: Number of pools: 1
  943. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,241| mysqld: 2021-05-17 17:24:54 139956903391872 [Note] InnoDB: Using SSE2 crc32 instructions
  944. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,242| mysqld: 2021-05-17 17:24:54 139956903391872 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
  945. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,247| mysqld: 2021-05-17 17:24:54 139956903391872 [Note] InnoDB: Completed initialization of buffer pool
  946. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,249| mysqld: 2021-05-17 17:24:54 139956198545152 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
  947. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,251| mysqld: 2021-05-17 17:24:54 139956903391872 [Note] InnoDB: Highest supported file format is Barracuda.
  948. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,303| mysqld: 2021-05-17 17:24:54 139956903391872 [Note] InnoDB: 128 out of 128 rollback segments are active.
  949. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,303| mysqld: 2021-05-17 17:24:54 139956903391872 [Note] InnoDB: Creating shared tablespace for temporary tables
  950. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,303| mysqld: 2021-05-17 17:24:54 139956903391872 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
  951. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,303| mysqld: 2021-05-17 17:24:54 139956903391872 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
  952. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,305| mysqld: 2021-05-17 17:24:54 139956903391872 [Note] InnoDB: 5.7.20 started; log sequence number 1620206
  953. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,305| mysqld: 2021-05-17 17:24:54 139956030777088 [Note] InnoDB: Loading buffer pool(s) from /tmp/MariaDB4j/data/34391/ib_buffer_pool
  954. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,306| mysqld: 2021-05-17 17:24:54 139956903391872 [Note] Plugin 'FEEDBACK' is disabled.
  955. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,306| mysqld: 2021-05-17 17:24:54 139956030777088 [Note] InnoDB: Buffer pool(s) load completed at 210517 17:24:54
  956. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,444| mysqld: 2021-05-17 17:24:54 139956903391872 [Note] Server socket created on IP: '::'.
  957. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,564| mysqld: 2021-05-17 17:24:54 139956903391872 [Note] Reading of all Master_info entries succeded
  958. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,564| mysqld: 2021-05-17 17:24:54 139956903391872 [Note] Added new Master_info '' to hash table
  959. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,565| mysqld: 2021-05-17 17:24:54 139956903391872 [Note] /tmp/MariaDB4j/base/bin/mysqld: ready for connections.
  960. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:24:54,565| mysqld: Version: '10.2.11-MariaDB' socket: '/tmp/MariaDB4j.34391.sock' port: 34391 MariaDB Server
  961. INFO - DB.start(164) |2021-05-17 17:24:54,587| Database startup complete.
  962. INFO - DB.run(278) |2021-05-17 17:24:54,587| Running a command: create database if not exists `openmrs`;
  963. INFO - ManagedProcess.startPreparation(167) |2021-05-17 17:24:54,588| Starting Program [/tmp/MariaDB4j/base/bin/mysql, --socket=/tmp/MariaDB4j.34391.sock] (in working directory /tmp/MariaDB4j/base)
  964. INFO - ManagedProcess.waitForExit(416) |2021-05-17 17:24:54,690| Thread is now going to wait for this process to terminate itself: Program [/tmp/MariaDB4j/base/bin/mysql, --socket=/tmp/MariaDB4j.34391.sock] (in working directory /tmp/MariaDB4j/base)
  965. INFO - LoggingExecuteResultHandler.onProcessComplete(47) |2021-05-17 17:24:55,639| Program [/tmp/MariaDB4j/base/bin/mysql, --socket=/tmp/MariaDB4j.34391.sock] (in working directory /tmp/MariaDB4j/base) just exited, with value 0
  966. INFO - DB.run(304) |2021-05-17 17:24:55,643| Successfully ran the command: create database if not exists `openmrs`;
  967. WARN - OrderedFile.<init>(25) |2021-05-17 17:24:56,125| OrderedFile does not provide an implementation to fetch the loading order from files.
  968. WARN - OrderedFile.<init>(25) |2021-05-17 17:24:56,145| OrderedFile does not provide an implementation to fetch the loading order from files.
  969. INFO - LoggingAdvice.invoke(116) |2021-05-17 17:24:56,162| In method MetadataSharingService.purgePreviousAssessments. Arguments:
  970. INFO - LoggingAdvice.invoke(156) |2021-05-17 17:24:56,199| Exiting method purgePreviousAssessments
  971. Security framework of XStream not initialized, XStream is probably vulnerable.
  972. INFO - LoggingAdvice.invoke(116) |2021-05-17 17:24:56,351| In method MetadataService.createBlob. Arguments: byte[]=[B@3fe73f7,
  973. INFO - LoggingAdvice.invoke(156) |2021-05-17 17:24:56,355| Exiting method createBlob
  974. INFO - Task.log(131) |2021-05-17 17:24:56,360| Saving import state
  975. INFO - Task.log(131) |2021-05-17 17:24:56,361| Importing subpackage 1 of 1
  976. INFO - Task.log(131) |2021-05-17 17:24:56,361| Resolving related items
  977. INFO - Task.log(131) |2021-05-17 17:24:56,464| Adjusting import settings
  978. INFO - Task.log(131) |2021-05-17 17:24:56,465| Loading existing items
  979. INFO - Task.log(131) |2021-05-17 17:24:56,471| Converting items
  980. INFO - Task.log(131) |2021-05-17 17:24:56,492| Setting audit fields
  981. INFO - Task.log(131) |2021-05-17 17:24:56,607| Merging items
  982. INFO - Task.log(131) |2021-05-17 17:24:56,609| Preparing items to save
  983. INFO - Task.log(131) |2021-05-17 17:24:56,610| Validating items
  984. INFO - Task.log(131) |2021-05-17 17:24:56,644| Saving items
  985. INFO - LoggingAdvice.invoke(116) |2021-05-17 17:25:01,169| In method ConceptService.saveConceptSource. Arguments: ConceptSource=ConceptSource[hashCode=300087d4,uuid=edd52713-8887-47b7-ba9e-6e1148824ca4],
  986. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:25:04,650| mysqld: 2021-05-17 17:25:04 140113573869312 [Note] InnoDB: page_cleaner: 1000ms intended loop took 8293ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
  987. INFO - LoggingAdvice.invoke(156) |2021-05-17 17:25:04,651| Exiting method saveConceptSource
  988. INFO - Task.log(131) |2021-05-17 17:25:04,654| Updating mappings
  989. INFO - LoggingAdvice.invoke(116) |2021-05-17 17:25:04,818| In method MetadataSharingService.saveImportedPackage. Arguments: ImportedPackage=ImportedPackage[hashCode=96e23a3d,uuid=ffda6adc-9056-4a0b-9248-17667c6b0806],
  990. INFO - LoggingAdvice.invoke(156) |2021-05-17 17:25:04,823| Exiting method saveImportedPackage
  991. INFO - Task.log(131) |2021-05-17 17:25:11,890| Import completed
  992. INFO - LoggingAdvice.invoke(116) |2021-05-17 17:25:11,906| In method MetadataService.createBlob. Arguments: byte[]=[B@60fab903,
  993. INFO - LoggingAdvice.invoke(156) |2021-05-17 17:25:11,908| Exiting method createBlob
  994. INFO - Task.log(131) |2021-05-17 17:25:11,909| Saving import state
  995. INFO - Task.log(131) |2021-05-17 17:25:11,914| Importing subpackage 1 of 1
  996. INFO - Task.log(131) |2021-05-17 17:25:11,914| Resolving related items
  997. INFO - Task.log(131) |2021-05-17 17:25:14,131| Adjusting import settings
  998. INFO - Task.log(131) |2021-05-17 17:25:14,132| Loading existing items
  999. INFO - Task.log(131) |2021-05-17 17:25:14,258| Converting items
  1000. INFO - Task.log(131) |2021-05-17 17:25:14,259| Setting audit fields
  1001. INFO - Task.log(131) |2021-05-17 17:25:14,260| Merging items
  1002. INFO - Task.log(131) |2021-05-17 17:25:14,262| Preparing items to save
  1003. INFO - Task.log(131) |2021-05-17 17:25:14,263| Validating items
  1004. INFO - Task.log(131) |2021-05-17 17:25:14,263| Saving items
  1005. INFO - LoggingAdvice.invoke(116) |2021-05-17 17:25:14,265| In method ConceptService.saveConceptSource. Arguments: ConceptSource=ConceptSource[hashCode=40cdf1a,uuid=23a5b378-5065-11de-80cb-001e378ac77e],
  1006. INFO - LoggingAdvice.invoke(156) |2021-05-17 17:25:14,266| Exiting method saveConceptSource
  1007. INFO - Task.log(131) |2021-05-17 17:25:14,269| Updating mappings
  1008. INFO - LoggingAdvice.invoke(116) |2021-05-17 17:25:14,274| In method MetadataSharingService.saveImportedPackage. Arguments: ImportedPackage=ImportedPackage[hashCode=1,uuid=d2543b36-1971-446c-8060-9e373f057c20],
  1009. INFO - LoggingAdvice.invoke(156) |2021-05-17 17:25:14,277| Exiting method saveImportedPackage
  1010. INFO - Task.log(131) |2021-05-17 17:25:14,281| Import completed
  1011. INFO - StatisticalLoggingSessionEventListener.end(275) |2021-05-17 17:25:14,473| Session Metrics {
  1012. 234444 nanoseconds spent acquiring 1 JDBC connections;
  1013. 0 nanoseconds spent releasing 0 JDBC connections;
  1014. 5556449 nanoseconds spent preparing 42 JDBC statements;
  1015. 5690154565 nanoseconds spent executing 37 JDBC statements;
  1016. 7173822274 nanoseconds spent executing 5 JDBC batches;
  1017. 2629927 nanoseconds spent performing 12 L2C puts;
  1018. 0 nanoseconds spent performing 0 L2C hits;
  1019. 997189 nanoseconds spent performing 9 L2C misses;
  1020. 7191676079 nanoseconds spent executing 6 flushes (flushing a total of 17 entities and 0 collections);
  1021. 10334456 nanoseconds spent executing 22 partial-flushes (flushing a total of 9 entities and 9 collections)
  1022. }
  1023. INFO - TransactionContext.endTransaction(136) |2021-05-17 17:25:14,474| Rolled back transaction for test context [DefaultTestContext@195ec07 testClass = ConfigurationTester, testInstance = org.openmrs.module.initializer.validator.ConfigurationTester@7c4cc702, testMethod = loadConfiguration@ConfigurationTester, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@32e4796c testClass = ConfigurationTester, locations = '{classpath:applicationContext-service.xml, classpath*:TestingApplicationContext.xml, classpath*:moduleApplicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]].
  1024. INFO - DB$1.run(396) |2021-05-17 17:25:14,475| cleanupOnExit() ShutdownHook now stopping database
  1025. INFO - DB$1.run(396) |2021-05-17 17:25:14,476| cleanupOnExit() ShutdownHook now stopping database
  1026. INFO - DB$1.run(396) |2021-05-17 17:25:14,475| cleanupOnExit() ShutdownHook now stopping database
  1027. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:25:14,483| mysqld: 2021-05-17 17:25:14 139956830918400 [Note] /tmp/MariaDB4j/base/bin/mysqld (unknown): Normal shutdown
  1028. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:25:14,483| mysqld:
  1029. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:25:14,483| mysqld: 2021-05-17 17:25:14 139956072740608 [Note] InnoDB: FTS optimize thread exiting.
  1030. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:25:14,483| mysqld: 2021-05-17 17:25:14 139956830918400 [Note] InnoDB: Starting shutdown...
  1031. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:25:14,483| mysqld: 2021-05-17 17:25:14 139956030777088 [Note] InnoDB: Dumping buffer pool(s) to /tmp/MariaDB4j/data/34391/ib_buffer_pool
  1032. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:25:14,483| mysqld: 2021-05-17 17:25:14 139956030777088 [Note] InnoDB: Buffer pool(s) dump completed at 210517 17:25:14
  1033. INFO - AbstractApplicationContext.doClose(862) |2021-05-17 17:25:14,483| Closing org.springframework.context.support.GenericApplicationContext@2b48a640: startup date [Mon May 17 16:53:28 EAT 2021]; root of context hierarchy
  1034. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:25:14,483| mysqld: 2021-05-17 17:25:14 140113871877888 [Note] /tmp/MariaDB4j/base/bin/mysqld (unknown): Normal shutdown
  1035. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:25:14,484| mysqld:
  1036. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:25:14,483| mysqld: 2021-05-17 17:25:14 139924758734592 [Note] /tmp/MariaDB4j/base/bin/mysqld (unknown): Normal shutdown
  1037. INFO - SLF4jLogOutputStream.processLine(63) |2021-05-17 17:25:14,487| mysqld:
  1038. INFO - ExecutorConfigurationSupport.shutdown(203) |2021-05-17 17:25:14,610| Shutting down ExecutorService 'addressHierarchyTimerFactory'
  1039. INFO - ExecutorConfigurationSupport.shutdown(203) |2021-05-17 17:25:14,612| Shutting down ExecutorService 'reportingTimerFactory'
  1040. INFO - ExecutorConfigurationSupport.shutdown(203) |2021-05-17 17:25:14,614| Shutting down ExecutorService 'idgenTimerFactory'
  1041. INFO - EhCacheManagerFactoryBean.destroy(181) |2021-05-17 17:25:14,729| Shutting down EhCache CacheManager
  1042. WARN - ThreadPoolAsynchronousRunner$PoolThread.run(653) |2021-05-17 17:25:14,741| Thread[C3P0PooledConnectionPoolManager[identityToken->z8kfsxahy0nk3p1nx7bo5|119db52f]-HelperThread-#2,5,main] -- caught unexpected Exception while executing posted task.
  1043. java.lang.IllegalStateException: Timer already cancelled.
  1044. at java.util.Timer.sched(Timer.java:397)
  1045. at java.util.Timer.schedule(Timer.java:193)
  1046. at com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask.run(BasicResourcePool.java:1905)
  1047. at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:648)
  1048. INFO - LoggingExecuteResultHandler.onProcessComplete(47) |2021-05-17 17:25:16,264| Program [/tmp/MariaDB4j/base/bin/mysqld, --no-defaults, --console, --skip-grant-tables, --max_allowed_packet=64M, --basedir=/tmp/MariaDB4j/base, --datadir=/tmp/MariaDB4j/data/45387, --port=45387, --socket=/tmp/MariaDB4j.45387.sock] (in working directory /tmp/MariaDB4j/base) just exited, with value 0
  1049. INFO - ManagedProcess.destroy(350) |2021-05-17 17:25:16,289| Successfully destroyed Program [/tmp/MariaDB4j/base/bin/mysqld, --no-defaults, --console, --skip-grant-tables, --max_allowed_packet=64M, --basedir=/tmp/MariaDB4j/base, --datadir=/tmp/MariaDB4j/data/45387, --port=45387, --socket=/tmp/MariaDB4j.45387.sock] (in working directory /tmp/MariaDB4j/base)
  1050. INFO - DB.stop(328) |2021-05-17 17:25:16,289| Database stopped.
  1051. INFO - DB$1.run(404) |2021-05-17 17:25:16,290| cleanupOnExit() ShutdownHook quietly deleting temporary DB data directory: /tmp/MariaDB4j/data/45387
  1052. INFO - DB$1.run(408) |2021-05-17 17:25:16,311| cleanupOnExit() ShutdownHook quietly deleting temporary DB base directory: /tmp/MariaDB4j/base
  1053. INFO - LoggingExecuteResultHandler.onProcessComplete(47) |2021-05-17 17:25:16,339| Program [/tmp/MariaDB4j/base/bin/mysqld, --no-defaults, --console, --skip-grant-tables, --max_allowed_packet=64M, --basedir=/tmp/MariaDB4j/base, --datadir=/tmp/MariaDB4j/data/34391, --port=34391, --socket=/tmp/MariaDB4j.34391.sock] (in working directory /tmp/MariaDB4j/base) just exited, with value 0
  1054. INFO - ManagedProcess.destroy(350) |2021-05-17 17:25:16,342| Successfully destroyed Program [/tmp/MariaDB4j/base/bin/mysqld, --no-defaults, --console, --skip-grant-tables, --max_allowed_packet=64M, --basedir=/tmp/MariaDB4j/base, --datadir=/tmp/MariaDB4j/data/34391, --port=34391, --socket=/tmp/MariaDB4j.34391.sock] (in working directory /tmp/MariaDB4j/base)
  1055. INFO - DB.stop(328) |2021-05-17 17:25:16,342| Database stopped.
  1056. INFO - DB$1.run(404) |2021-05-17 17:25:16,342| cleanupOnExit() ShutdownHook quietly deleting temporary DB data directory: /tmp/MariaDB4j/data/34391
  1057. INFO - LoggingExecuteResultHandler.onProcessComplete(47) |2021-05-17 17:25:17,043| Program [/tmp/MariaDB4j/base/bin/mysqld, --no-defaults, --console, --skip-grant-tables, --max_allowed_packet=64M, --basedir=/tmp/MariaDB4j/base, --datadir=/tmp/MariaDB4j/data/37987, --port=37987, --socket=/tmp/MariaDB4j.37987.sock] (in working directory /tmp/MariaDB4j/base) just exited, with value 0
  1058. INFO - ManagedProcess.destroy(350) |2021-05-17 17:25:17,052| Successfully destroyed Program [/tmp/MariaDB4j/base/bin/mysqld, --no-defaults, --console, --skip-grant-tables, --max_allowed_packet=64M, --basedir=/tmp/MariaDB4j/base, --datadir=/tmp/MariaDB4j/data/37987, --port=37987, --socket=/tmp/MariaDB4j.37987.sock] (in working directory /tmp/MariaDB4j/base)
  1059. INFO - DB.stop(328) |2021-05-17 17:25:17,053| Database stopped.
  1060. INFO - DB$1.run(404) |2021-05-17 17:25:17,053| cleanupOnExit() ShutdownHook quietly deleting temporary DB data directory: /tmp/MariaDB4j/data/37987
  1061. amuj@amuj-d3v:/srv/applications/openmrs/openmrs-module-initializer$
  1062.  
Add Comment
Please, Sign In to add comment