Advertisement
Guest User

Untitled

a guest
Jun 12th, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 289.44 KB | None | 0 0
  1.  
  2. C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments>mvn clean install -U
  3. [INFO] Scanning for projects...
  4. [WARNING]
  5. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:attachments-api-2.0:jar:2.3.0-SNAPSHOT
  6. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ org.openmrs.module:attachments-api-2.0:[unknown-version], C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\api-2.0\pom.xml, line 164, column 21
  7. [WARNING]
  8. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:attachments-omod-2.0:jar:2.3.0-SNAPSHOT
  9. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ org.openmrs.module:attachments-omod-2.0:[unknown-version], C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\omod-2.0\pom.xml, line 236, column 15
  10. [WARNING]
  11. [WARNING] Some problems were encountered while building the effective model for org.openmrs.module:attachments-omod:jar:2.3.0-SNAPSHOT
  12. [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-dependency-plugin @ org.openmrs.module:attachments-omod:[unknown-version], C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\omod\pom.xml, line 333, column 12
  13. [WARNING]
  14. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  15. [WARNING]
  16. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  17. [WARNING]
  18. [INFO] ------------------------------------------------------------------------
  19. [INFO] Reactor Build Order:
  20. [INFO]
  21. [INFO] Attachments
  22. [INFO] Attachments API
  23. [INFO] Attachments API 1.11
  24. [INFO] Attachments API 2.0
  25. [INFO] Attachments OMOD 1.10
  26. [INFO] Attachments OMOD 2.0
  27. [INFO] Attachments OMOD
  28. [INFO]
  29. [INFO] ------------------------------------------------------------------------
  30. [INFO] Building Attachments 2.3.0-SNAPSHOT
  31. [INFO] ------------------------------------------------------------------------
  32. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml
  33. Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml
  34. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml
  35. Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml (1.0 kB at 432 B/s)
  36. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml (1.1 kB at 156 B/s)
  37. [INFO]
  38. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ attachments ---
  39. [INFO] Deleting C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\target
  40. [INFO]
  41. [INFO] --- formatter-maven-plugin:2.7.1:format (default) @ attachments ---
  42. [INFO] Using 'UTF-8' encoding to format source files.
  43. [INFO] Number of files to be formatted: 119
  44. [WARNING]
  45. java.io.FileNotFoundException: C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\api\src\main\java\org\openmrs\module\attachments\AttachmentsService.java (The process cannot access the file because it is being used by another process)
  46. at java.io.FileOutputStream.open0 (Native Method)
  47. at java.io.FileOutputStream.open (FileOutputStream.java:270)
  48. at java.io.FileOutputStream.<init> (FileOutputStream.java:213)
  49. at java.io.FileOutputStream.<init> (FileOutputStream.java:162)
  50. at org.codehaus.plexus.util.WriterFactory.newWriter (WriterFactory.java:180)
  51. at net.revelc.code.formatter.FormatterMojo.writeStringToFile (FormatterMojo.java:630)
  52. at net.revelc.code.formatter.FormatterMojo.doFormatFile (FormatterMojo.java:576)
  53. at net.revelc.code.formatter.FormatterMojo.formatFile (FormatterMojo.java:466)
  54. at net.revelc.code.formatter.FormatterMojo.execute (FormatterMojo.java:344)
  55. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:134)
  56. at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
  57. at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
  58. at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
  59. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
  60. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
  61. at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:51)
  62. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
  63. at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:309)
  64. at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194)
  65. at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107)
  66. at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955)
  67. at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
  68. at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
  69. at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
  70. at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
  71. at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
  72. at java.lang.reflect.Method.invoke (Method.java:498)
  73. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
  74. at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
  75. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
  76. at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
  77. [INFO] Successfully formatted: 25 file(s)
  78. [INFO] Fail to format: 1 file(s)
  79. [INFO] Skipped: 94 file(s)
  80. [INFO] Read only skipped: 0 file(s)
  81. [INFO] Approximate time taken: 6s
  82. [INFO]
  83. [INFO] --- maven-install-plugin:2.4:install (default-install) @ attachments ---
  84. [INFO] Installing C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\pom.xml to C:\Users\SHARIF\.m2\repository\org\openmrs\module\attachments\2.3.0-SNAPSHOT\attachments-2.3.0-SNAPSHOT.pom
  85. [INFO]
  86. [INFO] ------------------------------------------------------------------------
  87. [INFO] Building Attachments API 2.3.0-SNAPSHOT
  88. [INFO] ------------------------------------------------------------------------
  89. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/coobird/thumbnailator/maven-metadata.xml
  90. Downloading from central: https://repo.maven.apache.org/maven2/net/coobird/thumbnailator/maven-metadata.xml
  91. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/net/coobird/thumbnailator/maven-metadata.xml
  92. Downloading from openmrs-repo-thirdparty: http://mavenrepo.openmrs.org/nexus/content/repositories/thirdparty/net/coobird/thumbnailator/maven-metadata.xml
  93. Downloaded from central: https://repo.maven.apache.org/maven2/net/coobird/thumbnailator/maven-metadata.xml (645 B at 1.1 kB/s)
  94. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/net/coobird/thumbnailator/maven-metadata.xml (673 B at 194 B/s)
  95. [INFO]
  96. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ attachments-api ---
  97. [INFO] Deleting C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\api\target
  98. [INFO]
  99. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ attachments-api ---
  100. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  101. [INFO] Copying 6 resources
  102. [INFO]
  103. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ attachments-api ---
  104. [INFO] Changes detected - recompiling the module!
  105. [INFO] Compiling 20 source files to C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\api\target\classes
  106. [INFO]
  107. [INFO] --- formatter-maven-plugin:2.7.1:format (default) @ attachments-api ---
  108. [INFO] Using 'UTF-8' encoding to format source files.
  109. [INFO] Number of files to be formatted: 24
  110. [INFO] Successfully formatted: 24 file(s)
  111. [INFO] Fail to format: 0 file(s)
  112. [INFO] Skipped: 0 file(s)
  113. [INFO] Read only skipped: 0 file(s)
  114. [INFO] Approximate time taken: 0s
  115. [INFO]
  116. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ attachments-api ---
  117. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  118. [INFO] Copying 6 resources
  119. [INFO]
  120. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ attachments-api ---
  121. [INFO] Changes detected - recompiling the module!
  122. [INFO] Compiling 4 source files to C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\api\target\test-classes
  123. [INFO]
  124. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ attachments-api ---
  125. [INFO] Surefire report directory: C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\api\target\surefire-reports
  126.  
  127. -------------------------------------------------------
  128. T E S T S
  129. -------------------------------------------------------
  130. Running org.openmrs.module.attachments.AttachmentsContextTest
  131. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.019 sec
  132. Running org.openmrs.module.attachments.obs.ImageAttachmentHandlerTest
  133. ERROR - Context.getServiceContext(252) |2020-06-12 11:30:08,995| serviceContext is null. Creating new ServiceContext()
  134. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 56.795 sec
  135. Running org.openmrs.module.attachments.obs.ValueComplexTest
  136. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
  137.  
  138. Results :
  139.  
  140. Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
  141.  
  142. [INFO]
  143. [INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ attachments-api ---
  144. [INFO] Building jar: C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\api\target\attachments-api-2.3.0-SNAPSHOT.jar
  145. [INFO]
  146. [INFO] --- maven-jar-plugin:2.2:test-jar (default) @ attachments-api ---
  147. [INFO] Building jar: C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\api\target\attachments-api-2.3.0-SNAPSHOT-tests.jar
  148. [INFO]
  149. [INFO] --- maven-install-plugin:2.4:install (default-install) @ attachments-api ---
  150. [INFO] Installing C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\api\target\attachments-api-2.3.0-SNAPSHOT.jar to C:\Users\SHARIF\.m2\repository\org\openmrs\module\attachments-api\2.3.0-SNAPSHOT\attachments-api-2.3.0-SNAPSHOT.jar
  151. [INFO] Installing C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\api\pom.xml to C:\Users\SHARIF\.m2\repository\org\openmrs\module\attachments-api\2.3.0-SNAPSHOT\attachments-api-2.3.0-SNAPSHOT.pom
  152. [INFO] Installing C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\api\target\attachments-api-2.3.0-SNAPSHOT-tests.jar to C:\Users\SHARIF\.m2\repository\org\openmrs\module\attachments-api\2.3.0-SNAPSHOT\attachments-api-2.3.0-SNAPSHOT-tests.jar
  153. [INFO]
  154. [INFO] ------------------------------------------------------------------------
  155. [INFO] Building Attachments API 1.11 2.3.0-SNAPSHOT
  156. [INFO] ------------------------------------------------------------------------
  157. [INFO]
  158. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ attachments-api-1.11 ---
  159. [INFO] Deleting C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\api-1.11\target
  160. [INFO]
  161. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ attachments-api-1.11 ---
  162. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  163. [INFO] skip non existing resourceDirectory C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\api-1.11\src\main\resources
  164. [INFO]
  165. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ attachments-api-1.11 ---
  166. [INFO] Changes detected - recompiling the module!
  167. [INFO] Compiling 1 source file to C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\api-1.11\target\classes
  168. [INFO]
  169. [INFO] --- formatter-maven-plugin:2.7.1:format (default) @ attachments-api-1.11 ---
  170. [INFO] Using 'UTF-8' encoding to format source files.
  171. [INFO] Number of files to be formatted: 1
  172. [INFO] Successfully formatted: 1 file(s)
  173. [INFO] Fail to format: 0 file(s)
  174. [INFO] Skipped: 0 file(s)
  175. [INFO] Read only skipped: 0 file(s)
  176. [INFO] Approximate time taken: 0s
  177. [INFO]
  178. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ attachments-api-1.11 ---
  179. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  180. [INFO] skip non existing resourceDirectory C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\api-1.11\src\test\resources
  181. [INFO] skip non existing resourceDirectory C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\api-1.11\src\test\resources
  182. [INFO]
  183. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ attachments-api-1.11 ---
  184. [INFO] No sources to compile
  185. [INFO]
  186. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ attachments-api-1.11 ---
  187. [INFO] No tests to run.
  188. [INFO]
  189. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ attachments-api-1.11 ---
  190. [INFO] Building jar: C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\api-1.11\target\attachments-api-1.11-2.3.0-SNAPSHOT.jar
  191. [INFO]
  192. [INFO] --- maven-install-plugin:2.4:install (default-install) @ attachments-api-1.11 ---
  193. [INFO] Installing C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\api-1.11\target\attachments-api-1.11-2.3.0-SNAPSHOT.jar to C:\Users\SHARIF\.m2\repository\org\openmrs\module\attachments-api-1.11\2.3.0-SNAPSHOT\attachments-api-1.11-2.3.0-SNAPSHOT.jar
  194. [INFO] Installing C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\api-1.11\pom.xml to C:\Users\SHARIF\.m2\repository\org\openmrs\module\attachments-api-1.11\2.3.0-SNAPSHOT\attachments-api-1.11-2.3.0-SNAPSHOT.pom
  195. [INFO]
  196. [INFO] ------------------------------------------------------------------------
  197. [INFO] Building Attachments API 2.0 2.3.0-SNAPSHOT
  198. [INFO] ------------------------------------------------------------------------
  199. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/distro/referenceapplication/2.5-SNAPSHOT/maven-metadata.xml
  200. Downloading from openmrs-repo-thirdparty: http://mavenrepo.openmrs.org/nexus/content/repositories/thirdparty/org/openmrs/distro/referenceapplication/2.5-SNAPSHOT/maven-metadata.xml
  201. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/openmrs/distro/referenceapplication/2.5-SNAPSHOT/maven-metadata.xml
  202. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/distro/referenceapplication/2.5-SNAPSHOT/maven-metadata.xml (348 B at 81 B/s)
  203. [WARNING] The POM for org.openmrs.module:emrapi-api:jar:1.16 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
  204. [WARNING] The POM for org.openmrs.module:emrapi-api-1.12:jar:1.16 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
  205. Downloading from openmrs-repo-thirdparty: http://mavenrepo.openmrs.org/nexus/content/repositories/thirdparty/org/openmrs/module/htmlformentry-api/3.11.0-SNAPSHOT/maven-metadata.xml
  206. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/openmrs/module/htmlformentry-api/3.11.0-SNAPSHOT/maven-metadata.xml
  207. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/htmlformentry-api/3.11.0-SNAPSHOT/maven-metadata.xml
  208. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/htmlformentry-api/3.11.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 333 B/s)
  209. Downloading from openmrs-repo-thirdparty: http://mavenrepo.openmrs.org/nexus/content/repositories/thirdparty/org/openmrs/module/htmlformentry/3.11.0-SNAPSHOT/maven-metadata.xml
  210. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/openmrs/module/htmlformentry/3.11.0-SNAPSHOT/maven-metadata.xml
  211. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/htmlformentry/3.11.0-SNAPSHOT/maven-metadata.xml
  212. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/htmlformentry/3.11.0-SNAPSHOT/maven-metadata.xml (612 B at 193 B/s)
  213. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/htmlformentry-api-1.10/3.11.0-SNAPSHOT/maven-metadata.xml
  214. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/openmrs/module/htmlformentry-api-1.10/3.11.0-SNAPSHOT/maven-metadata.xml
  215. Downloading from openmrs-repo-thirdparty: http://mavenrepo.openmrs.org/nexus/content/repositories/thirdparty/org/openmrs/module/htmlformentry-api-1.10/3.11.0-SNAPSHOT/maven-metadata.xml
  216. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/htmlformentry-api-1.10/3.11.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 478 B/s)
  217. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/htmlformentry-api-2.0/3.11.0-SNAPSHOT/maven-metadata.xml
  218. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/openmrs/module/htmlformentry-api-2.0/3.11.0-SNAPSHOT/maven-metadata.xml
  219. Downloading from openmrs-repo-thirdparty: http://mavenrepo.openmrs.org/nexus/content/repositories/thirdparty/org/openmrs/module/htmlformentry-api-2.0/3.11.0-SNAPSHOT/maven-metadata.xml
  220. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/module/htmlformentry-api-2.0/3.11.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 459 B/s)
  221. [INFO]
  222. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ attachments-api-2.0 ---
  223. [INFO] Deleting C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\api-2.0\target
  224. [INFO]
  225. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ attachments-api-2.0 ---
  226. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  227. [INFO] skip non existing resourceDirectory C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\api-2.0\src\main\resources
  228. [INFO]
  229. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ attachments-api-2.0 ---
  230. [INFO] Changes detected - recompiling the module!
  231. [INFO] Compiling 3 source files to C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\api-2.0\target\classes
  232. [INFO]
  233. [INFO] --- formatter-maven-plugin:2.7.1:format (default) @ attachments-api-2.0 ---
  234. [INFO] Using 'UTF-8' encoding to format source files.
  235. [INFO] Number of files to be formatted: 5
  236. [INFO] Successfully formatted: 5 file(s)
  237. [INFO] Fail to format: 0 file(s)
  238. [INFO] Skipped: 0 file(s)
  239. [INFO] Read only skipped: 0 file(s)
  240. [INFO] Approximate time taken: 0s
  241. [INFO]
  242. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ attachments-api-2.0 ---
  243. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  244. [INFO] Copying 1 resource
  245. [INFO]
  246. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ attachments-api-2.0 ---
  247. [INFO] Changes detected - recompiling the module!
  248. [INFO] Compiling 2 source files to C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\api-2.0\target\test-classes
  249. [INFO]
  250. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ attachments-api-2.0 ---
  251. [INFO] Surefire report directory: C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\api-2.0\target\surefire-reports
  252.  
  253. -------------------------------------------------------
  254. T E S T S
  255. -------------------------------------------------------
  256. Running org.openmrs.module.attachments.AttachmentsServiceTest
  257. Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 369.286 sec <<< FAILURE!
  258. getAttachments_shouldThrowWhenFetchingNonComplexObs(org.openmrs.module.attachments.AttachmentsServiceTest) Time elapsed: 0.099 sec <<< ERROR!
  259. java.lang.IllegalStateException: Failed to load ApplicationContext
  260. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:94)
  261. at org.springframework.test.context.DefaultTestContext.getApplicationContext(DefaultTestContext.java:72)
  262. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117)
  263. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83)
  264. at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:212)
  265. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:200)
  266. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:252)
  267. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  268. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:254)
  269. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:217)
  270. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83)
  271. at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
  272. at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
  273. at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
  274. at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
  275. at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
  276. at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
  277. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  278. at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68)
  279. at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
  280. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163)
  281. at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  282. at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  283. at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  284. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  285. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  286. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  287. at java.lang.reflect.Method.invoke(Method.java:498)
  288. at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  289. at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  290. at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  291. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  292. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
  293. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conversionService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: java.util.Set org.openmrs.module.uiframework.UiFrameworkConversionServiceFactoryBean.springManagedConverters; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'stringToAccountDomainWrapperConverter': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.emrapi.account.AccountService org.openmrs.module.emrapi.account.StringToAccountDomainWrapperConverter.accountService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.openmrs.module.emrapi.account.AccountService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  294. Related cause: 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
  295. Related cause: 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
  296. Related cause: 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
  297. Related cause: 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
  298. Related cause: 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
  299. Related cause: 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
  300. Related cause: 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
  301. Related cause: 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
  302. Related cause: 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
  303. Related cause: 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
  304. Related cause: 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
  305. Related cause: 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
  306. Related cause: 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
  307. Related cause: 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
  308. Related cause: 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
  309. Related cause: 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
  310. Related cause: 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
  311. Related cause: 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
  312. Related cause: 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
  313. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerManagementService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/providermanagement-api/2.2/providermanagement-api-2.2.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.providermanagement.api.impl.ProviderManagementServiceImpl#4f20b022' of type [org.openmrs.module.providermanagement.api.impl.ProviderManagementServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.providermanagement.api.impl.ProviderManagementServiceImpl#4f20b022' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/providermanagement-api/2.2/providermanagement-api-2.2.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.providermanagement.api.db.hibernate.HibernateProviderManagementDAO#28f90752' of type [org.openmrs.module.providermanagement.api.db.hibernate.HibernateProviderManagementDAO] while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.providermanagement.api.db.hibernate.HibernateProviderManagementDAO#28f90752' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/providermanagement-api/2.2/providermanagement-api-2.2.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
  314. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerSuggestionService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/providermanagement-api/2.2/providermanagement-api-2.2.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.providermanagement.api.impl.ProviderSuggestionServiceImpl#24fef542' of type [org.openmrs.module.providermanagement.api.impl.ProviderSuggestionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.providermanagement.api.impl.ProviderSuggestionServiceImpl#24fef542' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/providermanagement-api/2.2/providermanagement-api-2.2.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.providermanagement.api.db.hibernate.HibernateProviderManagementDAO#72a34537' of type [org.openmrs.module.providermanagement.api.db.hibernate.HibernateProviderManagementDAO] while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.providermanagement.api.db.hibernate.HibernateProviderManagementDAO#72a34537' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/providermanagement-api/2.2/providermanagement-api-2.2.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
  315. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'htmlFormEntryService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/htmlformentry-api/3.11.0-SNAPSHOT/htmlformentry-api-3.11.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.htmlformentry.impl.HtmlFormEntryServiceImpl#2dd8a273' of type [org.openmrs.module.htmlformentry.impl.HtmlFormEntryServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.htmlformentry.impl.HtmlFormEntryServiceImpl#2dd8a273' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/htmlformentry-api/3.11.0-SNAPSHOT/htmlformentry-api-3.11.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.htmlformentry.db.hibernate.HibernateHtmlFormEntryDAO#768f4b42' 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#768f4b42' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/htmlformentry-api/3.11.0-SNAPSHOT/htmlformentry-api-3.11.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
  316. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingSerializedDefinitionService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl#7c4ca87c' 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#7c4ca87c' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.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
  317. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingReportService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.report.service.ReportServiceImpl#7c31e410' 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#7c31e410' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.report.service.db.HibernateReportDAO#226e07e7' 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#226e07e7' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.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
  318. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingCohortQueryService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.cohort.query.service.CohortQueryServiceImpl#7c0e4e4e' 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#7c0e4e4e' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.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:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.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
  319. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingDataSetQueryService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.reporting.dataset.query.service.BaseDataSetQueryService#3ba97962' 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#3ba97962' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.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:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.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
  320. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.account.AccountServiceImpl#61b8c9de' of type [org.openmrs.module.emrapi.account.AccountServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.account.AccountServiceImpl#61b8c9de' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'userService' while setting bean property 'userService'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'userService': org.springframework.beans.factory.FactoryBeanNotInitializedException: FactoryBean is not fully initialized yet
  321. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adtService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.adt.AdtServiceImpl#5b490d5e' of type [org.openmrs.module.emrapi.adt.AdtServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.adt.AdtServiceImpl#5b490d5e' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'encounterService' while setting bean property 'encounterService'; nested exception is 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
  322. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrConceptService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.concept.EmrConceptServiceImpl#26270b77' of type [org.openmrs.module.emrapi.concept.EmrConceptServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.concept.EmrConceptServiceImpl#26270b77' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.concept.HibernateEmrConceptDAO#1f6c4ae' of type [org.openmrs.module.emrapi.concept.HibernateEmrConceptDAO] while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.concept.HibernateEmrConceptDAO#1f6c4ae' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.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. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPatientService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.patient.EmrPatientServiceImpl#18b04526' of type [org.openmrs.module.emrapi.patient.EmrPatientServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.patient.EmrPatientServiceImpl#18b04526' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.patient.HibernateEmrPatientDAO#b808af5' of type [org.openmrs.module.emrapi.patient.HibernateEmrPatientDAO] while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.patient.HibernateEmrPatientDAO#b808af5' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.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
  324. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPatientProfileService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.patient.EmrPatientProfileServiceImpl#3eee08f5' of type [org.openmrs.module.emrapi.patient.EmrPatientProfileServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.patient.EmrPatientProfileServiceImpl#3eee08f5' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'patientService' while setting bean property 'patientService'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'patientService': org.springframework.beans.factory.FactoryBeanNotInitializedException: FactoryBean is not fully initialized yet
  325. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dispositionService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.disposition.DispositionServiceImpl#246df37b' of type [org.openmrs.module.emrapi.disposition.DispositionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.disposition.DispositionServiceImpl#246df37b' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrConceptService' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrConceptService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.concept.EmrConceptServiceImpl#26270b77' of type [org.openmrs.module.emrapi.concept.EmrConceptServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.concept.EmrConceptServiceImpl#26270b77' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.concept.HibernateEmrConceptDAO#1f6c4ae' of type [org.openmrs.module.emrapi.concept.HibernateEmrConceptDAO] while setting bean property 'dao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.concept.HibernateEmrConceptDAO#1f6c4ae' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.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. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrEncounterServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterServiceTarget' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'adminService' while setting constructor argument; nested exception is 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
  327. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrVisitService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.visit.EmrVisitServiceImpl#2abedbbd' of type [org.openmrs.module.emrapi.visit.EmrVisitServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.visit.EmrVisitServiceImpl#2abedbbd' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'visitService' while setting constructor argument; nested exception is 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
  328. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appFrameworkService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.appframework.service.AppFrameworkServiceImpl#19ac93d2' of type [org.openmrs.module.appframework.service.AppFrameworkServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.appframework.service.AppFrameworkServiceImpl#19ac93d2' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'allComponentsState' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'allComponentsState' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.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. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'attachments.AttachmentsService' defined in URL [jar:file:/C:/Users/SHARIF/eclipse-workspace/openmrs-module-attachments/api/target/attachments-api-2.3.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.attachments.AttachmentsServiceImpl#a99c42c' of type [org.openmrs.module.attachments.AttachmentsServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.attachments.AttachmentsServiceImpl#a99c42c': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.attachments.AttachmentsContext org.openmrs.module.attachments.AttachmentsServiceImpl.ctx; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'attachments.AttachmentsContext': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.openmrs.api.ConceptService org.openmrs.module.emrapi.utils.ModuleProperties.conceptService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.openmrs.api.ConceptService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true), @org.springframework.beans.factory.annotation.Qualifier(value=conceptService)}
  330. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'diagnosisService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.diagnosis.DiagnosisServiceImpl#b34c7c9' of type [org.openmrs.module.emrapi.diagnosis.DiagnosisServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.diagnosis.DiagnosisServiceImpl#b34c7c9' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.openmrs.api.ConceptService org.openmrs.module.emrapi.utils.ModuleProperties.conceptService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.openmrs.api.ConceptService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true), @org.springframework.beans.factory.annotation.Qualifier(value=conceptService)}
  331. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'diagnosisService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.diagnosis.DiagnosisServiceImpl#b34c7c9' of type [org.openmrs.module.emrapi.diagnosis.DiagnosisServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.diagnosis.DiagnosisServiceImpl#b34c7c9' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'obsService' while setting bean property 'obsService'; nested exception is 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
  332. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adtService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.adt.AdtServiceImpl#5b490d5e' of type [org.openmrs.module.emrapi.adt.AdtServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.adt.AdtServiceImpl#5b490d5e' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.openmrs.api.ConceptService org.openmrs.module.emrapi.utils.ModuleProperties.conceptService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.openmrs.api.ConceptService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true), @org.springframework.beans.factory.annotation.Qualifier(value=conceptService)}
  333. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPersonImageService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl#31b6fb14' of type [org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.person.image.EmrPersonImageServiceImpl#31b6fb14' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrApiProperties' while setting bean property 'emrApiProperties'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrApiProperties': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected org.openmrs.api.ConceptService org.openmrs.module.emrapi.utils.ModuleProperties.conceptService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.openmrs.api.ConceptService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true), @org.springframework.beans.factory.annotation.Qualifier(value=conceptService)}
  334. Related cause: 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
  335. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.account.AccountServiceImpl#61b8c9de' of type [org.openmrs.module.emrapi.account.AccountServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.account.AccountServiceImpl#61b8c9de' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'userService' while setting bean property 'userService'; nested exception is 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
  336. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patientService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  337. Related cause: 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
  338. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPatientProfileService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.patient.EmrPatientProfileServiceImpl#3eee08f5' of type [org.openmrs.module.emrapi.patient.EmrPatientProfileServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.patient.EmrPatientProfileServiceImpl#3eee08f5' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'patientService' while setting bean property 'patientService'; nested exception is 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
  339. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  340. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  341. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  342. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'diagnosisService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.diagnosis.DiagnosisServiceImpl#b34c7c9' of type [org.openmrs.module.emrapi.diagnosis.DiagnosisServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.diagnosis.DiagnosisServiceImpl#b34c7c9' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'obsService' while setting bean property 'obsService'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'obsService': org.springframework.beans.factory.FactoryBeanNotInitializedException: FactoryBean is not fully initialized yet
  343. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'obsService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  344. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adtService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.adt.AdtServiceImpl#5b490d5e' of type [org.openmrs.module.emrapi.adt.AdtServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.adt.AdtServiceImpl#5b490d5e' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'encounterService' while setting bean property 'encounterService'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'encounterService': org.springframework.beans.factory.FactoryBeanNotInitializedException: FactoryBean is not fully initialized yet
  345. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  346. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'locationService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  347. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  348. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conditionService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  349. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'diagnosisService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  350. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderSetService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  351. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'formService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  352. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrEncounterServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterServiceTarget' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'adminService' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'adminService': org.springframework.beans.factory.FactoryBeanNotInitializedException: FactoryBean is not fully initialized yet
  353. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adminService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  354. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'datatypeService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  355. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'programWorkflowService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  356. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  357. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cohortService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  358. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'schedulerService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  359. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'alertService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  360. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serializationService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  361. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hL7Service' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  362. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageSourceService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  363. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrVisitService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.visit.EmrVisitServiceImpl#2abedbbd' of type [org.openmrs.module.emrapi.visit.EmrVisitServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.visit.EmrVisitServiceImpl#2abedbbd' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'visitService' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'visitService': org.springframework.beans.factory.FactoryBeanNotInitializedException: FactoryBean is not fully initialized yet
  364. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'visitService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  365. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  366. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerManagementService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/providermanagement-api/2.2/providermanagement-api-2.2.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  367. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerSuggestionService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/providermanagement-api/2.2/providermanagement-api-2.2.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  368. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'htmlFormEntryService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/htmlformentry-api/3.11.0-SNAPSHOT/htmlformentry-api-3.11.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  369. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'attachments.AttachmentsService' defined in URL [jar:file:/C:/Users/SHARIF/eclipse-workspace/openmrs-module-attachments/api/target/attachments-api-2.3.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  370. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingSerializedDefinitionService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  371. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingEvaluationService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  372. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingReportDefinitionService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  373. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingReportService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  374. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingPersonDataService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  375. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingPatientDataService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  376. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingVisitDataService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  377. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingEncounterDataService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  378. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingObsDataService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  379. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingPersonQueryService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  380. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingVisitQueryService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  381. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingEncounterQueryService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  382. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingObsQueryService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  383. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingCohortDefinitionService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  384. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingDataSetDefinitionService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  385. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingIndicatorService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  386. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingDimensionService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  387. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingCohortQueryService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  388. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingDataSetQueryService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  389. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  390. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adtService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  391. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dispositionService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot create inner bean 'org.openmrs.module.emrapi.disposition.DispositionServiceImpl#246df37b' of type [org.openmrs.module.emrapi.disposition.DispositionServiceImpl] while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.openmrs.module.emrapi.disposition.DispositionServiceImpl#246df37b' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'emrConceptService' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'emrConceptService': org.springframework.beans.factory.FactoryBeanNotInitializedException: FactoryBean is not fully initialized yet
  392. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrConceptService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  393. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPatientService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  394. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'applicationEventService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  395. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPersonImageService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  396. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPatientProfileService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  397. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dispositionService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  398. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  399. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrVisitService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  400. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appFrameworkService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  401. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patientService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  402. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'personService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  403. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conceptService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  404. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  405. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'obsService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  406. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encounterService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  407. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'locationService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  408. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  409. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'conditionService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  410. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'diagnosisService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  411. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderSetService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  412. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'formService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  413. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adminService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  414. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'datatypeService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  415. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'programWorkflowService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  416. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  417. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cohortService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  418. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'schedulerService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  419. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'alertService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  420. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serializationService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  421. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hL7Service' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  422. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'messageSourceService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  423. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'visitService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  424. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerService' defined in class path resource [applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  425. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerManagementService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/providermanagement-api/2.2/providermanagement-api-2.2.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  426. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerSuggestionService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/providermanagement-api/2.2/providermanagement-api-2.2.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  427. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'htmlFormEntryService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/htmlformentry-api/3.11.0-SNAPSHOT/htmlformentry-api-3.11.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  428. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'attachments.AttachmentsService' defined in URL [jar:file:/C:/Users/SHARIF/eclipse-workspace/openmrs-module-attachments/api/target/attachments-api-2.3.0-SNAPSHOT.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  429. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingSerializedDefinitionService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  430. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingEvaluationService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  431. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingReportDefinitionService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  432. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingReportService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  433. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingPersonDataService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  434. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingPatientDataService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  435. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingVisitDataService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  436. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingEncounterDataService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  437. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingObsDataService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  438. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingPersonQueryService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  439. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingVisitQueryService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  440. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingEncounterQueryService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  441. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingObsQueryService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  442. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingCohortDefinitionService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  443. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingDataSetDefinitionService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  444. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingIndicatorService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  445. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingDimensionService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  446. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingCohortQueryService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  447. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportingDataSetQueryService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/reporting-api/1.15.0/reporting-api-1.15.0.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  448. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  449. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adtService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  450. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrConceptService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  451. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPatientService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  452. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'applicationEventService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  453. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPersonImageService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  454. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrPatientProfileService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  455. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dispositionService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  456. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrEncounterService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  457. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'emrVisitService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/emrapi-api/1.16/emrapi-api-1.16.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  458. Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'appFrameworkService' defined in URL [jar:file:/C:/Users/SHARIF/.m2/repository/org/openmrs/module/appframework-api/2.2.1/appframework-api-2.2.1.jar!/moduleApplicationContext.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' 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.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext-service.xml]: Invocation of init method failed; nested exception is org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'org.openmrs.PatientIdentifier'
  459. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  460. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202)
  461. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  462. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  463. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  464. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  465. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  466. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
  467. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:741)
  468. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
  469. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:125)
  470. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:60)
  471. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:109)
  472. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:261)
  473. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:68)
  474. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:86)
  475. ... 32 more
  476. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: java.util.Set org.openmrs.module.uiframework.UiFrameworkConversionServiceFactoryBean.springManagedConverters; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'stringToAccountDomainWrapperConverter': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.emrapi.account.AccountService org.openmrs.module.emrapi.account.StringToAccountDomainWrapperConverter.accountService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.openmrs.module.emrapi.account.AccountService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  477. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:561)
  478. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  479. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  480. ... 47 more
  481. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'stringToAccountDomainWrapperConverter': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.emrapi.account.AccountService org.openmrs.module.emrapi.account.StringToAccountDomainWrapperConverter.accountService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.openmrs.module.emrapi.account.AccountService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  482. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  483. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1202)
  484. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  485. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  486. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  487. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  488. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  489. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  490. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1127)
  491. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1003)
  492. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
  493. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:533)
  494. ... 49 more
  495. Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.openmrs.module.emrapi.account.AccountService org.openmrs.module.emrapi.account.StringToAccountDomainWrapperConverter.accountService; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.openmrs.module.emrapi.account.AccountService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  496. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:561)
  497. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  498. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  499. ... 60 more
  500. Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.openmrs.module.emrapi.account.AccountService] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
  501. at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:1308)
  502. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1054)
  503. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:949)
  504. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:533)
  505. ... 62 more
  506.  
  507. getAttachments_shouldBeConsistentAcrossServiceApi(org.openmrs.module.attachments.AttachmentsServiceTest) Time elapsed: 0.004 sec <<< ERROR!
  508. java.lang.IllegalStateException: Failed to load ApplicationContext
  509. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:94)
  510. at org.springframework.test.context.DefaultTestContext.getApplicationContext(DefaultTestContext.java:72)
  511. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117)
  512. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83)
  513. at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:212)
  514. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:200)
  515. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:252)
  516. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  517. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:254)
  518. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:217)
  519. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83)
  520. at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
  521. at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
  522. at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
  523. at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
  524. at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
  525. at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
  526. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  527. at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68)
  528. at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
  529. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163)
  530. at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  531. at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  532. at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  533. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  534. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  535. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  536. at java.lang.reflect.Method.invoke(Method.java:498)
  537. at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  538. at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  539. at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  540. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  541. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
  542. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceContext' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised' to required type 'org.openmrs.api.DiagnosisService' for property 'diagnosisService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [org.openmrs.api.DiagnosisService] for property 'diagnosisService': no matching editors or conversion strategy found
  543. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:547)
  544. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  545. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  546. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  547. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  548. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  549. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
  550. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
  551. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
  552. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:125)
  553. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:60)
  554. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:109)
  555. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:261)
  556. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:68)
  557. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:86)
  558. ... 32 more
  559. Caused by: org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised' to required type 'org.openmrs.api.DiagnosisService' for property 'diagnosisService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [org.openmrs.api.DiagnosisService] for property 'diagnosisService': no matching editors or conversion strategy found
  560. at org.springframework.beans.BeanWrapperImpl.convertIfNecessary(BeanWrapperImpl.java:475)
  561. at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:511)
  562. at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:505)
  563. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.convertForProperty(AbstractAutowireCapableBeanFactory.java:1515)
  564. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1474)
  565. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
  566. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  567. ... 46 more
  568. Caused by: java.lang.IllegalStateException: Cannot convert value of type [com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [org.openmrs.api.DiagnosisService] for property 'diagnosisService': no matching editors or conversion strategy found
  569. at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:287)
  570. at org.springframework.beans.BeanWrapperImpl.convertIfNecessary(BeanWrapperImpl.java:460)
  571. ... 52 more
  572.  
  573. getAttachments_shouldReturnAllAttachments(org.openmrs.module.attachments.AttachmentsServiceTest) Time elapsed: 0.001 sec <<< ERROR!
  574. java.lang.IllegalStateException: Failed to load ApplicationContext
  575. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:94)
  576. at org.springframework.test.context.DefaultTestContext.getApplicationContext(DefaultTestContext.java:72)
  577. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117)
  578. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83)
  579. at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:212)
  580. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:200)
  581. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:252)
  582. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  583. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:254)
  584. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:217)
  585. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83)
  586. at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
  587. at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
  588. at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
  589. at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
  590. at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
  591. at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
  592. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  593. at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68)
  594. at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
  595. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163)
  596. at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  597. at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  598. at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  599. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  600. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  601. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  602. at java.lang.reflect.Method.invoke(Method.java:498)
  603. at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  604. at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  605. at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  606. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  607. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
  608. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceContext' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised' to required type 'org.openmrs.api.DiagnosisService' for property 'diagnosisService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [org.openmrs.api.DiagnosisService] for property 'diagnosisService': no matching editors or conversion strategy found
  609. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:547)
  610. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  611. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  612. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  613. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  614. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  615. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
  616. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
  617. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
  618. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:125)
  619. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:60)
  620. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:109)
  621. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:261)
  622. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:68)
  623. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:86)
  624. ... 32 more
  625. Caused by: org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised' to required type 'org.openmrs.api.DiagnosisService' for property 'diagnosisService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [org.openmrs.api.DiagnosisService] for property 'diagnosisService': no matching editors or conversion strategy found
  626. at org.springframework.beans.BeanWrapperImpl.convertIfNecessary(BeanWrapperImpl.java:475)
  627. at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:511)
  628. at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:505)
  629. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.convertForProperty(AbstractAutowireCapableBeanFactory.java:1515)
  630. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1474)
  631. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
  632. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  633. ... 46 more
  634. Caused by: java.lang.IllegalStateException: Cannot convert value of type [com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [org.openmrs.api.DiagnosisService] for property 'diagnosisService': no matching editors or conversion strategy found
  635. at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:287)
  636. at org.springframework.beans.BeanWrapperImpl.convertIfNecessary(BeanWrapperImpl.java:460)
  637. ... 52 more
  638.  
  639. getAttachments_shouldNotReturnEncounterlessAttachments(org.openmrs.module.attachments.AttachmentsServiceTest) Time elapsed: 0.001 sec <<< ERROR!
  640. java.lang.IllegalStateException: Failed to load ApplicationContext
  641. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:94)
  642. at org.springframework.test.context.DefaultTestContext.getApplicationContext(DefaultTestContext.java:72)
  643. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117)
  644. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83)
  645. at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:212)
  646. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:200)
  647. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:252)
  648. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  649. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:254)
  650. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:217)
  651. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83)
  652. at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
  653. at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
  654. at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
  655. at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
  656. at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
  657. at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
  658. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  659. at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68)
  660. at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
  661. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163)
  662. at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  663. at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  664. at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  665. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  666. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  667. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  668. at java.lang.reflect.Method.invoke(Method.java:498)
  669. at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  670. at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  671. at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  672. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  673. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
  674. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceContext' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised' to required type 'org.openmrs.api.DiagnosisService' for property 'diagnosisService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [org.openmrs.api.DiagnosisService] for property 'diagnosisService': no matching editors or conversion strategy found
  675. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:547)
  676. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  677. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  678. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  679. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  680. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  681. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
  682. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
  683. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
  684. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:125)
  685. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:60)
  686. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:109)
  687. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:261)
  688. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:68)
  689. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:86)
  690. ... 32 more
  691. Caused by: org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised' to required type 'org.openmrs.api.DiagnosisService' for property 'diagnosisService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [org.openmrs.api.DiagnosisService] for property 'diagnosisService': no matching editors or conversion strategy found
  692. at org.springframework.beans.BeanWrapperImpl.convertIfNecessary(BeanWrapperImpl.java:475)
  693. at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:511)
  694. at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:505)
  695. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.convertForProperty(AbstractAutowireCapableBeanFactory.java:1515)
  696. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1474)
  697. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
  698. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  699. ... 46 more
  700. Caused by: java.lang.IllegalStateException: Cannot convert value of type [com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [org.openmrs.api.DiagnosisService] for property 'diagnosisService': no matching editors or conversion strategy found
  701. at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:287)
  702. at org.springframework.beans.BeanWrapperImpl.convertIfNecessary(BeanWrapperImpl.java:460)
  703. ... 52 more
  704.  
  705. getAttachments_shouldReturnEncounterlessAttachments(org.openmrs.module.attachments.AttachmentsServiceTest) Time elapsed: 0.001 sec <<< ERROR!
  706. java.lang.IllegalStateException: Failed to load ApplicationContext
  707. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:94)
  708. at org.springframework.test.context.DefaultTestContext.getApplicationContext(DefaultTestContext.java:72)
  709. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117)
  710. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83)
  711. at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:212)
  712. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:200)
  713. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:252)
  714. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  715. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:254)
  716. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:217)
  717. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83)
  718. at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
  719. at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
  720. at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
  721. at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
  722. at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
  723. at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
  724. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  725. at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68)
  726. at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
  727. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163)
  728. at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  729. at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  730. at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  731. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  732. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  733. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  734. at java.lang.reflect.Method.invoke(Method.java:498)
  735. at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  736. at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  737. at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  738. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  739. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
  740. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceContext' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised' to required type 'org.openmrs.api.DiagnosisService' for property 'diagnosisService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [org.openmrs.api.DiagnosisService] for property 'diagnosisService': no matching editors or conversion strategy found
  741. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:547)
  742. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  743. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  744. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  745. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  746. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  747. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
  748. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
  749. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
  750. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:125)
  751. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:60)
  752. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:109)
  753. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:261)
  754. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:68)
  755. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:86)
  756. ... 32 more
  757. Caused by: org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised' to required type 'org.openmrs.api.DiagnosisService' for property 'diagnosisService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [org.openmrs.api.DiagnosisService] for property 'diagnosisService': no matching editors or conversion strategy found
  758. at org.springframework.beans.BeanWrapperImpl.convertIfNecessary(BeanWrapperImpl.java:475)
  759. at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:511)
  760. at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:505)
  761. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.convertForProperty(AbstractAutowireCapableBeanFactory.java:1515)
  762. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1474)
  763. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
  764. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  765. ... 46 more
  766. Caused by: java.lang.IllegalStateException: Cannot convert value of type [com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [org.openmrs.api.DiagnosisService] for property 'diagnosisService': no matching editors or conversion strategy found
  767. at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:287)
  768. at org.springframework.beans.BeanWrapperImpl.convertIfNecessary(BeanWrapperImpl.java:460)
  769. ... 52 more
  770.  
  771. getAttachments_shouldReturnEncounterAttachments(org.openmrs.module.attachments.AttachmentsServiceTest) Time elapsed: 0.002 sec <<< ERROR!
  772. java.lang.IllegalStateException: Failed to load ApplicationContext
  773. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:94)
  774. at org.springframework.test.context.DefaultTestContext.getApplicationContext(DefaultTestContext.java:72)
  775. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117)
  776. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83)
  777. at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:212)
  778. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:200)
  779. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:252)
  780. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  781. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:254)
  782. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:217)
  783. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83)
  784. at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
  785. at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
  786. at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
  787. at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
  788. at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
  789. at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
  790. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  791. at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68)
  792. at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
  793. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163)
  794. at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  795. at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  796. at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  797. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  798. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  799. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  800. at java.lang.reflect.Method.invoke(Method.java:498)
  801. at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  802. at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  803. at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  804. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  805. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
  806. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceContext' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised' to required type 'org.openmrs.api.DiagnosisService' for property 'diagnosisService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [org.openmrs.api.DiagnosisService] for property 'diagnosisService': no matching editors or conversion strategy found
  807. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:547)
  808. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  809. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  810. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  811. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  812. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  813. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
  814. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
  815. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
  816. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:125)
  817. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:60)
  818. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:109)
  819. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:261)
  820. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:68)
  821. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:86)
  822. ... 32 more
  823. Caused by: org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised' to required type 'org.openmrs.api.DiagnosisService' for property 'diagnosisService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [org.openmrs.api.DiagnosisService] for property 'diagnosisService': no matching editors or conversion strategy found
  824. at org.springframework.beans.BeanWrapperImpl.convertIfNecessary(BeanWrapperImpl.java:475)
  825. at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:511)
  826. at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:505)
  827. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.convertForProperty(AbstractAutowireCapableBeanFactory.java:1515)
  828. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1474)
  829. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
  830. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  831. ... 46 more
  832. Caused by: java.lang.IllegalStateException: Cannot convert value of type [com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [org.openmrs.api.DiagnosisService] for property 'diagnosisService': no matching editors or conversion strategy found
  833. at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:287)
  834. at org.springframework.beans.BeanWrapperImpl.convertIfNecessary(BeanWrapperImpl.java:460)
  835. ... 52 more
  836.  
  837. getAttachments_shouldReturnVisitAttachments(org.openmrs.module.attachments.AttachmentsServiceTest) Time elapsed: 0.001 sec <<< ERROR!
  838. java.lang.IllegalStateException: Failed to load ApplicationContext
  839. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:94)
  840. at org.springframework.test.context.DefaultTestContext.getApplicationContext(DefaultTestContext.java:72)
  841. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117)
  842. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83)
  843. at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:212)
  844. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:200)
  845. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:252)
  846. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  847. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:254)
  848. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:217)
  849. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83)
  850. at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
  851. at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
  852. at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
  853. at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
  854. at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
  855. at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
  856. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  857. at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68)
  858. at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
  859. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163)
  860. at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  861. at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  862. at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  863. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  864. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  865. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  866. at java.lang.reflect.Method.invoke(Method.java:498)
  867. at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  868. at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  869. at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  870. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  871. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
  872. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceContext' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised' to required type 'org.openmrs.api.DiagnosisService' for property 'diagnosisService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [org.openmrs.api.DiagnosisService] for property 'diagnosisService': no matching editors or conversion strategy found
  873. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:547)
  874. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  875. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  876. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  877. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  878. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  879. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
  880. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
  881. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
  882. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:125)
  883. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:60)
  884. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:109)
  885. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:261)
  886. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:68)
  887. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:86)
  888. ... 32 more
  889. Caused by: org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised' to required type 'org.openmrs.api.DiagnosisService' for property 'diagnosisService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [org.openmrs.api.DiagnosisService] for property 'diagnosisService': no matching editors or conversion strategy found
  890. at org.springframework.beans.BeanWrapperImpl.convertIfNecessary(BeanWrapperImpl.java:475)
  891. at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:511)
  892. at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:505)
  893. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.convertForProperty(AbstractAutowireCapableBeanFactory.java:1515)
  894. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1474)
  895. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
  896. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  897. ... 46 more
  898. Caused by: java.lang.IllegalStateException: Cannot convert value of type [com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [org.openmrs.api.DiagnosisService] for property 'diagnosisService': no matching editors or conversion strategy found
  899. at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:287)
  900. at org.springframework.beans.BeanWrapperImpl.convertIfNecessary(BeanWrapperImpl.java:460)
  901. ... 52 more
  902.  
  903. Running org.openmrs.module.attachments.hfe.ComplexObsTagTest
  904. Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 19.683 sec <<< FAILURE!
  905. handleSubmission_shouldUploadWithImageAttachmentHandler(org.openmrs.module.attachments.hfe.ComplexObsTagTest) Time elapsed: 0.001 sec <<< ERROR!
  906. java.lang.IllegalStateException: Failed to load ApplicationContext
  907. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:94)
  908. at org.springframework.test.context.DefaultTestContext.getApplicationContext(DefaultTestContext.java:72)
  909. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117)
  910. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83)
  911. at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:212)
  912. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:200)
  913. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:252)
  914. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  915. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:254)
  916. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:217)
  917. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83)
  918. at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
  919. at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
  920. at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
  921. at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
  922. at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
  923. at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
  924. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  925. at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68)
  926. at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
  927. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163)
  928. at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  929. at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  930. at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  931. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  932. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  933. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  934. at java.lang.reflect.Method.invoke(Method.java:498)
  935. at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  936. at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  937. at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  938. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  939. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
  940. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceContext' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised' to required type 'org.openmrs.api.DiagnosisService' for property 'diagnosisService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [org.openmrs.api.DiagnosisService] for property 'diagnosisService': no matching editors or conversion strategy found
  941. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:547)
  942. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  943. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  944. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  945. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  946. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  947. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
  948. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
  949. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
  950. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:125)
  951. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:60)
  952. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:109)
  953. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:261)
  954. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:68)
  955. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:86)
  956. ... 32 more
  957. Caused by: org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised' to required type 'org.openmrs.api.DiagnosisService' for property 'diagnosisService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [org.openmrs.api.DiagnosisService] for property 'diagnosisService': no matching editors or conversion strategy found
  958. at org.springframework.beans.BeanWrapperImpl.convertIfNecessary(BeanWrapperImpl.java:475)
  959. at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:511)
  960. at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:505)
  961. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.convertForProperty(AbstractAutowireCapableBeanFactory.java:1515)
  962. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1474)
  963. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
  964. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  965. ... 46 more
  966. Caused by: java.lang.IllegalStateException: Cannot convert value of type [com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [org.openmrs.api.DiagnosisService] for property 'diagnosisService': no matching editors or conversion strategy found
  967. at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:287)
  968. at org.springframework.beans.BeanWrapperImpl.convertIfNecessary(BeanWrapperImpl.java:460)
  969. ... 52 more
  970.  
  971. handleSubmission_shouldUploadWithImageHandler(org.openmrs.module.attachments.hfe.ComplexObsTagTest) Time elapsed: 0.001 sec <<< ERROR!
  972. java.lang.IllegalStateException: Failed to load ApplicationContext
  973. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:94)
  974. at org.springframework.test.context.DefaultTestContext.getApplicationContext(DefaultTestContext.java:72)
  975. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117)
  976. at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83)
  977. at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:212)
  978. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:200)
  979. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:252)
  980. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  981. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:254)
  982. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:217)
  983. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83)
  984. at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
  985. at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
  986. at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
  987. at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
  988. at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
  989. at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
  990. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  991. at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68)
  992. at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
  993. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163)
  994. at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  995. at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  996. at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  997. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  998. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  999. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1000. at java.lang.reflect.Method.invoke(Method.java:498)
  1001. at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  1002. at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  1003. at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  1004. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  1005. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
  1006. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serviceContext' defined in class path resource [applicationContext-service.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised' to required type 'org.openmrs.api.DiagnosisService' for property 'diagnosisService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [org.openmrs.api.DiagnosisService] for property 'diagnosisService': no matching editors or conversion strategy found
  1007. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:547)
  1008. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
  1009. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
  1010. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  1011. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
  1012. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
  1013. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:762)
  1014. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
  1015. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
  1016. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:125)
  1017. at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:60)
  1018. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:109)
  1019. at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:261)
  1020. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:68)
  1021. at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:86)
  1022. ... 32 more
  1023. Caused by: org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised' to required type 'org.openmrs.api.DiagnosisService' for property 'diagnosisService'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [org.openmrs.api.DiagnosisService] for property 'diagnosisService': no matching editors or conversion strategy found
  1024. at org.springframework.beans.BeanWrapperImpl.convertIfNecessary(BeanWrapperImpl.java:475)
  1025. at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:511)
  1026. at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:505)
  1027. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.convertForProperty(AbstractAutowireCapableBeanFactory.java:1515)
  1028. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1474)
  1029. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
  1030. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
  1031. ... 46 more
  1032. Caused by: java.lang.IllegalStateException: Cannot convert value of type [com.sun.proxy.$Proxy169 implementing org.openmrs.module.emrapi.diagnosis.DiagnosisService,org.openmrs.api.OpenmrsService,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [org.openmrs.api.DiagnosisService] for property 'diagnosisService': no matching editors or conversion strategy found
  1033. at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:287)
  1034. at org.springframework.beans.BeanWrapperImpl.convertIfNecessary(BeanWrapperImpl.java:460)
  1035. ... 52 more
  1036.  
  1037.  
  1038. Results :
  1039.  
  1040. Tests in error:
  1041. getAttachments_shouldThrowWhenFetchingNonComplexObs(org.openmrs.module.attachments.AttachmentsServiceTest): Failed to load ApplicationContext
  1042. getAttachments_shouldBeConsistentAcrossServiceApi(org.openmrs.module.attachments.AttachmentsServiceTest): Failed to load ApplicationContext
  1043. getAttachments_shouldReturnAllAttachments(org.openmrs.module.attachments.AttachmentsServiceTest): Failed to load ApplicationContext
  1044. getAttachments_shouldNotReturnEncounterlessAttachments(org.openmrs.module.attachments.AttachmentsServiceTest): Failed to load ApplicationContext
  1045. getAttachments_shouldReturnEncounterlessAttachments(org.openmrs.module.attachments.AttachmentsServiceTest): Failed to load ApplicationContext
  1046. getAttachments_shouldReturnEncounterAttachments(org.openmrs.module.attachments.AttachmentsServiceTest): Failed to load ApplicationContext
  1047. getAttachments_shouldReturnVisitAttachments(org.openmrs.module.attachments.AttachmentsServiceTest): Failed to load ApplicationContext
  1048. handleSubmission_shouldUploadWithImageAttachmentHandler(org.openmrs.module.attachments.hfe.ComplexObsTagTest): Failed to load ApplicationContext
  1049. handleSubmission_shouldUploadWithImageHandler(org.openmrs.module.attachments.hfe.ComplexObsTagTest): Failed to load ApplicationContext
  1050.  
  1051. Tests run: 9, Failures: 0, Errors: 9, Skipped: 0
  1052.  
  1053. [INFO] ------------------------------------------------------------------------
  1054. [INFO] Reactor Summary:
  1055. [INFO]
  1056. [INFO] Attachments ........................................ SUCCESS [ 20.440 s]
  1057. [INFO] Attachments API .................................... SUCCESS [01:37 min]
  1058. [INFO] Attachments API 1.11 ............................... SUCCESS [ 8.100 s]
  1059. [INFO] Attachments API 2.0 ................................ FAILURE [07:04 min]
  1060. [INFO] Attachments OMOD 1.10 .............................. SKIPPED
  1061. [INFO] Attachments OMOD 2.0 ............................... SKIPPED
  1062. [INFO] Attachments OMOD ................................... SKIPPED
  1063. [INFO] ------------------------------------------------------------------------
  1064. [INFO] BUILD FAILURE
  1065. [INFO] ------------------------------------------------------------------------
  1066. [INFO] Total time: 09:12 min
  1067. [INFO] Finished at: 2020-06-12T11:37:45+03:00
  1068. [INFO] Final Memory: 59M/243M
  1069. [INFO] ------------------------------------------------------------------------
  1070. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project attachments-api-2.0: There are test failures.
  1071. [ERROR]
  1072. [ERROR] Please refer to C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments\api-2.0\target\surefire-reports for the individual test results.
  1073. [ERROR] -> [Help 1]
  1074. [ERROR]
  1075. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  1076. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  1077. [ERROR]
  1078. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  1079. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  1080. [ERROR]
  1081. [ERROR] After correcting the problems, you can resume the build with the command
  1082. [ERROR] mvn <goals> -rf :attachments-api-2.0
  1083.  
  1084. C:\Users\SHARIF\eclipse-workspace\openmrs-module-attachments>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement