Advertisement
ngantk

Patient Flags openmrs-sdk:run

Jan 12th, 2022
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 50.63 KB | None | 0 0
  1. ngantran@DESKTOP-3MH4PQG:~$ mvn openmrs-sdk:run -DserverId=platform
  2. [INFO] Scanning for projects...
  3. [INFO]
  4. [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
  5. [INFO] Building Maven Stub Project (No POM) 1
  6. [INFO] --------------------------------[ pom ]---------------------------------
  7. [INFO]
  8. [INFO] --- openmrs-sdk-maven-plugin:4.3.0:run (default-cli) @ standalone-pom ---
  9.  
  10. Checking if port 8000 is in use... [free]
  11.  
  12. Connect remote debugger via port 1044
  13. OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  14. Listening for transport dt_socket at address: 1044
  15. Apache Maven 3.6.3
  16. Maven home: /usr/share/maven
  17. Java version: 1.8.0_312, vendor: Private Build, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre
  18. Default locale: en, platform encoding: UTF-8
  19. OS name: "linux", version: "5.10.60.1-microsoft-standard-wsl2", arch: "amd64", family: "unix"
  20. [INFO] Scanning for projects...
  21. [INFO]
  22. [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
  23. [INFO] Building Maven Stub Project (No POM) 1
  24. [INFO] --------------------------------[ pom ]---------------------------------
  25. [INFO]
  26. [INFO] --- openmrs-sdk-tomcat9-maven-plugin:4.3.0:run-tomcat (default-cli) @ standalone-pom ---
  27. Jan 13, 2022 6:42:04 PM org.jline.utils.Log logr
  28. WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information)
  29.  
  30.  
  31. Using JAVA_HOME: /usr/lib/jvm/java-8-openjdk-amd64/jre
  32.  
  33. Using MAVEN_OPTS:   -Xmx768m -XX:MaxPermSize=512m -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=1044
  34.  
  35. Starting 'mysql-openmrs' DB docker container...
  36.  
  37. Starting Tomcat...
  38.  
  39. Jan 13, 2022 6:42:06 PM org.apache.coyote.AbstractProtocol init
  40. INFO: Initializing ProtocolHandler ["http-nio-8000"]
  41. Jan 13, 2022 6:42:06 PM org.apache.catalina.core.StandardService startInternal
  42. INFO: Starting service [Tomcat]
  43. Jan 13, 2022 6:42:06 PM org.apache.catalina.core.StandardEngine startInternal
  44. INFO: Starting Servlet engine: [Apache Tomcat/9.0.52]
  45. Jan 13, 2022 6:42:06 PM org.apache.tomcat.util.digester.SetPropertiesRule begin
  46. WARNING: Match [Context] failed to set property [antiJARLocking] to [true]
  47. Jan 13, 2022 6:42:07 PM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
  48. INFO: No global web.xml found
  49. Jan 13, 2022 6:42:10 PM org.apache.jasper.servlet.TldScanner scanJars
  50. INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  51. Jan 13, 2022 6:42:10 PM org.apache.catalina.core.ApplicationContext log
  52. INFO: No Spring WebApplicationInitializer types detected on classpath
  53. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2128) |2022-01-13T18:42:11,199| Unable to find a runtime properties file at /home/ngantran/openmrs-runtime.properties
  54. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2128) |2022-01-13T18:42:11,221| Unable to find a runtime properties file at /home/ngantran/openmrs-runtime.properties
  55. INFO - Listener.contextInitialized(176) |2022-01-13T18:42:11,221| Using runtime properties file: /home/ngantran/openmrs/platform/openmrs-runtime.properties
  56. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2128) |2022-01-13T18:42:11,224| Unable to find a runtime properties file at /home/ngantran/openmrs-runtime.properties
  57. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(69) |2022-01-13T18:42:11,729| identifying the Liquibase snapshot version that had been used to initialize the OpenMRS database...
  58. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(82) |2022-01-13T18:42:11,732| looking for un-run change sets in snapshot version '2.4.x'
  59. Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
  60. Jan 13, 2022 6:42:13 PM liquibase.servicelocator
  61. INFO: Cannot load service: liquibase.parser.ChangeLogParser: Provider liquibase.parser.core.json.JsonChangeLogParser could not be instantiated
  62. Jan 13, 2022 6:42:13 PM liquibase.servicelocator
  63. INFO: Cannot load service: liquibase.parser.ChangeLogParser: Provider liquibase.parser.core.yaml.YamlChangeLogParser could not be instantiated
  64. Jan 13, 2022 6:42:14 PM liquibase.changelog
  65. INFO: Reading from platform.liquibasechangelog
  66. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2022-01-13T18:42:19,639| file 'org/openmrs/liquibase/snapshots/schema-only/liquibase-schema-only-2.4.x.xml' contains 1021 un-run change sets
  67. Jan 13, 2022 6:42:19 PM liquibase.changelog
  68. INFO: Reading from platform.liquibasechangelog
  69. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2022-01-13T18:42:20,340| file 'org/openmrs/liquibase/snapshots/core-data/liquibase-core-data-2.4.x.xml' contains 25 un-run change sets
  70. Jan 13, 2022 6:42:20 PM liquibase.database
  71. WARNING: Failed to restore the auto commit to true
  72. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(82) |2022-01-13T18:42:20,346| looking for un-run change sets in snapshot version '2.3.x'
  73. Jan 13, 2022 6:42:20 PM liquibase.changelog
  74. INFO: Reading from platform.liquibasechangelog
  75. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2022-01-13T18:42:24,690| file 'org/openmrs/liquibase/snapshots/schema-only/liquibase-schema-only-2.3.x.xml' contains 875 un-run change sets
  76. Jan 13, 2022 6:42:24 PM liquibase.changelog
  77. INFO: Reading from platform.liquibasechangelog
  78. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2022-01-13T18:42:25,251| file 'org/openmrs/liquibase/snapshots/core-data/liquibase-core-data-2.3.x.xml' contains 24 un-run change sets
  79. Jan 13, 2022 6:42:25 PM liquibase.database
  80. WARNING: Failed to restore the auto commit to true
  81. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(82) |2022-01-13T18:42:25,253| looking for un-run change sets in snapshot version '2.2.x'
  82. Jan 13, 2022 6:42:25 PM liquibase.changelog
  83. INFO: Reading from platform.liquibasechangelog
  84. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2022-01-13T18:42:29,735| file 'org/openmrs/liquibase/snapshots/schema-only/liquibase-schema-only-2.2.x.xml' contains 871 un-run change sets
  85. Jan 13, 2022 6:42:29 PM liquibase.changelog
  86. INFO: Reading from platform.liquibasechangelog
  87. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2022-01-13T18:42:30,407| file 'org/openmrs/liquibase/snapshots/core-data/liquibase-core-data-2.2.x.xml' contains 24 un-run change sets
  88. Jan 13, 2022 6:42:30 PM liquibase.database
  89. WARNING: Failed to restore the auto commit to true
  90. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(82) |2022-01-13T18:42:30,409| looking for un-run change sets in snapshot version '2.1.x'
  91. Jan 13, 2022 6:42:30 PM liquibase.changelog
  92. INFO: Reading from platform.liquibasechangelog
  93. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2022-01-13T18:42:34,319| file 'org/openmrs/liquibase/snapshots/schema-only/liquibase-schema-only-2.1.x.xml' contains 815 un-run change sets
  94. Jan 13, 2022 6:42:34 PM liquibase.changelog
  95. INFO: Reading from platform.liquibasechangelog
  96. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2022-01-13T18:42:34,809| file 'org/openmrs/liquibase/snapshots/core-data/liquibase-core-data-2.1.x.xml' contains 24 un-run change sets
  97. Jan 13, 2022 6:42:34 PM liquibase.database
  98. WARNING: Failed to restore the auto commit to true
  99. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(82) |2022-01-13T18:42:34,810| looking for un-run change sets in snapshot version '1.9.x'
  100. Jan 13, 2022 6:42:35 PM liquibase.changelog
  101. INFO: Reading from platform.liquibasechangelog
  102. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2022-01-13T18:42:35,464| file 'org/openmrs/liquibase/snapshots/schema-only/liquibase-schema-only-1.9.x.xml' contains 0 un-run change sets
  103. Jan 13, 2022 6:42:35 PM liquibase.changelog
  104. INFO: Reading from platform.liquibasechangelog
  105. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2022-01-13T18:42:35,771| file 'org/openmrs/liquibase/snapshots/core-data/liquibase-core-data-1.9.x.xml' contains 0 un-run change sets
  106. Jan 13, 2022 6:42:35 PM liquibase.database
  107. WARNING: Failed to restore the auto commit to true
  108. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(113) |2022-01-13T18:42:35,772| the Liquibase snapshot version that had been used to initialize the OpenMRS database is '1.9.x'
  109. Jan 13, 2022 6:42:36 PM liquibase.changelog
  110. INFO: Reading from platform.liquibasechangelog
  111. INFO - ChangeLogDetective.getUnrunLiquibaseUpdateFileNames(149) |2022-01-13T18:42:36,986| file 'org/openmrs/liquibase/updates/liquibase-update-to-latest-2.0.x.xml}' contains 0 un-run change sets
  112. Jan 13, 2022 6:42:37 PM liquibase.changelog
  113. INFO: Reading from platform.liquibasechangelog
  114. INFO - ChangeLogDetective.getUnrunLiquibaseUpdateFileNames(149) |2022-01-13T18:42:37,214| file 'org/openmrs/liquibase/updates/liquibase-update-to-latest-2.1.x.xml}' contains 0 un-run change sets
  115. Jan 13, 2022 6:42:37 PM liquibase.changelog
  116. INFO: Reading from platform.liquibasechangelog
  117. INFO - ChangeLogDetective.getUnrunLiquibaseUpdateFileNames(149) |2022-01-13T18:42:37,427| file 'org/openmrs/liquibase/updates/liquibase-update-to-latest-2.2.x.xml}' contains 0 un-run change sets
  118. Jan 13, 2022 6:42:37 PM liquibase.changelog
  119. INFO: Reading from platform.liquibasechangelog
  120. INFO - ChangeLogDetective.getUnrunLiquibaseUpdateFileNames(149) |2022-01-13T18:42:37,647| file 'org/openmrs/liquibase/updates/liquibase-update-to-latest-2.3.x.xml}' contains 0 un-run change sets
  121. Jan 13, 2022 6:42:37 PM liquibase.changelog
  122. INFO: Reading from platform.liquibasechangelog
  123. INFO - ChangeLogDetective.getUnrunLiquibaseUpdateFileNames(149) |2022-01-13T18:42:37,845| file 'org/openmrs/liquibase/updates/liquibase-update-to-latest-2.4.x.xml}' contains 0 un-run change sets
  124. Jan 13, 2022 6:42:37 PM liquibase.changelog
  125. INFO: Reading from platform.liquibasechangelog
  126. INFO - ChangeLogDetective.getUnrunLiquibaseUpdateFileNames(149) |2022-01-13T18:42:38,049| file 'org/openmrs/liquibase/updates/liquibase-update-to-latest-2.5.x.xml}' contains 0 un-run change sets
  127. Jan 13, 2022 6:42:38 PM liquibase.database
  128. WARNING: Failed to restore the auto commit to true
  129. INFO - EhCacheManagerFactoryBean.afterPropertiesSet(134) |2022-01-13T18:42:39,375| Initializing EhCache CacheManager
  130. WARN - Listener.loadBundledModules(480) |2022-01-13T18:42:46,050| Bundled module folder doesn't exist: /home/ngantran/openmrs/platform/tmp/openmrs/WEB-INF/bundledModules
  131. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2128) |2022-01-13T18:42:46,050| Unable to find a runtime properties file at /home/ngantran/openmrs-runtime.properties
  132. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(69) |2022-01-13T18:42:46,167| identifying the Liquibase snapshot version that had been used to initialize the OpenMRS database...
  133. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(82) |2022-01-13T18:42:46,167| looking for un-run change sets in snapshot version '2.4.x'
  134. Jan 13, 2022 6:42:46 PM liquibase.changelog
  135. INFO: Reading from platform.liquibasechangelog
  136. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2022-01-13T18:42:51,521| file 'org/openmrs/liquibase/snapshots/schema-only/liquibase-schema-only-2.4.x.xml' contains 1021 un-run change sets
  137. Jan 13, 2022 6:42:51 PM liquibase.changelog
  138. INFO: Reading from platform.liquibasechangelog
  139. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2022-01-13T18:42:52,116| file 'org/openmrs/liquibase/snapshots/core-data/liquibase-core-data-2.4.x.xml' contains 25 un-run change sets
  140. Jan 13, 2022 6:42:52 PM liquibase.database
  141. WARNING: Failed to restore the auto commit to true
  142. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(82) |2022-01-13T18:42:52,118| looking for un-run change sets in snapshot version '2.3.x'
  143. Jan 13, 2022 6:42:52 PM liquibase.changelog
  144. INFO: Reading from platform.liquibasechangelog
  145. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2022-01-13T18:42:56,467| file 'org/openmrs/liquibase/snapshots/schema-only/liquibase-schema-only-2.3.x.xml' contains 875 un-run change sets
  146. Jan 13, 2022 6:42:56 PM liquibase.changelog
  147. INFO: Reading from platform.liquibasechangelog
  148. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2022-01-13T18:42:56,966| file 'org/openmrs/liquibase/snapshots/core-data/liquibase-core-data-2.3.x.xml' contains 24 un-run change sets
  149. Jan 13, 2022 6:42:56 PM liquibase.database
  150. WARNING: Failed to restore the auto commit to true
  151. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(82) |2022-01-13T18:42:56,968| looking for un-run change sets in snapshot version '2.2.x'
  152. Jan 13, 2022 6:42:57 PM liquibase.changelog
  153. INFO: Reading from platform.liquibasechangelog
  154. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2022-01-13T18:43:01,448| file 'org/openmrs/liquibase/snapshots/schema-only/liquibase-schema-only-2.2.x.xml' contains 871 un-run change sets
  155. Jan 13, 2022 6:43:01 PM liquibase.changelog
  156. INFO: Reading from platform.liquibasechangelog
  157. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2022-01-13T18:43:01,966| file 'org/openmrs/liquibase/snapshots/core-data/liquibase-core-data-2.2.x.xml' contains 24 un-run change sets
  158. Jan 13, 2022 6:43:01 PM liquibase.database
  159. WARNING: Failed to restore the auto commit to true
  160. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(82) |2022-01-13T18:43:01,969| looking for un-run change sets in snapshot version '2.1.x'
  161. Jan 13, 2022 6:43:02 PM liquibase.changelog
  162. INFO: Reading from platform.liquibasechangelog
  163. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2022-01-13T18:43:06,282| file 'org/openmrs/liquibase/snapshots/schema-only/liquibase-schema-only-2.1.x.xml' contains 815 un-run change sets
  164. Jan 13, 2022 6:43:06 PM liquibase.changelog
  165. INFO: Reading from platform.liquibasechangelog
  166. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2022-01-13T18:43:06,758| file 'org/openmrs/liquibase/snapshots/core-data/liquibase-core-data-2.1.x.xml' contains 24 un-run change sets
  167. Jan 13, 2022 6:43:06 PM liquibase.database
  168. WARNING: Failed to restore the auto commit to true
  169. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(82) |2022-01-13T18:43:06,759| looking for un-run change sets in snapshot version '1.9.x'
  170. Jan 13, 2022 6:43:06 PM liquibase.changelog
  171. INFO: Reading from platform.liquibasechangelog
  172. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2022-01-13T18:43:07,339| file 'org/openmrs/liquibase/snapshots/schema-only/liquibase-schema-only-1.9.x.xml' contains 0 un-run change sets
  173. Jan 13, 2022 6:43:07 PM liquibase.changelog
  174. INFO: Reading from platform.liquibasechangelog
  175. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(95) |2022-01-13T18:43:07,627| file 'org/openmrs/liquibase/snapshots/core-data/liquibase-core-data-1.9.x.xml' contains 0 un-run change sets
  176. Jan 13, 2022 6:43:07 PM liquibase.database
  177. WARNING: Failed to restore the auto commit to true
  178. INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(113) |2022-01-13T18:43:07,628| the Liquibase snapshot version that had been used to initialize the OpenMRS database is '1.9.x'
  179. Jan 13, 2022 6:43:07 PM liquibase.changelog
  180. INFO: Reading from platform.liquibasechangelog
  181. INFO - ChangeLogDetective.getUnrunLiquibaseUpdateFileNames(149) |2022-01-13T18:43:08,698| file 'org/openmrs/liquibase/updates/liquibase-update-to-latest-2.0.x.xml}' contains 0 un-run change sets
  182. Jan 13, 2022 6:43:08 PM liquibase.changelog
  183. INFO: Reading from platform.liquibasechangelog
  184. INFO - ChangeLogDetective.getUnrunLiquibaseUpdateFileNames(149) |2022-01-13T18:43:08,920| file 'org/openmrs/liquibase/updates/liquibase-update-to-latest-2.1.x.xml}' contains 0 un-run change sets
  185. Jan 13, 2022 6:43:09 PM liquibase.changelog
  186. INFO: Reading from platform.liquibasechangelog
  187. INFO - ChangeLogDetective.getUnrunLiquibaseUpdateFileNames(149) |2022-01-13T18:43:09,097| file 'org/openmrs/liquibase/updates/liquibase-update-to-latest-2.2.x.xml}' contains 0 un-run change sets
  188. Jan 13, 2022 6:43:09 PM liquibase.changelog
  189. INFO: Reading from platform.liquibasechangelog
  190. INFO - ChangeLogDetective.getUnrunLiquibaseUpdateFileNames(149) |2022-01-13T18:43:09,284| file 'org/openmrs/liquibase/updates/liquibase-update-to-latest-2.3.x.xml}' contains 0 un-run change sets
  191. Jan 13, 2022 6:43:09 PM liquibase.changelog
  192. INFO: Reading from platform.liquibasechangelog
  193. INFO - ChangeLogDetective.getUnrunLiquibaseUpdateFileNames(149) |2022-01-13T18:43:09,487| file 'org/openmrs/liquibase/updates/liquibase-update-to-latest-2.4.x.xml}' contains 0 un-run change sets
  194. Jan 13, 2022 6:43:09 PM liquibase.changelog
  195. INFO: Reading from platform.liquibasechangelog
  196. INFO - ChangeLogDetective.getUnrunLiquibaseUpdateFileNames(149) |2022-01-13T18:43:09,663| file 'org/openmrs/liquibase/updates/liquibase-update-to-latest-2.5.x.xml}' contains 0 un-run change sets
  197. Jan 13, 2022 6:43:09 PM liquibase.database
  198. WARNING: Failed to restore the auto commit to true
  199. Jan 13, 2022 6:43:12 PM liquibase.changelog
  200. INFO: Reading from platform.liquibasechangelog
  201. Jan 13, 2022 6:43:12 PM liquibase.lockservice
  202. INFO: Successfully acquired change log lock
  203. Jan 13, 2022 6:43:12 PM liquibase.lockservice
  204. INFO: Successfully released change log lock
  205. Jan 13, 2022 6:43:13 PM liquibase.changelog
  206. INFO: Reading from platform.liquibasechangelog
  207. Jan 13, 2022 6:43:13 PM liquibase.lockservice
  208. INFO: Successfully acquired change log lock
  209. Jan 13, 2022 6:43:13 PM liquibase.lockservice
  210. INFO: Successfully released change log lock
  211. Jan 13, 2022 6:43:13 PM liquibase.changelog
  212. INFO: Reading from platform.liquibasechangelog
  213. Jan 13, 2022 6:43:14 PM liquibase.lockservice
  214. INFO: Successfully acquired change log lock
  215. Jan 13, 2022 6:43:14 PM liquibase.lockservice
  216. INFO: Successfully released change log lock
  217. Jan 13, 2022 6:43:14 PM liquibase.changelog
  218. INFO: Reading from platform.liquibasechangelog
  219. Jan 13, 2022 6:43:14 PM liquibase.lockservice
  220. INFO: Successfully acquired change log lock
  221. Jan 13, 2022 6:43:14 PM liquibase.lockservice
  222. INFO: Successfully released change log lock
  223. Jan 13, 2022 6:43:14 PM liquibase.changelog
  224. INFO: Reading from platform.liquibasechangelog
  225. Jan 13, 2022 6:43:14 PM liquibase.lockservice
  226. INFO: Successfully acquired change log lock
  227. Jan 13, 2022 6:43:14 PM liquibase.lockservice
  228. INFO: Successfully released change log lock
  229. Jan 13, 2022 6:43:14 PM liquibase.changelog
  230. INFO: Reading from platform.liquibasechangelog
  231. Jan 13, 2022 6:43:14 PM liquibase.lockservice
  232. INFO: Successfully acquired change log lock
  233. Jan 13, 2022 6:43:14 PM liquibase.lockservice
  234. INFO: Successfully released change log lock
  235. Jan 13, 2022 6:43:15 PM liquibase.changelog
  236. INFO: Reading from platform.liquibasechangelog
  237. Jan 13, 2022 6:43:15 PM liquibase.lockservice
  238. INFO: Successfully acquired change log lock
  239. Jan 13, 2022 6:43:15 PM liquibase.lockservice
  240. INFO: Successfully released change log lock
  241. Jan 13, 2022 6:43:15 PM liquibase.changelog
  242. INFO: Reading from platform.liquibasechangelog
  243. Jan 13, 2022 6:43:15 PM liquibase.lockservice
  244. INFO: Successfully acquired change log lock
  245. Jan 13, 2022 6:43:15 PM liquibase.lockservice
  246. INFO: Successfully released change log lock
  247. Jan 13, 2022 6:43:16 PM liquibase.changelog
  248. INFO: Reading from platform.liquibasechangelog
  249. Jan 13, 2022 6:43:16 PM liquibase.lockservice
  250. INFO: Successfully acquired change log lock
  251. Jan 13, 2022 6:43:16 PM liquibase.lockservice
  252. INFO: Successfully released change log lock
  253. Jan 13, 2022 6:43:16 PM liquibase.changelog
  254. INFO: Reading from platform.liquibasechangelog
  255. Jan 13, 2022 6:43:16 PM liquibase.lockservice
  256. INFO: Successfully acquired change log lock
  257. Jan 13, 2022 6:43:16 PM liquibase.lockservice
  258. INFO: Successfully released change log lock
  259. Jan 13, 2022 6:43:16 PM liquibase.changelog
  260. INFO: Reading from platform.liquibasechangelog
  261. Jan 13, 2022 6:43:16 PM liquibase.lockservice
  262. INFO: Successfully acquired change log lock
  263. Jan 13, 2022 6:43:16 PM liquibase.lockservice
  264. INFO: Successfully released change log lock
  265. Jan 13, 2022 6:43:17 PM liquibase.changelog
  266. INFO: Reading from platform.liquibasechangelog
  267. Jan 13, 2022 6:43:17 PM liquibase.lockservice
  268. INFO: Successfully acquired change log lock
  269. Jan 13, 2022 6:43:17 PM liquibase.lockservice
  270. INFO: Successfully released change log lock
  271. Jan 13, 2022 6:43:17 PM liquibase.changelog
  272. INFO: Reading from platform.liquibasechangelog
  273. Jan 13, 2022 6:43:17 PM liquibase.lockservice
  274. INFO: Successfully acquired change log lock
  275. Jan 13, 2022 6:43:17 PM liquibase.lockservice
  276. INFO: Successfully released change log lock
  277. Jan 13, 2022 6:43:17 PM liquibase.changelog
  278. INFO: Reading from platform.liquibasechangelog
  279. Jan 13, 2022 6:43:18 PM liquibase.lockservice
  280. INFO: Successfully acquired change log lock
  281. Jan 13, 2022 6:43:18 PM liquibase.lockservice
  282. INFO: Successfully released change log lock
  283. Jan 13, 2022 6:43:18 PM liquibase.changelog
  284. INFO: Reading from platform.liquibasechangelog
  285. Jan 13, 2022 6:43:18 PM liquibase.lockservice
  286. INFO: Successfully acquired change log lock
  287. Jan 13, 2022 6:43:18 PM liquibase.lockservice
  288. INFO: Successfully released change log lock
  289. Jan 13, 2022 6:43:18 PM liquibase.changelog
  290. INFO: Reading from platform.liquibasechangelog
  291. Jan 13, 2022 6:43:18 PM liquibase.lockservice
  292. INFO: Successfully acquired change log lock
  293. Jan 13, 2022 6:43:18 PM liquibase.lockservice
  294. INFO: Successfully released change log lock
  295. Jan 13, 2022 6:43:19 PM liquibase.changelog
  296. INFO: Reading from platform.liquibasechangelog
  297. Jan 13, 2022 6:43:19 PM liquibase.lockservice
  298. INFO: Successfully acquired change log lock
  299. Jan 13, 2022 6:43:19 PM liquibase.lockservice
  300. INFO: Successfully released change log lock
  301. Jan 13, 2022 6:43:19 PM liquibase.changelog
  302. INFO: Reading from platform.liquibasechangelog
  303. Jan 13, 2022 6:43:19 PM liquibase.lockservice
  304. INFO: Successfully acquired change log lock
  305. Jan 13, 2022 6:43:19 PM liquibase.lockservice
  306. INFO: Successfully released change log lock
  307. Jan 13, 2022 6:43:19 PM liquibase.changelog
  308. INFO: Reading from platform.liquibasechangelog
  309. Jan 13, 2022 6:43:20 PM liquibase.lockservice
  310. INFO: Successfully acquired change log lock
  311. Jan 13, 2022 6:43:20 PM liquibase.lockservice
  312. INFO: Successfully released change log lock
  313. Jan 13, 2022 6:43:20 PM liquibase.changelog
  314. INFO: Reading from platform.liquibasechangelog
  315. Jan 13, 2022 6:43:20 PM liquibase.lockservice
  316. INFO: Successfully acquired change log lock
  317. Jan 13, 2022 6:43:20 PM liquibase.lockservice
  318. INFO: Successfully released change log lock
  319. Jan 13, 2022 6:43:20 PM liquibase.changelog
  320. INFO: Reading from platform.liquibasechangelog
  321. Jan 13, 2022 6:43:21 PM liquibase.lockservice
  322. INFO: Successfully acquired change log lock
  323. Jan 13, 2022 6:43:21 PM liquibase.lockservice
  324. INFO: Successfully released change log lock
  325. Jan 13, 2022 6:43:21 PM liquibase.changelog
  326. INFO: Reading from platform.liquibasechangelog
  327. Jan 13, 2022 6:43:21 PM liquibase.lockservice
  328. INFO: Successfully acquired change log lock
  329. Jan 13, 2022 6:43:21 PM liquibase.lockservice
  330. INFO: Successfully released change log lock
  331. Jan 13, 2022 6:43:21 PM liquibase.changelog
  332. INFO: Reading from platform.liquibasechangelog
  333. Jan 13, 2022 6:43:22 PM liquibase.lockservice
  334. INFO: Successfully acquired change log lock
  335. Jan 13, 2022 6:43:22 PM liquibase.lockservice
  336. INFO: Successfully released change log lock
  337. Jan 13, 2022 6:43:22 PM liquibase.changelog
  338. INFO: Reading from platform.liquibasechangelog
  339. Jan 13, 2022 6:43:22 PM liquibase.lockservice
  340. INFO: Successfully acquired change log lock
  341. Jan 13, 2022 6:43:22 PM liquibase.lockservice
  342. INFO: Successfully released change log lock
  343. Jan 13, 2022 6:43:22 PM liquibase.changelog
  344. INFO: Reading from platform.liquibasechangelog
  345. Jan 13, 2022 6:43:22 PM liquibase.lockservice
  346. INFO: Successfully acquired change log lock
  347. Jan 13, 2022 6:43:22 PM liquibase.lockservice
  348. INFO: Successfully released change log lock
  349. Jan 13, 2022 6:43:23 PM liquibase.changelog
  350. INFO: Reading from platform.liquibasechangelog
  351. Jan 13, 2022 6:43:23 PM liquibase.lockservice
  352. INFO: Successfully acquired change log lock
  353. Jan 13, 2022 6:43:23 PM liquibase.lockservice
  354. INFO: Successfully released change log lock
  355. Jan 13, 2022 6:43:24 PM liquibase.changelog
  356. INFO: Reading from platform.liquibasechangelog
  357. Jan 13, 2022 6:43:24 PM liquibase.lockservice
  358. INFO: Successfully acquired change log lock
  359. Jan 13, 2022 6:43:24 PM liquibase.lockservice
  360. INFO: Successfully released change log lock
  361. Jan 13, 2022 6:43:24 PM liquibase.changelog
  362. INFO: Reading from platform.liquibasechangelog
  363. Jan 13, 2022 6:43:24 PM liquibase.lockservice
  364. INFO: Successfully acquired change log lock
  365. Jan 13, 2022 6:43:24 PM liquibase.lockservice
  366. INFO: Successfully released change log lock
  367. Jan 13, 2022 6:43:25 PM liquibase.changelog
  368. INFO: Reading from platform.liquibasechangelog
  369. Jan 13, 2022 6:43:25 PM liquibase.lockservice
  370. INFO: Successfully acquired change log lock
  371. Jan 13, 2022 6:43:25 PM liquibase.lockservice
  372. INFO: Successfully released change log lock
  373. Jan 13, 2022 6:43:25 PM liquibase.changelog
  374. INFO: Reading from platform.liquibasechangelog
  375. Jan 13, 2022 6:43:25 PM liquibase.lockservice
  376. INFO: Successfully acquired change log lock
  377. Jan 13, 2022 6:43:25 PM liquibase.lockservice
  378. INFO: Successfully released change log lock
  379. Jan 13, 2022 6:43:26 PM liquibase.changelog
  380. INFO: Reading from platform.liquibasechangelog
  381. Jan 13, 2022 6:43:26 PM liquibase.lockservice
  382. INFO: Successfully acquired change log lock
  383. Jan 13, 2022 6:43:26 PM liquibase.lockservice
  384. INFO: Successfully released change log lock
  385. Jan 13, 2022 6:43:26 PM liquibase.changelog
  386. INFO: Reading from platform.liquibasechangelog
  387. Jan 13, 2022 6:43:26 PM liquibase.lockservice
  388. INFO: Successfully acquired change log lock
  389. Jan 13, 2022 6:43:26 PM liquibase.lockservice
  390. INFO: Successfully released change log lock
  391. Jan 13, 2022 6:43:27 PM liquibase.changelog
  392. INFO: Reading from platform.liquibasechangelog
  393. Jan 13, 2022 6:43:27 PM liquibase.lockservice
  394. INFO: Successfully acquired change log lock
  395. Jan 13, 2022 6:43:27 PM liquibase.lockservice
  396. INFO: Successfully released change log lock
  397. INFO - EhCacheManagerFactoryBean.destroy(192) |2022-01-13T18:43:28,475| Shutting down EhCache CacheManager
  398. 2022-01-13 18:43:28,477 Thread-10 ERROR Attempted to append to non-started appender MEMORY_APPENDER
  399. INFO - ServiceContext.startRefreshingContext(820) |2022-01-13T18:43:28,482| Refreshing Context
  400. 2022-01-13 18:43:28,482 Thread-10 ERROR Attempted to append to non-started appender MEMORY_APPENDER
  401. INFO - EhCacheManagerFactoryBean.afterPropertiesSet(134) |2022-01-13T18:43:34,817| Initializing EhCache CacheManager
  402. 2022-01-13 18:43:34,818 Thread-10 ERROR Attempted to append to non-started appender MEMORY_APPENDER
  403. INFO - ServiceContext.doneRefreshingContext(831) |2022-01-13T18:44:04,639| Done refreshing Context
  404. 2022-01-13 18:44:04,639 Thread-10 ERROR Attempted to append to non-started appender MEMORY_APPENDER
  405. WARN - IdgenTask.run(32) |2022-01-13T18:44:12,170| Not running scheduled task. DaemonToken = null; enabled = false
  406. INFO - SerializationServiceImpl.getDefaultSerializer(73) |2022-01-13T18:44:13,257| No default serializer specified - using builtin SimpleXStreamSerializer.
  407. Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
  408. Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
  409. INFO - SerializationServiceImpl.getDefaultSerializer(73) |2022-01-13T18:44:14,162| No default serializer specified - using builtin SimpleXStreamSerializer.
  410. Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
  411. ERROR - CommonsLoggingOutput.error(75) |2022-01-13T18:44:18,719| Line=362 The content of element type "dwr" must match "(init?,allow?,signatures?)".
  412. ERROR - CommonsLoggingOutput.error(75) |2022-01-13T18:44:18,726| Parameter mismatch parsing signatures section in dwr.xml on line: DWRAtlasService.disableAtlasModule()
  413. ERROR - CommonsLoggingOutput.error(75) |2022-01-13T18:44:18,729| Parameter mismatch parsing signatures section in dwr.xml on line: DWRHtmlFormEntryService.checkIfLoggedIn()
  414. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2128) |2022-01-13T18:44:18,779| Unable to find a runtime properties file at /home/ngantran/openmrs-runtime.properties
  415. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2128) |2022-01-13T18:44:18,942| Unable to find a runtime properties file at /home/ngantran/openmrs-runtime.properties
  416.  
  417. OpenMRS is ready for you at http://localhost:8000/openmrs/
  418. Jan 13, 2022 6:44:18 PM org.apache.coyote.AbstractProtocol start
  419. INFO: Starting ProtocolHandler ["http-nio-8000"]
  420. Jan 13, 2022 6:46:45 PM org.apache.catalina.core.ApplicationContext log
  421. INFO: Initializing Spring DispatcherServlet 'openmrs'
  422. WARN - OpenmrsJspServlet.rescanTldsIfNeeded(56) |2022-01-13T18:46:46,868| Rescanning TLDs
  423. Jan 13, 2022 6:46:47 PM org.apache.jasper.servlet.TldScanner scanJars
  424. INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  425. WARN - HibernateContextDAO.authenticate(131) |2022-01-13T18:47:02,391| bad value stored in lockoutTimestamp user property:
  426. Jan 13, 2022 6:47:17 PM org.apache.catalina.core.ApplicationContext log
  427. INFO: Initializing Spring StaticDispatcherServlet 'openmrs_static_content'
  428. WARN - ExceptionHandlerExceptionResolver.doResolveHandlerMethodException(414) |2022-01-13T18:47:33,347| Failure in @ExceptionHandler org.openmrs.module.webservices.rest.web.v1_0.controller.MainResourceController#handleException(Exception, HttpServletRequest, HttpServletResponse)
  429. org.springframework.http.converter.HttpMessageNotWritableException: No converter found for return value of type: class org.openmrs.module.webservices.rest.SimpleObject
  430.        at org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor.writeWithMessageConverters(AbstractMessageConverterMethodProcessor.java:220) ~[spring-webmvc-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  431.        at org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor.handleReturnValue(RequestResponseBodyMethodProcessor.java:181) ~[spring-webmvc-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  432.        at org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite.handleReturnValue(HandlerMethodReturnValueHandlerComposite.java:82) ~[spring-web-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  433.        at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:123) ~[spring-webmvc-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  434.        at org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver.doResolveHandlerMethodException(ExceptionHandlerExceptionResolver.java:407) [spring-webmvc-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  435.        at org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver.doResolveException(AbstractHandlerMethodExceptionResolver.java:61) [spring-webmvc-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  436.        at org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver.resolveException(AbstractHandlerExceptionResolver.java:141) [spring-webmvc-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  437.        at org.springframework.web.servlet.DispatcherServlet.processHandlerException(DispatcherServlet.java:1300) [spring-webmvc-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  438.        at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1111) [spring-webmvc-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  439.        at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1057) [spring-webmvc-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  440.        at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943) [spring-webmvc-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  441.        at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  442.        at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) [spring-webmvc-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  443.        at javax.servlet.http.HttpServlet.service(HttpServlet.java:655) [tomcat-embed-core-9.0.52.jar:4.0.FR]
  444.        at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  445.        at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) [tomcat-embed-core-9.0.52.jar:4.0.FR]
  446.        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) [tomcat-embed-core-9.0.52.jar:9.0.52]
  447. Jan 13, 2022 6:47:33 PM org.apache.catalina.core.StandardWrapperValve invoke
  448.        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar:9.0.52]
  449. SEVERE: Servlet.service() for servlet [openmrs] in context with path [/openmrs] threw exception [Request processing failed; nested exception is org.openmrs.module.webservices.rest.web.response.UnknownResourceException: Unknown resource: v1/patientflags] with root cause
  450. org.openmrs.module.webservices.rest.web.response.UnknownResourceException: Unknown resource: v1/patientflags
  451.        at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:416)
  452.        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  453.        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  454.        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  455.        at java.lang.reflect.Method.invoke(Method.java:498)
  456.        at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
  457.        at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
  458.        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  459.        at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:53)
  460.        at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:352)
  461.        at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  462.        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  463.        at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:123)
  464.        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  465.        at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
  466.        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  467.        at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
  468.        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  469.        at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
  470.        at com.sun.proxy.$Proxy321.getResourceByName(Unknown Source)
  471.        at org.openmrs.module.webservices.rest.web.v1_0.controller.MainResourceController.retrieve(MainResourceController.java:73)
  472.        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  473.        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  474.        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  475.        at java.lang.reflect.Method.invoke(Method.java:498)
  476.        at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
  477.        at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
  478.        at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:105)
  479.        at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:878)
  480.        at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:792)
  481.        at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
  482.        at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040)
  483.        at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943)
  484.        at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
  485.        at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
  486.        at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
  487.        at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
  488.        at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
  489.        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
  490.        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  491.        at org.openmrs.module.web.filter.ForcePasswordChangeFilter.doFilter(ForcePasswordChangeFilter.java:60)
  492.        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  493.        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  494.        at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:73)
  495.        at org.openmrs.web.filter.GZIPFilter.doFilterInternal(GZIPFilter.java:65)
  496.        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
  497.        at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:71)
  498.        at org.openmrs.module.webservices.rest.web.filter.AuthorizationFilter.doFilter(AuthorizationFilter.java:105)
  499.        at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:71)
  500.        at org.openmrs.module.webservices.rest.web.filter.ContentTypeFilter.doFilter(ContentTypeFilter.java:64)
  501.        at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:71)
  502.        at org.springframework.web.filter.ShallowEtagHeaderFilter.doFilterInternal(ShallowEtagHeaderFilter.java:106)
  503.        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
  504.        at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:71)
  505.        at org.openmrs.module.owa.filter.OwaFilter.doFilter(OwaFilter.java:93)
  506.        at org.openmrs.module.owa.filter.OwaFilter.doFilter(OwaFilter.java:61)
  507.        at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:71)
  508.        at org.openmrs.module.spa.filter.SpaFilter.doFilter(SpaFilter.java:53)
  509.        at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:71)
  510.        at org.openmrs.module.web.filter.ModuleFilter.doFilter(ModuleFilter.java:57)
  511.        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  512.        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  513.        at org.openmrs.web.filter.OpenmrsFilter.doFilterInternal(OpenmrsFilter.java:105)
  514.        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
  515.        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  516.        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  517.        at org.springframework.orm.hibernate5.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:156)
  518.        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
  519.        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  520.        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  521.        at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:108)
  522.        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  523.        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  524.        at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:108)
  525.        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  526.        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  527.        at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:108)
  528.        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  529.        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  530.        at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
  531.        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
  532.        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
  533.        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
  534.        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
  535.        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
  536.        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
  537.        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
  538.        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  539.        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
  540.        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
  541.        at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
  542.        at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
  543.        at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
  544.        at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
  545.        at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  546.        at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
  547.        at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
  548.        at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  549.        at java.lang.Thread.run(Thread.java:748)
  550.  
  551.        at org.openmrs.module.web.filter.ForcePasswordChangeFilter.doFilter(ForcePasswordChangeFilter.java:60) [legacyui.jar:?]
  552.        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar:9.0.52]
  553.        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar:9.0.52]
  554.        at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:73) [openmrs-web-2.5.0.jar:?]
  555.        at org.openmrs.web.filter.GZIPFilter.doFilterInternal(GZIPFilter.java:65) [openmrs-web-2.5.0.jar:?]
  556.        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  557.        at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:71) [openmrs-web-2.5.0.jar:?]
  558.        at org.openmrs.module.webservices.rest.web.filter.AuthorizationFilter.doFilter(AuthorizationFilter.java:105) [webservices.rest-omod-common-2.33.0.jar:?]
  559.        at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:71) [openmrs-web-2.5.0.jar:?]
  560.        at org.openmrs.module.webservices.rest.web.filter.ContentTypeFilter.doFilter(ContentTypeFilter.java:64) [webservices.rest-omod-common-2.33.0.jar:?]
  561.        at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:71) [openmrs-web-2.5.0.jar:?]
  562.        at org.springframework.web.filter.ShallowEtagHeaderFilter.doFilterInternal(ShallowEtagHeaderFilter.java:106) [spring-web-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  563.        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  564.        at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:71) [openmrs-web-2.5.0.jar:?]
  565.        at org.openmrs.module.owa.filter.OwaFilter.doFilter(OwaFilter.java:93) [owa.jar:?]
  566.        at org.openmrs.module.owa.filter.OwaFilter.doFilter(OwaFilter.java:61) [owa.jar:?]
  567.        at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:71) [openmrs-web-2.5.0.jar:?]
  568.        at org.openmrs.module.spa.filter.SpaFilter.doFilter(SpaFilter.java:53) [spa.jar:?]
  569.        at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:71) [openmrs-web-2.5.0.jar:?]
  570.        at org.openmrs.module.web.filter.ModuleFilter.doFilter(ModuleFilter.java:57) [openmrs-web-2.5.0.jar:?]
  571.        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar:9.0.52]
  572.        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar:9.0.52]
  573.        at org.openmrs.web.filter.OpenmrsFilter.doFilterInternal(OpenmrsFilter.java:105) [openmrs-web-2.5.0.jar:?]
  574.        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  575.        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar:9.0.52]
  576.        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar:9.0.52]
  577.        at org.springframework.orm.hibernate5.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:156) [spring-orm-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  578.        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  579.        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar:9.0.52]
  580.        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar:9.0.52]
  581.        at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:108) [openmrs-web-2.5.0.jar:?]
  582.        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar:9.0.52]
  583.        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar:9.0.52]
  584.        at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:108) [openmrs-web-2.5.0.jar:?]
  585.        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar:9.0.52]
  586.        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar:9.0.52]
  587.        at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:108) [openmrs-web-2.5.0.jar:?]
  588.        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar:9.0.52]
  589.        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar:9.0.52]
  590.        at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  591.        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.14.RELEASE.jar:5.2.14.RELEASE]
  592.        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.52.jar:9.0.52]
  593.        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.52.jar:9.0.52]
  594.        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) [tomcat-embed-core-9.0.52.jar:9.0.52]
  595.        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.52.jar:9.0.52]
  596.        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) [tomcat-embed-core-9.0.52.jar:9.0.52]
  597.        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) [tomcat-embed-core-9.0.52.jar:9.0.52]
  598.        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.52.jar:9.0.52]
  599.        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.52.jar:9.0.52]
  600.        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) [tomcat-embed-core-9.0.52.jar:9.0.52]
  601.        at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382) [tomcat-embed-core-9.0.52.jar:9.0.52]
  602.        at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.52.jar:9.0.52]
  603.        at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893) [tomcat-embed-core-9.0.52.jar:9.0.52]
  604.        at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726) [tomcat-embed-core-9.0.52.jar:9.0.52]
  605.        at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.52.jar:9.0.52]
  606.        at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) [tomcat-embed-core-9.0.52.jar:9.0.52]
  607.        at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) [tomcat-embed-core-9.0.52.jar:9.0.52]
  608.        at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.52.jar:9.0.52]
  609.        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_312]
  610.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement