Advertisement
Guest User

Untitled

a guest
Sep 4th, 2019
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 184.17 KB | None | 0 0
  1. Attempting to load properties file in current directory: openmrs-standalone-runtime.properties
  2. Using runtime properties file: openmrs-standalone-runtime.properties
  3. Sep 04, 2019 11:18:43 AM org.apache.coyote.AbstractProtocol init
  4. INFO: Initializing ProtocolHandler ["http-bio-8081"]
  5. Sep 04, 2019 11:18:43 AM org.apache.catalina.startup.Embedded startInternal
  6. INFO: Starting tomcat server
  7. Sep 04, 2019 11:18:43 AM org.apache.catalina.core.StandardEngine startInternal
  8. INFO: Starting Servlet Engine: Apache Tomcat/7.0.50
  9. Sep 04, 2019 11:18:47 AM org.apache.catalina.startup.TaglibUriRule body
  10. INFO: TLD skipped. URI: http://www.springframework.org/tags/form is already defined
  11. Sep 04, 2019 11:18:47 AM org.apache.catalina.startup.TaglibUriRule body
  12. INFO: TLD skipped. URI: http://www.springframework.org/tags/form is already defined
  13. Sep 04, 2019 11:18:47 AM org.apache.catalina.startup.TaglibUriRule body
  14. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
  15. Sep 04, 2019 11:18:47 AM org.apache.catalina.startup.TaglibUriRule body
  16. INFO: TLD skipped. URI: http://www.springframework.org/tags is already defined
  17. Sep 04, 2019 11:18:47 AM org.apache.catalina.startup.TaglibUriRule body
  18. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/response-1.0 is already defined
  19. Sep 04, 2019 11:18:47 AM org.apache.catalina.startup.TaglibUriRule body
  20. INFO: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
  21. Sep 04, 2019 11:18:47 AM org.apache.catalina.startup.TaglibUriRule body
  22. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/page-1.0 is already defined
  23. Sep 04, 2019 11:18:47 AM org.apache.catalina.startup.TaglibUriRule body
  24. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/request-1.0 is already defined
  25. Sep 04, 2019 11:18:47 AM org.apache.catalina.startup.TaglibUriRule body
  26. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/request-1.0 is already defined
  27. Sep 04, 2019 11:18:47 AM org.apache.catalina.startup.TaglibUriRule body
  28. INFO: TLD skipped. URI: http://www.springframework.org/tags is already defined
  29. Sep 04, 2019 11:18:47 AM org.apache.catalina.startup.TaglibUriRule body
  30. INFO: TLD skipped. URI: http://www.springframework.org/tags/form is already defined
  31. Sep 04, 2019 11:18:47 AM org.apache.catalina.startup.TaglibUriRule body
  32. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/response-1.0 is already defined
  33. Sep 04, 2019 11:18:47 AM org.apache.catalina.startup.TaglibUriRule body
  34. INFO: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
  35. Sep 04, 2019 11:18:47 AM org.apache.catalina.startup.TaglibUriRule body
  36. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
  37. Sep 04, 2019 11:18:47 AM org.apache.catalina.startup.TaglibUriRule body
  38. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/page-1.0 is already defined
  39. Sep 04, 2019 11:18:47 AM org.apache.catalina.core.ApplicationContext log
  40. INFO: No Spring WebApplicationInitializer types detected on classpath
  41. Sep 04, 2019 11:18:47 AM org.apache.catalina.core.ApplicationContext log
  42. INFO: Initializing log4j from [classpath:log4j.xml]
  43. INFO - Listener.contextInitialized(174) |2019-09-04 11:18:47,751| Using runtime properties file: openmrs-standalone-runtime.properties
  44. ERROR - Listener.contextInitialized(205) |2019-09-04 11:18:52,173| Got exception while starting up:
  45. java.lang.RuntimeException: Error occurred while trying to get the updates needed for the database. Unable to get a connection to the database. Please check your openmrs runtime properties file and make sure you have the correct connection.username and connection.password set
  46. at org.openmrs.util.DatabaseUpdater.getUnrunDatabaseChanges(DatabaseUpdater.java:627)
  47. at org.openmrs.util.DatabaseUpdater.getUnrunDatabaseChanges(DatabaseUpdater.java:583)
  48. at org.openmrs.util.DatabaseUpdater.updatesRequired(DatabaseUpdater.java:249)
  49. at org.openmrs.web.Listener.setupNeeded(Listener.java:222)
  50. at org.openmrs.web.Listener.contextInitialized(Listener.java:180)
  51. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4961)
  52. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5455)
  53. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  54. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
  55. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
  56. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  57. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  58. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  59. at java.lang.Thread.run(Thread.java:748)
  60. Caused by: java.lang.Exception: Unable to get a connection to the database. Please check your openmrs runtime properties file and make sure you have the correct connection.username and connection.password set
  61. at org.openmrs.util.DatabaseUpdater.getLiquibase(DatabaseUpdater.java:358)
  62. at org.openmrs.util.DatabaseUpdater.getUnrunDatabaseChanges(DatabaseUpdater.java:612)
  63. ... 13 more
  64. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
  65. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  66. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  67. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  68. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  69. at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
  70. at com.mysql.jdbc.Util.getInstance(Util.java:386)
  71. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1015)
  72. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:989)
  73. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:975)
  74. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:920)
  75. at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2395)
  76. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2316)
  77. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:834)
  78. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  79. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  80. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  81. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  82. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  83. at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
  84. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:416)
  85. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:347)
  86. at java.sql.DriverManager.getConnection(DriverManager.java:664)
  87. at java.sql.DriverManager.getConnection(DriverManager.java:247)
  88. at org.openmrs.util.DatabaseUpdater.getConnection(DatabaseUpdater.java:420)
  89. at org.openmrs.util.DatabaseUpdater.getLiquibase(DatabaseUpdater.java:355)
  90. ... 14 more
  91. Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  92.  
  93. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  94. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  95. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  96. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  97. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  98. at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
  99. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1129)
  100. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:358)
  101. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2489)
  102. at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2334)
  103. ... 28 more
  104. Caused by: java.net.ConnectException: Connection refused (Connection refused)
  105. at java.net.PlainSocketImpl.socketConnect(Native Method)
  106. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  107. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  108. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  109. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  110. at java.net.Socket.connect(Socket.java:589)
  111. at java.net.Socket.connect(Socket.java:538)
  112. at java.net.Socket.<init>(Socket.java:434)
  113. at java.net.Socket.<init>(Socket.java:244)
  114. at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:256)
  115. at com.mysql.management.driverlaunched.ServerLauncherSocketFactory.connect(ServerLauncherSocketFactory.java:74)
  116. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:308)
  117. ... 30 more
  118. Sep 04, 2019 11:18:56 AM org.apache.coyote.AbstractProtocol start
  119. INFO: Starting ProtocolHandler ["http-bio-8081"]
  120. Sep 04, 2019 11:19:14 AM org.apache.coyote.AbstractProtocol stop
  121. INFO: Stopping ProtocolHandler ["http-bio-8081"]
  122. ERROR - Context.getServiceContext(250) |2019-09-04 11:19:14,316| serviceContext is null. Creating new ServiceContext()
  123. WARN - LocaleUtility.getDefaultLocale(73) |2019-09-04 11:19:14,328| Unable to get locale global property value. Service not found: interface org.openmrs.api.AdministrationService
  124. Sep 04, 2019 11:19:14 AM org.apache.catalina.core.StandardContext listenerStop
  125. SEVERE: Exception sending context destroyed event to listener instance of class org.openmrs.web.Listener
  126. org.openmrs.api.APIException: contextDAO is null
  127. at org.openmrs.api.context.Context.getContextDAO(Context.java:161)
  128. at org.openmrs.api.context.Context.closeSession(Context.java:728)
  129. at org.openmrs.web.Listener.contextDestroyed(Listener.java:580)
  130. at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:5002)
  131. at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5647)
  132. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
  133. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1575)
  134. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1564)
  135. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  136. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  137. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  138. at java.lang.Thread.run(Thread.java:748)
  139.  
  140. Sep 04, 2019 11:19:14 AM org.apache.catalina.core.ApplicationContext log
  141. INFO: Shutting down log4j
  142. Sep 04, 2019 11:19:14 AM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
  143. SEVERE: The web application [/openmrs-standalone] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
  144. Sep 04, 2019 11:19:14 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
  145. SEVERE: The web application [/openmrs-standalone] appears to have started a thread named [Thread-5] but has failed to stop it. This is very likely to create a memory leak.
  146. [MysqldResource] stopping mysqld (process: 5063)
  147. [MysqldResource] shutdown complete
  148. Attempting to load properties file in current directory: openmrs-standalone-runtime.properties
  149. Using runtime properties file: openmrs-standalone-runtime.properties
  150. Sep 04, 2019 12:56:15 PM org.apache.coyote.AbstractProtocol init
  151. INFO: Initializing ProtocolHandler ["http-bio-8081"]
  152. Sep 04, 2019 12:56:15 PM org.apache.catalina.startup.Embedded startInternal
  153. INFO: Starting tomcat server
  154. Sep 04, 2019 12:56:15 PM org.apache.catalina.core.StandardEngine startInternal
  155. INFO: Starting Servlet Engine: Apache Tomcat/7.0.50
  156. Sep 04, 2019 12:56:17 PM org.apache.catalina.startup.TaglibUriRule body
  157. INFO: TLD skipped. URI: http://www.springframework.org/tags/form is already defined
  158. Sep 04, 2019 12:56:17 PM org.apache.catalina.startup.TaglibUriRule body
  159. INFO: TLD skipped. URI: http://www.springframework.org/tags/form is already defined
  160. Sep 04, 2019 12:56:17 PM org.apache.catalina.startup.TaglibUriRule body
  161. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
  162. Sep 04, 2019 12:56:17 PM org.apache.catalina.startup.TaglibUriRule body
  163. INFO: TLD skipped. URI: http://www.springframework.org/tags is already defined
  164. Sep 04, 2019 12:56:17 PM org.apache.catalina.startup.TaglibUriRule body
  165. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/response-1.0 is already defined
  166. Sep 04, 2019 12:56:17 PM org.apache.catalina.startup.TaglibUriRule body
  167. INFO: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
  168. Sep 04, 2019 12:56:17 PM org.apache.catalina.startup.TaglibUriRule body
  169. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/page-1.0 is already defined
  170. Sep 04, 2019 12:56:17 PM org.apache.catalina.startup.TaglibUriRule body
  171. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/request-1.0 is already defined
  172. Sep 04, 2019 12:56:17 PM org.apache.catalina.startup.TaglibUriRule body
  173. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/request-1.0 is already defined
  174. Sep 04, 2019 12:56:17 PM org.apache.catalina.startup.TaglibUriRule body
  175. INFO: TLD skipped. URI: http://www.springframework.org/tags is already defined
  176. Sep 04, 2019 12:56:17 PM org.apache.catalina.startup.TaglibUriRule body
  177. INFO: TLD skipped. URI: http://www.springframework.org/tags/form is already defined
  178. Sep 04, 2019 12:56:18 PM org.apache.catalina.startup.TaglibUriRule body
  179. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/response-1.0 is already defined
  180. Sep 04, 2019 12:56:18 PM org.apache.catalina.startup.TaglibUriRule body
  181. INFO: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
  182. Sep 04, 2019 12:56:18 PM org.apache.catalina.startup.TaglibUriRule body
  183. INFO: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
  184. Sep 04, 2019 12:56:18 PM org.apache.catalina.startup.TaglibUriRule body
  185. INFO: TLD skipped. URI: http://jakarta.apache.org/taglibs/page-1.0 is already defined
  186. Sep 04, 2019 12:56:18 PM org.apache.catalina.core.ApplicationContext log
  187. INFO: No Spring WebApplicationInitializer types detected on classpath
  188. Sep 04, 2019 12:56:18 PM org.apache.catalina.core.ApplicationContext log
  189. INFO: Initializing log4j from [classpath:log4j.xml]
  190. INFO - Listener.contextInitialized(174) |2019-09-04 12:56:18,298| Using runtime properties file: openmrs-standalone-runtime.properties
  191. [/home/gibril/Documents/PH_Backups/NMRS-RUSTH/database/bin/mysqld][--no-defaults][--basedir=/home/gibril/Documents/PH_Backups/NMRS-RUSTH/database][--max_allowed_packet=96M][--port=3316][--datadir=/home/gibril/Documents/PH_Backups/NMRS-RUSTH/database/data][--character-set-server=utf8][--socket=mysql.sock][--collation-server=utf8_general_ci][--pid-file=/home/gibril/Documents/PH_Backups/NMRS-RUSTH/database/data/MysqldResource.pid]
  192. [MysqldResource] launching mysqld (driver_launched_mysqld_1)
  193. [MysqldResource] mysqld running as process: 26651
  194. INFO 9/4/19 12:56 PM:liquibase: Reading from `liquibasechangelog`
  195. WARNING 9/4/19 12:56 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  196. WARNING 9/4/19 12:56 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  197. WARNING 9/4/19 12:56 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  198. WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2019-09-04 12:56:28,082| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
  199. WARN - Listener.loadBundledModules(523) |2019-09-04 12:56:28,122| Bundled module folder doesn't exist: /home/gibril/Documents/PH_Backups/NMRS-RUSTH/tomcat/webapps/openmrs-standalone/WEB-INF/bundledModules
  200. INFO 9/4/19 12:56 PM:liquibase: Reading from `liquibasechangelog`
  201. WARNING 9/4/19 12:56 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  202. WARNING 9/4/19 12:56 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  203. WARNING 9/4/19 12:56 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  204. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:29,372| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: event.started value: true,
  205. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:29,388| Exiting method saveGlobalProperty
  206. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:29,390| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: event.mandatory value: false,
  207. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:29,394| Exiting method saveGlobalProperty
  208. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:29,487| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: legacyui.started value: true,
  209. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:29,490| Exiting method saveGlobalProperty
  210. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:29,497| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: legacyui.mandatory value: false,
  211. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:29,500| Exiting method saveGlobalProperty
  212. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:29,524| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: dataexchange.started value: true,
  213. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:29,535| Exiting method saveGlobalProperty
  214. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:29,537| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: dataexchange.mandatory value: false,
  215. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:29,542| Exiting method saveGlobalProperty
  216. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:29,564| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingcompatibility.started value: true,
  217. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:29,568| Exiting method saveGlobalProperty
  218. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:29,571| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingcompatibility.mandatory value: false,
  219. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:29,577| Exiting method saveGlobalProperty
  220. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:29,648| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: webservices.rest.started value: true,
  221. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:29,650| Exiting method saveGlobalProperty
  222. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:29,654| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: webservices.rest.mandatory value: false,
  223. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:29,657| Exiting method saveGlobalProperty
  224. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:29,706| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: serialization.xstream.started value: true,
  225. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:29,707| Exiting method saveGlobalProperty
  226. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:29,711| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: serialization.xstream.mandatory value: false,
  227. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:29,714| Exiting method saveGlobalProperty
  228. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  229. INFO 9/4/19 12:56 PM:liquibase: Reading from `liquibasechangelog`
  230. INFO 9/4/19 12:56 PM:liquibase: Successfully acquired change log lock
  231. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  232. INFO 9/4/19 12:56 PM:liquibase: Successfully released change log lock
  233. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:30,901| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uiframework.started value: true,
  234. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:30,902| Exiting method saveGlobalProperty
  235. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:30,908| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uiframework.mandatory value: false,
  236. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:30,910| Exiting method saveGlobalProperty
  237. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:30,956| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uicommons.started value: true,
  238. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:30,957| Exiting method saveGlobalProperty
  239. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:30,962| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uicommons.mandatory value: false,
  240. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:30,967| Exiting method saveGlobalProperty
  241. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  242. INFO 9/4/19 12:56 PM:liquibase: Reading from `liquibasechangelog`
  243. INFO 9/4/19 12:56 PM:liquibase: Successfully acquired change log lock
  244. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  245. INFO 9/4/19 12:56 PM:liquibase: Successfully released change log lock
  246. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:31,029| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: atlas.started value: true,
  247. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:31,031| Exiting method saveGlobalProperty
  248. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:31,033| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: atlas.mandatory value: false,
  249. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:31,035| Exiting method saveGlobalProperty
  250. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:31,087| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uilibrary.started value: true,
  251. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:31,089| Exiting method saveGlobalProperty
  252. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:31,092| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uilibrary.mandatory value: false,
  253. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:31,094| Exiting method saveGlobalProperty
  254. INFO 9/4/19 12:56 PM:liquibase: Reading from `liquibasechangelog`
  255. INFO 9/4/19 12:56 PM:liquibase: Successfully acquired change log lock
  256. INFO 9/4/19 12:56 PM:liquibase: Successfully released change log lock
  257. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:31,168| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.started value: true,
  258. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:31,171| Exiting method saveGlobalProperty
  259. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:31,174| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.mandatory value: false,
  260. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:31,176| Exiting method saveGlobalProperty
  261. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:31,228| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.started value: true,
  262. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:31,231| Exiting method saveGlobalProperty
  263. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:31,233| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.mandatory value: false,
  264. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:31,235| Exiting method saveGlobalProperty
  265. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:31,258| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlwidgets.started value: true,
  266. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:31,260| Exiting method saveGlobalProperty
  267. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:31,263| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlwidgets.mandatory value: false,
  268. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:31,265| Exiting method saveGlobalProperty
  269. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:31,329| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: owa.started value: true,
  270. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:31,331| Exiting method saveGlobalProperty
  271. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:31,333| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: owa.mandatory value: false,
  272. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:31,334| Exiting method saveGlobalProperty
  273. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  274. INFO 9/4/19 12:56 PM:liquibase: Reading from `liquibasechangelog`
  275. INFO 9/4/19 12:56 PM:liquibase: Successfully acquired change log lock
  276. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  277. INFO 9/4/19 12:56 PM:liquibase: Successfully released change log lock
  278. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:31,442| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatamapping.started value: true,
  279. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:31,444| Exiting method saveGlobalProperty
  280. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:31,447| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatamapping.mandatory value: false,
  281. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:31,449| Exiting method saveGlobalProperty
  282. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  283. INFO 9/4/19 12:56 PM:liquibase: Reading from `liquibasechangelog`
  284. INFO 9/4/19 12:56 PM:liquibase: Successfully acquired change log lock
  285. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  286. INFO 9/4/19 12:56 PM:liquibase: Successfully released change log lock
  287. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:31,528| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatasharing.started value: true,
  288. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:31,530| Exiting method saveGlobalProperty
  289. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:31,532| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatasharing.mandatory value: false,
  290. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:31,534| Exiting method saveGlobalProperty
  291. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:31,557| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatadeploy.started value: true,
  292. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:31,558| Exiting method saveGlobalProperty
  293. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:31,560| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatadeploy.mandatory value: false,
  294. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:31,562| Exiting method saveGlobalProperty
  295. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  296. INFO 9/4/19 12:56 PM:liquibase: Reading from `liquibasechangelog`
  297. INFO 9/4/19 12:56 PM:liquibase: Successfully acquired change log lock
  298. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  299. INFO 9/4/19 12:56 PM:liquibase: Successfully released change log lock
  300. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:31,670| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentry.started value: true,
  301. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:31,672| Exiting method saveGlobalProperty
  302. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:31,675| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentry.mandatory value: false,
  303. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:31,676| Exiting method saveGlobalProperty
  304. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  305. INFO 9/4/19 12:56 PM:liquibase: Reading from `liquibasechangelog`
  306. INFO 9/4/19 12:56 PM:liquibase: Successfully acquired change log lock
  307. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  308. INFO 9/4/19 12:56 PM:liquibase: Successfully released change log lock
  309. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:31,746| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: calculation.started value: true,
  310. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:31,748| Exiting method saveGlobalProperty
  311. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:31,750| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: calculation.mandatory value: false,
  312. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:31,752| Exiting method saveGlobalProperty
  313. INFO 9/4/19 12:56 PM:liquibase: Reading from `liquibasechangelog`
  314. INFO 9/4/19 12:56 PM:liquibase: Successfully acquired change log lock
  315. INFO 9/4/19 12:56 PM:liquibase: Successfully released change log lock
  316. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:32,229| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.started value: true,
  317. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:32,231| Exiting method saveGlobalProperty
  318. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:32,242| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.mandatory value: false,
  319. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:32,246| Exiting method saveGlobalProperty
  320. INFO 9/4/19 12:56 PM:liquibase: Reading from `liquibasechangelog`
  321. INFO 9/4/19 12:56 PM:liquibase: Successfully acquired change log lock
  322. INFO 9/4/19 12:56 PM:liquibase: Successfully released change log lock
  323. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:32,346| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: emrapi.started value: true,
  324. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:32,348| Exiting method saveGlobalProperty
  325. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:32,350| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: emrapi.mandatory value: false,
  326. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:32,352| Exiting method saveGlobalProperty
  327. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  328. INFO 9/4/19 12:56 PM:liquibase: Reading from `liquibasechangelog`
  329. INFO 9/4/19 12:56 PM:liquibase: Successfully acquired change log lock
  330. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  331. INFO 9/4/19 12:56 PM:liquibase: Successfully released change log lock
  332. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:32,461| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentscheduling.started value: true,
  333. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:32,463| Exiting method saveGlobalProperty
  334. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:32,465| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentscheduling.mandatory value: false,
  335. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:32,467| Exiting method saveGlobalProperty
  336. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:32,490| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingrest.started value: true,
  337. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:32,491| Exiting method saveGlobalProperty
  338. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:32,493| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingrest.mandatory value: false,
  339. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:32,495| Exiting method saveGlobalProperty
  340. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:32,525| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: idgen.started value: true,
  341. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:32,527| Exiting method saveGlobalProperty
  342. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:32,530| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: idgen.mandatory value: false,
  343. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:32,532| Exiting method saveGlobalProperty
  344. INFO 9/4/19 12:56 PM:liquibase: Reading from `liquibasechangelog`
  345. INFO 9/4/19 12:56 PM:liquibase: Successfully acquired change log lock
  346. INFO 9/4/19 12:56 PM:liquibase: Successfully released change log lock
  347. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:32,611| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencemetadata.started value: true,
  348. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:32,612| Exiting method saveGlobalProperty
  349. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:32,614| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencemetadata.mandatory value: false,
  350. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:32,616| Exiting method saveGlobalProperty
  351. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  352. INFO 9/4/19 12:56 PM:liquibase: Reading from `liquibasechangelog`
  353. INFO 9/4/19 12:56 PM:liquibase: Successfully acquired change log lock
  354. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  355. INFO 9/4/19 12:56 PM:liquibase: Successfully released change log lock
  356. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:32,680| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.started value: true,
  357. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:32,682| Exiting method saveGlobalProperty
  358. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:32,684| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.mandatory value: false,
  359. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:32,686| Exiting method saveGlobalProperty
  360. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  361. INFO 9/4/19 12:56 PM:liquibase: Reading from `liquibasechangelog`
  362. INFO 9/4/19 12:56 PM:liquibase: Successfully acquired change log lock
  363. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  364. INFO 9/4/19 12:56 PM:liquibase: Successfully released change log lock
  365. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:32,783| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appframework.started value: true,
  366. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:32,784| Exiting method saveGlobalProperty
  367. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:32,786| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appframework.mandatory value: false,
  368. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:32,788| Exiting method saveGlobalProperty
  369. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:32,794| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: formentryapp.started value: true,
  370. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:32,796| Exiting method saveGlobalProperty
  371. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:32,798| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: formentryapp.mandatory value: false,
  372. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:32,799| Exiting method saveGlobalProperty
  373. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  374. INFO 9/4/19 12:56 PM:liquibase: Reading from `liquibasechangelog`
  375. INFO 9/4/19 12:56 PM:liquibase: Successfully acquired change log lock
  376. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  377. INFO 9/4/19 12:56 PM:liquibase: Successfully released change log lock
  378. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:32,858| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: allergyui.started value: true,
  379. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:32,860| Exiting method saveGlobalProperty
  380. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:32,862| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: allergyui.mandatory value: false,
  381. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:32,864| Exiting method saveGlobalProperty
  382. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:32,873| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appui.started value: true,
  383. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:32,875| Exiting method saveGlobalProperty
  384. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:32,878| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appui.mandatory value: false,
  385. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:32,880| Exiting method saveGlobalProperty
  386. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:32,891| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: adminui.started value: true,
  387. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:32,893| Exiting method saveGlobalProperty
  388. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:32,896| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: adminui.mandatory value: false,
  389. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:32,898| Exiting method saveGlobalProperty
  390. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  391. INFO 9/4/19 12:56 PM:liquibase: Reading from `liquibasechangelog`
  392. INFO 9/4/19 12:56 PM:liquibase: Successfully acquired change log lock
  393. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  394. INFO 9/4/19 12:56 PM:liquibase: Successfully released change log lock
  395. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:33,011| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: coreapps.started value: true,
  396. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:33,014| Exiting method saveGlobalProperty
  397. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:33,016| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: coreapps.mandatory value: false,
  398. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:33,019| Exiting method saveGlobalProperty
  399. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:33,055| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationapp.started value: true,
  400. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:33,057| Exiting method saveGlobalProperty
  401. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:33,059| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationapp.mandatory value: false,
  402. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:33,060| Exiting method saveGlobalProperty
  403. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:33,078| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingui.started value: true,
  404. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:33,080| Exiting method saveGlobalProperty
  405. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:33,081| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingui.mandatory value: false,
  406. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:33,083| Exiting method saveGlobalProperty
  407. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:33,141| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentschedulingui.started value: true,
  408. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:33,142| Exiting method saveGlobalProperty
  409. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:33,144| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentschedulingui.mandatory value: false,
  410. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:33,147| Exiting method saveGlobalProperty
  411. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:33,164| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentryui.started value: true,
  412. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:33,166| Exiting method saveGlobalProperty
  413. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:33,169| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentryui.mandatory value: false,
  414. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:33,170| Exiting method saveGlobalProperty
  415. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  416. INFO 9/4/19 12:56 PM:liquibase: Reading from `liquibasechangelog`
  417. INFO 9/4/19 12:56 PM:liquibase: Successfully acquired change log lock
  418. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  419. INFO 9/4/19 12:56 PM:liquibase: Successfully released change log lock
  420. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:33,272| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: nigeriaemr.started value: true,
  421. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:33,274| Exiting method saveGlobalProperty
  422. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:33,276| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: nigeriaemr.mandatory value: false,
  423. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:33,277| Exiting method saveGlobalProperty
  424. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  425. INFO 9/4/19 12:56 PM:liquibase: Reading from `liquibasechangelog`
  426. INFO 9/4/19 12:56 PM:liquibase: Successfully acquired change log lock
  427. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  428. INFO 9/4/19 12:56 PM:liquibase: Successfully released change log lock
  429. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:33,888| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: chartsearch.started value: true,
  430. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:33,890| Exiting method saveGlobalProperty
  431. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:33,892| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: chartsearch.mandatory value: false,
  432. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:33,894| Exiting method saveGlobalProperty
  433. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  434. INFO 9/4/19 12:56 PM:liquibase: Reading from `liquibasechangelog`
  435. INFO 9/4/19 12:56 PM:liquibase: Successfully acquired change log lock
  436. INFO 9/4/19 12:56 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
  437. INFO 9/4/19 12:56 PM:liquibase: Successfully released change log lock
  438. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:34,026| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referenceapplication.started value: true,
  439. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:34,028| Exiting method saveGlobalProperty
  440. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:34,029| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referenceapplication.mandatory value: false,
  441. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:34,031| Exiting method saveGlobalProperty
  442. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:35,078| In method SchedulerService.saveToMemento. Arguments:
  443. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:35,087| Exiting method saveToMemento
  444. INFO - ServiceContext.startRefreshingContext(823) |2019-09-04 12:56:35,110| Refreshing Context
  445. WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2019-09-04 12:56:48,851| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
  446. INFO - ServiceContext.doneRefreshingContext(834) |2019-09-04 12:56:48,857| Done refreshing Context
  447. ERROR - TaskFactory.createInstance(65) |2019-09-04 12:56:48,905| OpenmrsClassLoader could not load class: org.openmrs.module.dataintegrity.scheduler.DataIntegrityTask. Probably due to a module not being loaded
  448. ERROR - TimerSchedulerServiceImpl.scheduleTask(273) |2019-09-04 12:56:48,906| Failed to schedule task Data Integrity Task
  449. org.openmrs.scheduler.SchedulerException: could not load class
  450. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
  451. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
  452. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
  453. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  454. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  455. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  456. at java.lang.reflect.Method.invoke(Method.java:498)
  457. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  458. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  459. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  460. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  461. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  462. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  463. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  464. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  465. at com.sun.proxy.$Proxy200.onStartup(Unknown Source)
  466. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  467. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  468. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  469. at java.lang.reflect.Method.invoke(Method.java:498)
  470. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  471. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  472. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  473. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
  474. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  475. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  476. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  477. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  478. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  479. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  480. at com.sun.proxy.$Proxy201.onStartup(Unknown Source)
  481. at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
  482. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:852)
  483. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  484. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  485. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  486. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  487. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  488. Caused by: java.lang.ClassNotFoundException: org.openmrs.module.dataintegrity.scheduler.DataIntegrityTask
  489. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1702)
  490. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1547)
  491. at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:167)
  492. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  493. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
  494. ... 37 more
  495. ERROR - TimerSchedulerServiceImpl.onStartup(112) |2019-09-04 12:56:48,908| Failed to schedule task for class org.openmrs.module.dataintegrity.scheduler.DataIntegrityTask
  496. org.openmrs.scheduler.SchedulerException: Failed to schedule task
  497. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:274)
  498. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
  499. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  500. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  501. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  502. at java.lang.reflect.Method.invoke(Method.java:498)
  503. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  504. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  505. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  506. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  507. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  508. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  509. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  510. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  511. at com.sun.proxy.$Proxy200.onStartup(Unknown Source)
  512. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  513. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  514. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  515. at java.lang.reflect.Method.invoke(Method.java:498)
  516. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  517. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  518. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  519. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
  520. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  521. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  522. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  523. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  524. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  525. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  526. at com.sun.proxy.$Proxy201.onStartup(Unknown Source)
  527. at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
  528. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:852)
  529. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  530. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  531. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  532. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  533. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  534. Caused by: org.openmrs.scheduler.SchedulerException: could not load class
  535. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
  536. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
  537. ... 36 more
  538. Caused by: java.lang.ClassNotFoundException: org.openmrs.module.dataintegrity.scheduler.DataIntegrityTask
  539. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1702)
  540. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1547)
  541. at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:167)
  542. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  543. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
  544. ... 37 more
  545. ERROR - OwaActivator.contextRefreshed(91) |2019-09-04 12:56:53,108| java.io.IOException: Destination 'C:\Users\Arinze\openmrs\openmrs\owa/conceptdictionary.owa' already exists
  546. Expanding: C:\Users\Arinze\openmrs\openmrs\owa/metadatamapping.owa into C:\Users\Arinze\openmrs\openmrs\owa/metadatamapping
  547. ERROR - OwaActivator.contextRefreshed(111) |2019-09-04 12:56:53,185| Failed to deploy OWA from zip file: metadatamapping.owa
  548. java.io.FileNotFoundException: C:\Users\Arinze\openmrs\openmrs\owa/metadatamapping/manifest.webapp (No such file or directory)
  549. at java.io.FileInputStream.open0(Native Method)
  550. at java.io.FileInputStream.open(FileInputStream.java:195)
  551. at java.io.FileInputStream.<init>(FileInputStream.java:138)
  552. at org.codehaus.jackson.JsonFactory.createJsonParser(JsonFactory.java:504)
  553. at org.codehaus.jackson.map.ObjectMapper.readValue(ObjectMapper.java:1817)
  554. at org.openmrs.module.owa.impl.DefaultAppManager.installApp(DefaultAppManager.java:120)
  555. at org.openmrs.module.owa.activator.OwaActivator.contextRefreshed(OwaActivator.java:106)
  556. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:877)
  557. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  558. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  559. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  560. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  561. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  562. Expanding: C:\Users\Arinze\openmrs\openmrs\owa/conceptdictionary.owa into C:\Users\Arinze\openmrs\openmrs\owa/conceptdictionary
  563. ERROR - OwaActivator.contextRefreshed(111) |2019-09-04 12:56:53,213| Failed to deploy OWA from zip file: conceptdictionary.owa
  564. java.io.FileNotFoundException: C:\Users\Arinze\openmrs\openmrs\owa/conceptdictionary/manifest.webapp (No such file or directory)
  565. at java.io.FileInputStream.open0(Native Method)
  566. at java.io.FileInputStream.open(FileInputStream.java:195)
  567. at java.io.FileInputStream.<init>(FileInputStream.java:138)
  568. at org.codehaus.jackson.JsonFactory.createJsonParser(JsonFactory.java:504)
  569. at org.codehaus.jackson.map.ObjectMapper.readValue(ObjectMapper.java:1817)
  570. at org.openmrs.module.owa.impl.DefaultAppManager.installApp(DefaultAppManager.java:120)
  571. at org.openmrs.module.owa.activator.OwaActivator.contextRefreshed(OwaActivator.java:106)
  572. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:877)
  573. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  574. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  575. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  576. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  577. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  578. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,327| In method UserService.saveRole. Arguments: Role=Privilege Level: Full,
  579. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,341| Exiting method saveRole
  580. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,374| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: visits.assignmentHandler value: org.openmrs.module.emrapi.adt.EmrApiVisitAssignmentHandler,
  581. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,375| Exiting method saveGlobalProperty
  582. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,412| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: referencemetadata.installedVersion value: 13,
  583. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,421| Exiting method saveGlobalProperty
  584. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,427| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.systemAdministration,
  585. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,428| Exiting method savePrivilege
  586. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,432| In method UserService.savePrivilege. Arguments: Privilege=App: referenceapplication.legacyAdmin,
  587. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,432| Exiting method savePrivilege
  588. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,436| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.activeVisits,
  589. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,437| Exiting method savePrivilege
  590. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,440| In method UserService.savePrivilege. Arguments: Privilege=App: atlas.manage,
  591. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,441| Exiting method savePrivilege
  592. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,444| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.configuremetadata,
  593. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,445| Exiting method savePrivilege
  594. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,448| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.findPatient,
  595. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,450| Exiting method savePrivilege
  596. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,454| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.patientDashboard,
  597. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,454| Exiting method savePrivilege
  598. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,458| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.patientVisits,
  599. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,459| Exiting method savePrivilege
  600. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,462| In method UserService.savePrivilege. Arguments: Privilege=App: coreapps.systemAdministration,
  601. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,463| Exiting method savePrivilege
  602. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,468| In method UserService.savePrivilege. Arguments: Privilege=App: formentryapp.forms,
  603. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,469| Exiting method savePrivilege
  604. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,472| In method UserService.savePrivilege. Arguments: Privilege=App: referenceapplication.vitals,
  605. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,473| Exiting method savePrivilege
  606. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,476| In method UserService.savePrivilege. Arguments: Privilege=App: registrationapp.registerPatient,
  607. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,477| Exiting method savePrivilege
  608. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,480| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.createRetrospectiveVisit,
  609. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,481| Exiting method savePrivilege
  610. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,485| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.createVisit,
  611. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,486| Exiting method savePrivilege
  612. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,489| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.endVisit,
  613. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,490| Exiting method savePrivilege
  614. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,494| In method UserService.savePrivilege. Arguments: Privilege=Task: coreapps.mergeVisits,
  615. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,495| Exiting method savePrivilege
  616. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,499| In method UserService.savePrivilege. Arguments: Privilege=Task: referenceapplication.simpleAdmission,
  617. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,501| Exiting method savePrivilege
  618. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,504| In method UserService.savePrivilege. Arguments: Privilege=Task: referenceapplication.simpleDischarge,
  619. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,505| Exiting method savePrivilege
  620. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,508| In method UserService.savePrivilege. Arguments: Privilege=Task: referenceapplication.simpleTransfer,
  621. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,509| Exiting method savePrivilege
  622. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,512| In method UserService.savePrivilege. Arguments: Privilege=Task: referenceapplication.simpleVisitNote,
  623. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,513| Exiting method savePrivilege
  624. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,517| In method UserService.savePrivilege. Arguments: Privilege=Task: referenceapplication.vitals,
  625. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,518| Exiting method savePrivilege
  626. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,522| In method UserService.savePrivilege. Arguments: Privilege=Task: Modify Allergies,
  627. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,522| Exiting method savePrivilege
  628. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,525| In method UserService.savePrivilege. Arguments: Privilege=Task: emr.patient.encounter.delete,
  629. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,526| Exiting method savePrivilege
  630. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,529| In method UserService.savePrivilege. Arguments: Privilege=Task: emr.patient.encounter.edit,
  631. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,530| Exiting method savePrivilege
  632. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,552| In method UserService.saveRole. Arguments: Role=Application: Administers System,
  633. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,552| Exiting method saveRole
  634. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,567| In method UserService.saveRole. Arguments: Role=Application: Configures Metadata,
  635. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,568| Exiting method saveRole
  636. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,585| In method UserService.saveRole. Arguments: Role=Application: Configures Forms,
  637. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,586| Exiting method saveRole
  638. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,602| In method UserService.saveRole. Arguments: Role=Application: Manages Atlas,
  639. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,603| Exiting method saveRole
  640. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,620| In method UserService.saveRole. Arguments: Role=Application: Registers Patients,
  641. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,621| Exiting method saveRole
  642. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,638| In method UserService.saveRole. Arguments: Role=Application: Enters Vitals,
  643. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,638| Exiting method saveRole
  644. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,653| In method UserService.saveRole. Arguments: Role=Application: Uses Capture Vitals App,
  645. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,654| Exiting method saveRole
  646. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,670| In method UserService.saveRole. Arguments: Role=Application: Uses Patient Summary,
  647. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,671| Exiting method saveRole
  648. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,688| In method UserService.saveRole. Arguments: Role=Application: Writes Clinical Notes,
  649. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,689| Exiting method saveRole
  650. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,714| In method UserService.saveRole. Arguments: Role=Application: Enters ADT Events,
  651. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,721| Exiting method saveRole
  652. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,735| In method UserService.saveRole. Arguments: Role=Application: Records Allergies,
  653. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,735| Exiting method saveRole
  654. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,747| In method UserService.saveRole. Arguments: Role=Application: Has Super User Privileges,
  655. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,748| Exiting method saveRole
  656. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,762| In method UserService.saveRole. Arguments: Role=Application: Sees Appointment Schedule,
  657. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,764| Exiting method saveRole
  658. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,770| In method UserService.saveRole. Arguments: Role=Application: Edits Existing Encounters,
  659. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,771| Exiting method saveRole
  660. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,783| In method UserService.saveRole. Arguments: Role=Application: Requests Appointments,
  661. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,784| Exiting method saveRole
  662. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,798| In method UserService.saveRole. Arguments: Role=Application: Schedules Appointments,
  663. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,800| Exiting method saveRole
  664. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,813| In method UserService.saveRole. Arguments: Role=Application: Schedules And Overbooks Appointments,
  665. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,814| Exiting method saveRole
  666. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,828| In method UserService.saveRole. Arguments: Role=Application: Manages Provider Schedules,
  667. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,829| Exiting method saveRole
  668. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,836| In method UserService.saveRole. Arguments: Role=Application: Configures Appointment Scheduling,
  669. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,837| Exiting method saveRole
  670. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,852| In method UserService.saveRole. Arguments: Role=Organizational: Doctor,
  671. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,852| Exiting method saveRole
  672. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,866| In method UserService.saveRole. Arguments: Role=Organizational: Nurse,
  673. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,868| Exiting method saveRole
  674. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,878| In method UserService.saveRole. Arguments: Role=Organizational: Registration Clerk,
  675. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,879| Exiting method saveRole
  676. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,891| In method UserService.saveRole. Arguments: Role=Organizational: System Administrator,
  677. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,892| Exiting method saveRole
  678. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:53,902| In method UserService.saveRole. Arguments: Role=Organizational: Hospital Administrator,
  679. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:53,902| Exiting method saveRole
  680. INFO - SerializationServiceImpl.getDefaultSerializer(71) |2019-09-04 12:56:53,942| No default serializer specified - using builtin SimpleXStreamSerializer.
  681. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:54,011| In method UserService.saveRole. Arguments: Role=Application: Administers System,
  682. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:54,031| Exiting method saveRole
  683. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:54,039| In method UserService.saveRole. Arguments: Role=Application: Configures Appointment Scheduling,
  684. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:54,051| Exiting method saveRole
  685. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:54,060| In method UserService.saveRole. Arguments: Role=Application: Configures Forms,
  686. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:54,073| Exiting method saveRole
  687. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:54,081| In method UserService.saveRole. Arguments: Role=Application: Configures Metadata,
  688. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:54,091| Exiting method saveRole
  689. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:54,098| In method UserService.saveRole. Arguments: Role=Application: Edits Existing Encounters,
  690. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:54,109| Exiting method saveRole
  691. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:54,116| In method UserService.saveRole. Arguments: Role=Application: Enters ADT Events,
  692. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:54,127| Exiting method saveRole
  693. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:54,135| In method UserService.saveRole. Arguments: Role=Application: Enters Vitals,
  694. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:54,146| Exiting method saveRole
  695. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:54,153| In method UserService.saveRole. Arguments: Role=Application: Has Super User Privileges,
  696. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:54,163| Exiting method saveRole
  697. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:54,171| In method UserService.saveRole. Arguments: Role=Application: Manages Atlas,
  698. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:54,181| Exiting method saveRole
  699. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:54,188| In method UserService.saveRole. Arguments: Role=Application: Manages Provider Schedules,
  700. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:54,198| Exiting method saveRole
  701. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:54,206| In method UserService.saveRole. Arguments: Role=Application: Records Allergies,
  702. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:54,216| Exiting method saveRole
  703. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:54,224| In method UserService.saveRole. Arguments: Role=Application: Registers Patients,
  704. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:54,235| Exiting method saveRole
  705. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:54,241| In method UserService.saveRole. Arguments: Role=Application: Requests Appointments,
  706. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:54,255| Exiting method saveRole
  707. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:54,262| In method UserService.saveRole. Arguments: Role=Application: Schedules And Overbooks Appointments,
  708. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:54,272| Exiting method saveRole
  709. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:54,279| In method UserService.saveRole. Arguments: Role=Application: Schedules Appointments,
  710. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:54,289| Exiting method saveRole
  711. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:54,296| In method UserService.saveRole. Arguments: Role=Application: Sees Appointment Schedule,
  712. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:54,307| Exiting method saveRole
  713. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:54,314| In method UserService.saveRole. Arguments: Role=Application: Uses Capture Vitals App,
  714. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:54,323| Exiting method saveRole
  715. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:54,330| In method UserService.saveRole. Arguments: Role=Application: Uses Patient Summary,
  716. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:54,340| Exiting method saveRole
  717. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:54,346| In method UserService.saveRole. Arguments: Role=Application: Writes Clinical Notes,
  718. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:54,355| Exiting method saveRole
  719. ERROR - AppFrameworkActivator.registerAppsAndExtensions(101) |2019-09-04 12:56:54,430| Error loading app framework. Some apps might not work.org.openmrs.module.appframework.factory.UserAppFactory@3056b20c
  720. java.lang.IllegalStateException: App 'referenceapplication.registrationapp.myRegisterPa' says its an instanceOf 'registrationapp.registerPatient' but there is no AppTemplate with that id
  721. at org.openmrs.module.appframework.repository.AllAppDescriptors.setAppTemplatesOnInstances(AllAppDescriptors.java:74)
  722. at org.openmrs.module.appframework.AppFrameworkActivator.registerAppsAndExtensions(AppFrameworkActivator.java:97)
  723. at org.openmrs.module.appframework.AppFrameworkActivator.contextRefreshed(AppFrameworkActivator.java:69)
  724. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:877)
  725. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  726. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  727. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  728. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  729. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  730. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:54,581| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.identifierSourceId value: 1,
  731. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:54,582| Exiting method saveGlobalProperty
  732. WARN - SerializedDefinitionServiceImpl.getDefinitionByUuid(131) |2019-09-04 12:56:54,639| Unable to deserialize Definition : Serialized org.openmrs.module.appointmentscheduling.reporting.dataset.definition.AppointmentDataSetDefinition named <appointmentschedulingui.appointmentDataSetDefinition.dailyAppointments>
  733. org.openmrs.api.db.DAOException: Unable to deserialize object: Serialized org.openmrs.module.appointmentscheduling.reporting.dataset.definition.AppointmentDataSetDefinition named <appointmentschedulingui.appointmentDataSetDefinition.dailyAppointments>
  734. at org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO.convertSerializedObject(HibernateSerializedObjectDAO.java:302)
  735. at org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl.getDefinitionByUuid(SerializedDefinitionServiceImpl.java:127)
  736. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  737. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  738. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  739. at java.lang.reflect.Method.invoke(Method.java:498)
  740. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  741. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  742. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  743. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  744. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  745. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  746. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  747. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  748. at com.sun.proxy.$Proxy214.getDefinitionByUuid(Unknown Source)
  749. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  750. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  751. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  752. at java.lang.reflect.Method.invoke(Method.java:498)
  753. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  754. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  755. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  756. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  757. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  758. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  759. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  760. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
  761. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  762. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  763. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  764. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  765. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  766. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  767. at com.sun.proxy.$Proxy215.getDefinitionByUuid(Unknown Source)
  768. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  769. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  770. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  771. at java.lang.reflect.Method.invoke(Method.java:498)
  772. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  773. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  774. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  775. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  776. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  777. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  778. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  779. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  780. at com.sun.proxy.$Proxy215.getDefinitionByUuid(Unknown Source)
  781. at org.openmrs.module.reporting.definition.persister.SerializedDefinitionPersister.getDefinitionByUuid(SerializedDefinitionPersister.java:65)
  782. at org.openmrs.module.reporting.definition.service.BaseDefinitionService.getDefinitionByUuid(BaseDefinitionService.java:94)
  783. at org.openmrs.module.reporting.definition.service.BaseDefinitionService.getDefinition(BaseDefinitionService.java:165)
  784. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  785. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  786. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  787. at java.lang.reflect.Method.invoke(Method.java:498)
  788. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  789. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  790. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  791. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  792. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  793. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  794. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  795. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
  796. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  797. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  798. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  799. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  800. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  801. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  802. at com.sun.proxy.$Proxy116.getDefinition(Unknown Source)
  803. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  804. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  805. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  806. at java.lang.reflect.Method.invoke(Method.java:498)
  807. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  808. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  809. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  810. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  811. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  812. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  813. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  814. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  815. at com.sun.proxy.$Proxy239.getDefinition(Unknown Source)
  816. at org.openmrs.module.appointmentschedulingui.reporting.library.AppointmentSchedulingUIDataSetDefinitionLibrary.persistDailyAppointmentsDataSetDefinition(AppointmentSchedulingUIDataSetDefinitionLibrary.java:117)
  817. at org.openmrs.module.appointmentschedulingui.AppointmentSchedulingUIActivator.started(AppointmentSchedulingUIActivator.java:71)
  818. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:881)
  819. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  820. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  821. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  822. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  823. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  824. Caused by: com.thoughtworks.xstream.converters.ConversionException: Cannot construct org.openmrs.module.reporting.common.SortCriteria$SortElement as it does not have a no-args constructor : Cannot construct org.openmrs.module.reporting.common.SortCriteria$SortElement as it does not have a no-args constructor
  825. ---- Debugging information ----
  826. message : Cannot construct org.openmrs.module.reporting.common.SortCriteria$SortElement as it does not have a no-args constructor
  827. cause-exception : com.thoughtworks.xstream.converters.reflection.ObjectAccessException
  828. cause-message : Cannot construct org.openmrs.module.reporting.common.SortCriteria$SortElement as it does not have a no-args constructor
  829. class : org.openmrs.module.reporting.common.SortCriteria$SortElement
  830. required-type : org.openmrs.module.reporting.common.SortCriteria$SortElement
  831. converter-type : org.openmrs.module.serialization.xstream.converter.CustomReflectionConverter
  832. class[1] : java.util.ArrayList
  833. converter-type[1] : com.thoughtworks.xstream.converters.collections.CollectionConverter
  834. class[2] : org.openmrs.module.reporting.common.SortCriteria
  835. class[3] : org.openmrs.module.appointmentscheduling.reporting.dataset.definition.AppointmentDataSetDefinition
  836. converter-type[2] : org.openmrs.module.reporting.serializer.DataSetDefinitionConverter
  837. version : null
  838. -------------------------------
  839. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:79)
  840. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  841. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  842. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  843. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  844. at com.thoughtworks.xstream.converters.collections.CollectionConverter.addCurrentElementToCollection(CollectionConverter.java:79)
  845. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:72)
  846. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:66)
  847. at com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:61)
  848. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  849. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  850. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  851. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:355)
  852. at org.openmrs.module.serialization.xstream.converter.CustomReflectionConverter.doUnmarshal(CustomReflectionConverter.java:145)
  853. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:234)
  854. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  855. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  856. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  857. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:355)
  858. at org.openmrs.module.serialization.xstream.converter.CustomReflectionConverter.doUnmarshal(CustomReflectionConverter.java:145)
  859. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:234)
  860. at org.openmrs.module.serialization.xstream.converter.BaseShortConverter.unmarshal(BaseShortConverter.java:181)
  861. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  862. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  863. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  864. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  865. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  866. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  867. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1058)
  868. at org.openmrs.module.reporting.serializer.ReportingSerializer$1.unmarshal(ReportingSerializer.java:51)
  869. at com.thoughtworks.xstream.XStream.fromXML(XStream.java:913)
  870. at com.thoughtworks.xstream.XStream.fromXML(XStream.java:904)
  871. at org.openmrs.module.serialization.xstream.XStreamSerializer.deserialize(XStreamSerializer.java:330)
  872. at org.openmrs.module.reporting.serializer.ReportingSerializer.deserialize(ReportingSerializer.java:83)
  873. at org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO.convertSerializedObject(HibernateSerializedObjectDAO.java:298)
  874. ... 89 more
  875. Caused by: com.thoughtworks.xstream.converters.reflection.ObjectAccessException: Cannot construct org.openmrs.module.reporting.common.SortCriteria$SortElement as it does not have a no-args constructor
  876. at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.newInstance(PureJavaReflectionProvider.java:71)
  877. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.instantiateNewInstance(AbstractReflectionConverter.java:428)
  878. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:233)
  879. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  880. ... 123 more
  881. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:54,662| In method DefinitionService.saveDefinition. Arguments: Definition=appointmentschedulingui.appointmentDataSetDefinition.dailyAppointments,
  882. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:54,666| In method SerializedDefinitionService.saveDefinition. Arguments: Definition=appointmentschedulingui.appointmentDataSetDefinition.dailyAppointments,
  883. ERROR - SqlExceptionHelper.logExceptions(146) |2019-09-04 12:56:54,688| Duplicate entry 'c1bf0730-e69e-11e3-ac10-0800200c9a66' for key 'serialized_object_uuid_index'
  884. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:54,690| Exiting method saveDefinition
  885. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:54,697| Exiting method saveDefinition
  886. WARN - ModuleUtil.refreshApplicationContext(889) |2019-09-04 12:56:54,705| Unable to invoke started() method on the module's activator
  887. org.hibernate.exception.ConstraintViolationException: could not execute statement
  888. at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:72)
  889. at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:49)
  890. at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:126)
  891. at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:112)
  892. at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.executeUpdate(ResultSetReturnImpl.java:211)
  893. at org.hibernate.id.IdentityGenerator$GetGeneratedKeysDelegate.executeAndExtract(IdentityGenerator.java:96)
  894. at org.hibernate.id.insert.AbstractReturningDelegate.performInsert(AbstractReturningDelegate.java:58)
  895. at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:3032)
  896. at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:3558)
  897. at org.hibernate.action.internal.EntityIdentityInsertAction.execute(EntityIdentityInsertAction.java:98)
  898. at org.hibernate.engine.spi.ActionQueue.execute(ActionQueue.java:492)
  899. at org.hibernate.engine.spi.ActionQueue.addResolvedEntityInsertAction(ActionQueue.java:197)
  900. at org.hibernate.engine.spi.ActionQueue.addInsertAction(ActionQueue.java:181)
  901. at org.hibernate.engine.spi.ActionQueue.addAction(ActionQueue.java:216)
  902. at org.hibernate.event.internal.AbstractSaveEventListener.addInsertAction(AbstractSaveEventListener.java:334)
  903. at org.hibernate.event.internal.AbstractSaveEventListener.performSaveOrReplicate(AbstractSaveEventListener.java:289)
  904. at org.hibernate.event.internal.AbstractSaveEventListener.performSave(AbstractSaveEventListener.java:195)
  905. at org.hibernate.event.internal.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:126)
  906. at org.hibernate.event.internal.DefaultSaveOrUpdateEventListener.saveWithGeneratedOrRequestedId(DefaultSaveOrUpdateEventListener.java:209)
  907. at org.hibernate.event.internal.DefaultSaveOrUpdateEventListener.entityIsTransient(DefaultSaveOrUpdateEventListener.java:194)
  908. at org.hibernate.event.internal.DefaultSaveOrUpdateEventListener.performSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:114)
  909. at org.hibernate.event.internal.DefaultSaveOrUpdateEventListener.onSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:90)
  910. at org.hibernate.internal.SessionImpl.fireSaveOrUpdate(SessionImpl.java:684)
  911. at org.hibernate.internal.SessionImpl.saveOrUpdate(SessionImpl.java:676)
  912. at org.hibernate.internal.SessionImpl.saveOrUpdate(SessionImpl.java:671)
  913. at org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO.saveObject(HibernateSerializedObjectDAO.java:243)
  914. at org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl.saveDefinition(SerializedDefinitionServiceImpl.java:249)
  915. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  916. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  917. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  918. at java.lang.reflect.Method.invoke(Method.java:498)
  919. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  920. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  921. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  922. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  923. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  924. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  925. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  926. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  927. at com.sun.proxy.$Proxy214.saveDefinition(Unknown Source)
  928. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  929. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  930. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  931. at java.lang.reflect.Method.invoke(Method.java:498)
  932. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  933. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  934. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  935. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  936. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  937. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  938. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  939. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
  940. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  941. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  942. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  943. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  944. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  945. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  946. at com.sun.proxy.$Proxy215.saveDefinition(Unknown Source)
  947. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  948. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  949. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  950. at java.lang.reflect.Method.invoke(Method.java:498)
  951. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  952. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  953. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  954. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  955. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  956. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  957. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  958. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  959. at com.sun.proxy.$Proxy215.saveDefinition(Unknown Source)
  960. at org.openmrs.module.reporting.definition.persister.SerializedDefinitionPersister.saveDefinition(SerializedDefinitionPersister.java:93)
  961. at org.openmrs.module.reporting.definition.service.BaseDefinitionService.saveDefinition(BaseDefinitionService.java:146)
  962. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  963. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  964. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  965. at java.lang.reflect.Method.invoke(Method.java:498)
  966. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  967. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  968. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  969. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  970. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  971. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  972. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  973. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
  974. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  975. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  976. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  977. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  978. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  979. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  980. at com.sun.proxy.$Proxy116.saveDefinition(Unknown Source)
  981. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  982. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  983. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  984. at java.lang.reflect.Method.invoke(Method.java:498)
  985. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  986. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  987. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  988. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  989. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  990. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  991. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  992. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  993. at com.sun.proxy.$Proxy239.saveDefinition(Unknown Source)
  994. at org.openmrs.module.appointmentschedulingui.reporting.library.AppointmentSchedulingUIDataSetDefinitionLibrary.persistDailyAppointmentsDataSetDefinition(AppointmentSchedulingUIDataSetDefinitionLibrary.java:151)
  995. at org.openmrs.module.appointmentschedulingui.AppointmentSchedulingUIActivator.started(AppointmentSchedulingUIActivator.java:71)
  996. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:881)
  997. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  998. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  999. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  1000. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  1001. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1002. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'c1bf0730-e69e-11e3-ac10-0800200c9a66' for key 'serialized_object_uuid_index'
  1003. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  1004. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  1005. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  1006. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  1007. at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
  1008. at com.mysql.jdbc.Util.getInstance(Util.java:386)
  1009. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1041)
  1010. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4237)
  1011. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4169)
  1012. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2617)
  1013. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2778)
  1014. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2825)
  1015. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2156)
  1016. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2441)
  1017. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2366)
  1018. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2350)
  1019. at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeUpdate(NewProxyPreparedStatement.java:147)
  1020. at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.executeUpdate(ResultSetReturnImpl.java:208)
  1021. ... 109 more
  1022. WARN - SerializedDefinitionServiceImpl.getDefinitionByUuid(131) |2019-09-04 12:56:54,724| Unable to deserialize Definition : Serialized org.openmrs.module.appointmentscheduling.reporting.dataset.definition.AppointmentDataSetDefinition named <appointmentschedulingui.appointmentDataSetDefinition.dailyAppointments>
  1023. org.openmrs.api.db.DAOException: Unable to deserialize object: Serialized org.openmrs.module.appointmentscheduling.reporting.dataset.definition.AppointmentDataSetDefinition named <appointmentschedulingui.appointmentDataSetDefinition.dailyAppointments>
  1024. at org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO.convertSerializedObject(HibernateSerializedObjectDAO.java:302)
  1025. at org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl.getDefinitionByUuid(SerializedDefinitionServiceImpl.java:127)
  1026. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1027. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1028. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1029. at java.lang.reflect.Method.invoke(Method.java:498)
  1030. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  1031. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  1032. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  1033. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  1034. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  1035. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  1036. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1037. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  1038. at com.sun.proxy.$Proxy214.getDefinitionByUuid(Unknown Source)
  1039. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1040. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1041. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1042. at java.lang.reflect.Method.invoke(Method.java:498)
  1043. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  1044. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  1045. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  1046. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  1047. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  1048. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  1049. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1050. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
  1051. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1052. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  1053. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1054. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  1055. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1056. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  1057. at com.sun.proxy.$Proxy215.getDefinitionByUuid(Unknown Source)
  1058. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1059. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1060. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1061. at java.lang.reflect.Method.invoke(Method.java:498)
  1062. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  1063. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  1064. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  1065. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  1066. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  1067. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  1068. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1069. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  1070. at com.sun.proxy.$Proxy215.getDefinitionByUuid(Unknown Source)
  1071. at org.openmrs.module.reporting.definition.persister.SerializedDefinitionPersister.getDefinitionByUuid(SerializedDefinitionPersister.java:65)
  1072. at org.openmrs.module.reporting.definition.service.BaseDefinitionService.getDefinitionByUuid(BaseDefinitionService.java:94)
  1073. at org.openmrs.module.reporting.definition.service.BaseDefinitionService.getDefinition(BaseDefinitionService.java:165)
  1074. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1075. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1076. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1077. at java.lang.reflect.Method.invoke(Method.java:498)
  1078. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  1079. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  1080. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  1081. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  1082. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  1083. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  1084. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1085. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
  1086. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1087. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  1088. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1089. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  1090. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1091. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  1092. at com.sun.proxy.$Proxy116.getDefinition(Unknown Source)
  1093. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1094. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1095. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1096. at java.lang.reflect.Method.invoke(Method.java:498)
  1097. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  1098. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  1099. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  1100. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  1101. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  1102. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  1103. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1104. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  1105. at com.sun.proxy.$Proxy239.getDefinition(Unknown Source)
  1106. at org.openmrs.module.appointmentschedulingui.AppointmentSchedulingUIActivator.removeDataSetDefinitions(AppointmentSchedulingUIActivator.java:108)
  1107. at org.openmrs.module.appointmentschedulingui.AppointmentSchedulingUIActivator.stopped(AppointmentSchedulingUIActivator.java:95)
  1108. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1198)
  1109. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:890)
  1110. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  1111. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  1112. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  1113. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  1114. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1115. Caused by: com.thoughtworks.xstream.converters.ConversionException: Cannot construct org.openmrs.module.reporting.common.SortCriteria$SortElement as it does not have a no-args constructor : Cannot construct org.openmrs.module.reporting.common.SortCriteria$SortElement as it does not have a no-args constructor
  1116. ---- Debugging information ----
  1117. message : Cannot construct org.openmrs.module.reporting.common.SortCriteria$SortElement as it does not have a no-args constructor
  1118. cause-exception : com.thoughtworks.xstream.converters.reflection.ObjectAccessException
  1119. cause-message : Cannot construct org.openmrs.module.reporting.common.SortCriteria$SortElement as it does not have a no-args constructor
  1120. class : org.openmrs.module.reporting.common.SortCriteria$SortElement
  1121. required-type : org.openmrs.module.reporting.common.SortCriteria$SortElement
  1122. converter-type : org.openmrs.module.serialization.xstream.converter.CustomReflectionConverter
  1123. class[1] : java.util.ArrayList
  1124. converter-type[1] : com.thoughtworks.xstream.converters.collections.CollectionConverter
  1125. class[2] : org.openmrs.module.reporting.common.SortCriteria
  1126. class[3] : org.openmrs.module.appointmentscheduling.reporting.dataset.definition.AppointmentDataSetDefinition
  1127. converter-type[2] : org.openmrs.module.reporting.serializer.DataSetDefinitionConverter
  1128. version : null
  1129. -------------------------------
  1130. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:79)
  1131. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  1132. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  1133. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  1134. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  1135. at com.thoughtworks.xstream.converters.collections.CollectionConverter.addCurrentElementToCollection(CollectionConverter.java:79)
  1136. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:72)
  1137. at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:66)
  1138. at com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:61)
  1139. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  1140. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  1141. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  1142. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:355)
  1143. at org.openmrs.module.serialization.xstream.converter.CustomReflectionConverter.doUnmarshal(CustomReflectionConverter.java:145)
  1144. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:234)
  1145. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  1146. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  1147. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  1148. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:355)
  1149. at org.openmrs.module.serialization.xstream.converter.CustomReflectionConverter.doUnmarshal(CustomReflectionConverter.java:145)
  1150. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:234)
  1151. at org.openmrs.module.serialization.xstream.converter.BaseShortConverter.unmarshal(BaseShortConverter.java:181)
  1152. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  1153. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  1154. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  1155. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  1156. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  1157. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  1158. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1058)
  1159. at org.openmrs.module.reporting.serializer.ReportingSerializer$1.unmarshal(ReportingSerializer.java:51)
  1160. at com.thoughtworks.xstream.XStream.fromXML(XStream.java:913)
  1161. at com.thoughtworks.xstream.XStream.fromXML(XStream.java:904)
  1162. at org.openmrs.module.serialization.xstream.XStreamSerializer.deserialize(XStreamSerializer.java:330)
  1163. at org.openmrs.module.reporting.serializer.ReportingSerializer.deserialize(ReportingSerializer.java:83)
  1164. at org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO.convertSerializedObject(HibernateSerializedObjectDAO.java:298)
  1165. ... 90 more
  1166. Caused by: com.thoughtworks.xstream.converters.reflection.ObjectAccessException: Cannot construct org.openmrs.module.reporting.common.SortCriteria$SortElement as it does not have a no-args constructor
  1167. at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.newInstance(PureJavaReflectionProvider.java:71)
  1168. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.instantiateNewInstance(AbstractReflectionConverter.java:428)
  1169. at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:233)
  1170. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  1171. ... 124 more
  1172. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:54,727| In method DefinitionService.purgeDefinition. Arguments: Definition=AppointmentDataSetDefinition[hashCode=c9e2c856,uuid=0fa8e9cf-abbe-4bd4-9241-7b7370a40939],
  1173. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:54,729| In method SerializedDefinitionService.purgeDefinition. Arguments: Definition=AppointmentDataSetDefinition[hashCode=c9e2c856,uuid=0fa8e9cf-abbe-4bd4-9241-7b7370a40939],
  1174. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:54,731| Exiting method purgeDefinition
  1175. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:54,732| Exiting method purgeDefinition
  1176. WARN - ModuleFactory.stopModule(1202) |2019-09-04 12:56:54,734| Unable to call module's Activator.shutdown() method
  1177. java.lang.IllegalArgumentException: attempt to create delete event with null entity
  1178. at org.hibernate.event.spi.DeleteEvent.<init>(DeleteEvent.java:48)
  1179. at org.hibernate.internal.SessionImpl.delete(SessionImpl.java:896)
  1180. at org.openmrs.api.db.hibernate.HibernateSerializedObjectDAO.purgeObject(HibernateSerializedObjectDAO.java:254)
  1181. at org.openmrs.module.reporting.definition.service.SerializedDefinitionServiceImpl.purgeDefinition(SerializedDefinitionServiceImpl.java:257)
  1182. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1183. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1184. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1185. at java.lang.reflect.Method.invoke(Method.java:498)
  1186. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  1187. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  1188. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  1189. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  1190. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  1191. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  1192. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1193. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  1194. at com.sun.proxy.$Proxy214.purgeDefinition(Unknown Source)
  1195. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1196. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1197. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1198. at java.lang.reflect.Method.invoke(Method.java:498)
  1199. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  1200. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  1201. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  1202. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  1203. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  1204. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  1205. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1206. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
  1207. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1208. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  1209. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1210. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  1211. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1212. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  1213. at com.sun.proxy.$Proxy215.purgeDefinition(Unknown Source)
  1214. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1215. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1216. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1217. at java.lang.reflect.Method.invoke(Method.java:498)
  1218. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  1219. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  1220. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  1221. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  1222. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  1223. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  1224. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1225. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  1226. at com.sun.proxy.$Proxy215.purgeDefinition(Unknown Source)
  1227. at org.openmrs.module.reporting.definition.persister.SerializedDefinitionPersister.purgeDefinition(SerializedDefinitionPersister.java:100)
  1228. at org.openmrs.module.reporting.definition.service.BaseDefinitionService.purgeDefinition(BaseDefinitionService.java:155)
  1229. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1230. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1231. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1232. at java.lang.reflect.Method.invoke(Method.java:498)
  1233. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  1234. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  1235. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  1236. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  1237. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  1238. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  1239. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1240. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
  1241. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1242. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  1243. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1244. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  1245. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1246. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  1247. at com.sun.proxy.$Proxy116.purgeDefinition(Unknown Source)
  1248. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1249. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1250. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1251. at java.lang.reflect.Method.invoke(Method.java:498)
  1252. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  1253. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  1254. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  1255. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  1256. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  1257. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  1258. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1259. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  1260. at com.sun.proxy.$Proxy239.purgeDefinition(Unknown Source)
  1261. at org.openmrs.module.appointmentschedulingui.AppointmentSchedulingUIActivator.removeDataSetDefinitions(AppointmentSchedulingUIActivator.java:111)
  1262. at org.openmrs.module.appointmentschedulingui.AppointmentSchedulingUIActivator.stopped(AppointmentSchedulingUIActivator.java:95)
  1263. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1198)
  1264. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:890)
  1265. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  1266. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  1267. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  1268. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  1269. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1270. ERROR - HtmlFormsInitializer.started(92) |2019-09-04 12:56:54,766| Error while parsing the form's XML: htmlforms/client_tracking_and_terminatio.xml
  1271. java.lang.IllegalArgumentException: Failed to parse XML and build Form and HtmlForm
  1272. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:125)
  1273. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromUiResource(HtmlFormUtil.java:51)
  1274. at org.openmrs.module.nigeriaemr.HtmlFormsInitializer.started(HtmlFormsInitializer.java:71)
  1275. at org.openmrs.module.nigeriaemr.NigeriaemrActivator.started(NigeriaemrActivator.java:28)
  1276. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:881)
  1277. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  1278. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  1279. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  1280. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  1281. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1282. Caused by: java.lang.IllegalArgumentException: formUuid is required
  1283. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:60)
  1284. ... 9 more
  1285. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:54,787| In method FormService.saveForm. Arguments: Form=2,
  1286. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:54,804| Exiting method saveForm
  1287. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:54,811| In method HtmlFormEntryService.saveHtmlForm. Arguments: HtmlForm=HtmlForm[hashCode=a2df370,uuid=dde40702-667e-4ec3-aac5-ee2a77a42dcf],
  1288. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:54,812| In method FormService.saveForm. Arguments: Form=2,
  1289. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:54,813| Exiting method saveForm
  1290. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:54,814| Exiting method saveHtmlForm
  1291. ERROR - HtmlFormsInitializer.started(92) |2019-09-04 12:56:54,844| Error while parsing the form's XML: htmlforms/Laboratory_Order_and_Results_Form.xml
  1292. java.lang.IllegalArgumentException: Failed to parse XML and build Form and HtmlForm
  1293. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:125)
  1294. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromUiResource(HtmlFormUtil.java:51)
  1295. at org.openmrs.module.nigeriaemr.HtmlFormsInitializer.started(HtmlFormsInitializer.java:71)
  1296. at org.openmrs.module.nigeriaemr.NigeriaemrActivator.started(NigeriaemrActivator.java:28)
  1297. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:881)
  1298. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  1299. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  1300. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  1301. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  1302. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1303. Caused by: java.lang.IllegalArgumentException: formUuid is required
  1304. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:60)
  1305. ... 9 more
  1306. ERROR - HtmlFormsInitializer.started(92) |2019-09-04 12:56:54,853| Error while parsing the form's XML: htmlforms/pediatric_initial_clinical_evaluation.xml
  1307. java.lang.IllegalArgumentException: Failed to parse XML and build Form and HtmlForm
  1308. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:125)
  1309. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromUiResource(HtmlFormUtil.java:51)
  1310. at org.openmrs.module.nigeriaemr.HtmlFormsInitializer.started(HtmlFormsInitializer.java:71)
  1311. at org.openmrs.module.nigeriaemr.NigeriaemrActivator.started(NigeriaemrActivator.java:28)
  1312. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:881)
  1313. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  1314. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  1315. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  1316. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  1317. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1318. Caused by: java.lang.IllegalArgumentException: formUuid is required
  1319. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:60)
  1320. ... 9 more
  1321. ERROR - HtmlFormsInitializer.started(92) |2019-09-04 12:56:54,864| Error while parsing the form's XML: htmlforms/maternal_followup_register.xml
  1322. java.lang.IllegalArgumentException: Failed to parse XML and build Form and HtmlForm
  1323. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:125)
  1324. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromUiResource(HtmlFormUtil.java:51)
  1325. at org.openmrs.module.nigeriaemr.HtmlFormsInitializer.started(HtmlFormsInitializer.java:71)
  1326. at org.openmrs.module.nigeriaemr.NigeriaemrActivator.started(NigeriaemrActivator.java:28)
  1327. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:881)
  1328. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  1329. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  1330. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  1331. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  1332. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1333. Caused by: java.lang.IllegalArgumentException: formUuid is required
  1334. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:60)
  1335. ... 9 more
  1336. ERROR - HtmlFormsInitializer.started(92) |2019-09-04 12:56:54,876| Error while parsing the form's XML: htmlforms/hiv_enrollment_register.xml
  1337. java.lang.IllegalArgumentException: Failed to parse XML and build Form and HtmlForm
  1338. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:125)
  1339. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromUiResource(HtmlFormUtil.java:51)
  1340. at org.openmrs.module.nigeriaemr.HtmlFormsInitializer.started(HtmlFormsInitializer.java:71)
  1341. at org.openmrs.module.nigeriaemr.NigeriaemrActivator.started(NigeriaemrActivator.java:28)
  1342. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:881)
  1343. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  1344. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  1345. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  1346. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  1347. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1348. Caused by: java.lang.IllegalArgumentException: formUuid is required
  1349. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:60)
  1350. ... 9 more
  1351. ERROR - HtmlFormsInitializer.started(92) |2019-09-04 12:56:54,955| Error while parsing the form's XML: htmlforms/child_birth_information.xml
  1352. java.lang.IllegalArgumentException: Failed to parse XML and build Form and HtmlForm
  1353. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:125)
  1354. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromUiResource(HtmlFormUtil.java:51)
  1355. at org.openmrs.module.nigeriaemr.HtmlFormsInitializer.started(HtmlFormsInitializer.java:71)
  1356. at org.openmrs.module.nigeriaemr.NigeriaemrActivator.started(NigeriaemrActivator.java:28)
  1357. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:881)
  1358. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  1359. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  1360. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  1361. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  1362. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1363. Caused by: java.lang.IllegalArgumentException: formUuid is required
  1364. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:60)
  1365. ... 9 more
  1366. ERROR - HtmlFormsInitializer.started(92) |2019-09-04 12:56:54,966| Error while parsing the form's XML: htmlforms/requestandresult.xml
  1367. java.lang.IllegalArgumentException: Failed to parse XML and build Form and HtmlForm
  1368. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:125)
  1369. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromUiResource(HtmlFormUtil.java:51)
  1370. at org.openmrs.module.nigeriaemr.HtmlFormsInitializer.started(HtmlFormsInitializer.java:71)
  1371. at org.openmrs.module.nigeriaemr.NigeriaemrActivator.started(NigeriaemrActivator.java:28)
  1372. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:881)
  1373. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  1374. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  1375. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  1376. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  1377. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1378. Caused by: java.lang.IllegalArgumentException: formUuid is required
  1379. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:60)
  1380. ... 9 more
  1381. [Fatal Error] :1:1: Content is not allowed in prolog.
  1382. ERROR - HtmlFormEntryUtil.stringToDocument(325) |2019-09-04 12:56:55,003| Error converting String to Document:
  1383. {
  1384. "name": "General Antenatal Care",
  1385. "uuid": "ac995d47-a8db-4ea8-91b4-f080489e523f",
  1386. "processor": "EncounterFormProcessor",
  1387. "pages": [
  1388. {
  1389. "label": "Antenatal booking details",
  1390. "sections": [
  1391. {
  1392. "label": "Antenatal booking details",
  1393. "questions": [
  1394. {
  1395. "label": "Last Menstral Period",
  1396. "questionOptions": {
  1397. "rendering": "date",
  1398. "concept": "1427AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
  1399. },
  1400. "type": "obs",
  1401. "validators": [
  1402. {
  1403. "type": "date"
  1404. }
  1405. ]
  1406. },
  1407. {
  1408. "label": "Gestational Age (in Weeks):",
  1409. "id": "gestational_age",
  1410. "questionOptions": {
  1411. "rendering": "number",
  1412. "concept": "1438AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
  1413. "max": "350",
  1414. "min": "0"
  1415. },
  1416. "type": "obs",
  1417. "validators": [
  1418. ]
  1419. },
  1420. {
  1421. "label": "Gravidity:",
  1422. "id": "gravidity",
  1423. "questionOptions": {
  1424. "rendering": "number",
  1425. "concept": "5624AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
  1426. "max": "350",
  1427. "min": "0"
  1428. },
  1429. "type": "obs",
  1430. "validators": [
  1431. ]
  1432. },
  1433. {
  1434. "label": "Expected Delivery Date",
  1435. "questionOptions": {
  1436. "rendering": "date",
  1437. "concept": "5596AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
  1438. },
  1439. "type": "obs",
  1440. "validators": [
  1441. {
  1442. "type": "date"
  1443. }
  1444. ]
  1445. },
  1446. {
  1447. "label": "Parity:",
  1448. "id": "parity",
  1449. "questionOptions": {
  1450. "rendering": "number",
  1451. "concept": "1053AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
  1452. "max": "350",
  1453. "min": "0"
  1454. },
  1455. "type": "obs",
  1456. "validators": [
  1457. ]
  1458. },
  1459. {
  1460. "label": "Losses:",
  1461. "id": "losses",
  1462. "questionOptions": {
  1463. "rendering": "number",
  1464. "concept": "1053AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
  1465. "max": "350",
  1466. "min": "0"
  1467. },
  1468. "type": "obs",
  1469. "validators": [
  1470. ]
  1471. }
  1472. ]
  1473. }
  1474. ]
  1475. }
  1476. ]
  1477. }
  1478. ERROR - HtmlFormsInitializer.started(92) |2019-09-04 12:56:55,003| Error while parsing the form's XML: htmlforms/test.json
  1479. java.lang.IllegalArgumentException: Failed to parse XML and build Form and HtmlForm
  1480. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:125)
  1481. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromUiResource(HtmlFormUtil.java:51)
  1482. at org.openmrs.module.nigeriaemr.HtmlFormsInitializer.started(HtmlFormsInitializer.java:71)
  1483. at org.openmrs.module.nigeriaemr.NigeriaemrActivator.started(NigeriaemrActivator.java:28)
  1484. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:881)
  1485. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  1486. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  1487. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  1488. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  1489. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1490. Caused by: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
  1491. at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
  1492. at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
  1493. at org.openmrs.module.htmlformentry.HtmlFormEntryUtil.stringToDocument(HtmlFormEntryUtil.java:321)
  1494. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:56)
  1495. ... 9 more
  1496. ERROR - HtmlFormsInitializer.started(92) |2019-09-04 12:56:55,015| Error while parsing the form's XML: htmlforms/client_intake_form.xml
  1497. java.lang.IllegalArgumentException: Failed to parse XML and build Form and HtmlForm
  1498. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:125)
  1499. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromUiResource(HtmlFormUtil.java:51)
  1500. at org.openmrs.module.nigeriaemr.HtmlFormsInitializer.started(HtmlFormsInitializer.java:71)
  1501. at org.openmrs.module.nigeriaemr.NigeriaemrActivator.started(NigeriaemrActivator.java:28)
  1502. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:881)
  1503. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  1504. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  1505. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  1506. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  1507. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1508. Caused by: java.lang.IllegalArgumentException: formUuid is required
  1509. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:60)
  1510. ... 9 more
  1511. ERROR - HtmlFormsInitializer.started(92) |2019-09-04 12:56:55,028| Error while parsing the form's XML: htmlforms/child_follow_up.xml
  1512. java.lang.IllegalArgumentException: Failed to parse XML and build Form and HtmlForm
  1513. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:125)
  1514. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromUiResource(HtmlFormUtil.java:51)
  1515. at org.openmrs.module.nigeriaemr.HtmlFormsInitializer.started(HtmlFormsInitializer.java:71)
  1516. at org.openmrs.module.nigeriaemr.NigeriaemrActivator.started(NigeriaemrActivator.java:28)
  1517. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:881)
  1518. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  1519. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  1520. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  1521. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  1522. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1523. Caused by: java.lang.IllegalArgumentException: formUuid is required
  1524. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:60)
  1525. ... 9 more
  1526. [Fatal Error] :1:1: Content is not allowed in prolog.
  1527. ERROR - HtmlFormEntryUtil.stringToDocument(325) |2019-09-04 12:56:55,042| Error converting String to Document:
  1528. {
  1529. "name": "component_birth-history",
  1530. "uuid": "xxxx",
  1531. "processor": "EncounterFormProcessor",
  1532. "pages": [
  1533. {
  1534. "label": "Birth History",
  1535. "sections": [
  1536. {
  1537. "label": "Birth History",
  1538. "questions": [
  1539. {
  1540. "label": "Birth weight:",
  1541. "id": "birthWeight",
  1542. "questionOptions": {
  1543. "rendering": "number",
  1544. "concept": "a8ace206-1350-11df-a1f1-0026b9348838",
  1545. "max": "250",
  1546. "min": "0"
  1547. },
  1548. "type": "obs",
  1549. "validators": []
  1550. },
  1551. {
  1552. "label": "Earliest weight:",
  1553. "id": "EarliestWeight",
  1554. "questionOptions": {
  1555. "rendering": "number",
  1556. "concept": "a8a32c48-1350-11df-a1f1-0026b9348838",
  1557. "max": "250",
  1558. "min": "0"
  1559. },
  1560. "type": "obs",
  1561. "validators": []
  1562. },
  1563. {
  1564. "label": "Age in weeks:",
  1565. "id": "ageInWeeks",
  1566. "type": "obs",
  1567. "questionOptions": {
  1568. "concept": "a8a3345e-1350-11df-a1f1-0026b9348838",
  1569. "rendering": "number",
  1570. "answers": []
  1571. }
  1572. },
  1573. {
  1574. "label": "Known birth weight:",
  1575. "id": "knownBirthWeight",
  1576. "type": "obs",
  1577. "questionOptions": {
  1578. "concept": "26cfd02b-3d1b-4701-8392-ff45d0bde9a4",
  1579. "rendering": "select",
  1580. "answers": [
  1581. {
  1582. "label": "Unknown",
  1583. "concept": "a899b42e-1350-11df-a1f1-0026b9348838"
  1584. }
  1585. ]
  1586. }
  1587. },
  1588. {
  1589. "type": "obsGroup",
  1590. "label": "Method of delivery:",
  1591. "questionOptions": {
  1592. "concept": "a8a33daa-1350-11df-a1f1-0026b9348838",
  1593. "rendering": "group"
  1594. },
  1595. "questions": [
  1596. {
  1597. "label": "Method of delivery:",
  1598. "type": "obs",
  1599.  
  1600. "id": "methodOfDelivery",
  1601. "questionOptions": {
  1602. "rendering": "select",
  1603. "concept": "a8aafab8-1350-11df-a1f1-0026b9348838",
  1604. "answers": [
  1605. {
  1606. "concept": "245bc3a5-9f60-41b9-8676-49eb0cceae81",
  1607. "label": "Vertex delivery"
  1608. },
  1609. {
  1610. "concept": "a89acf58-1350-11df-a1f1-0026b9348838",
  1611. "label": "Spontaneous varginal delivery"
  1612. },
  1613. {
  1614. "concept": "a89ad034-1350-11df-a1f1-0026b9348838",
  1615. "label": "Cesarean delivery"
  1616. },
  1617. {
  1618. "concept": "a89ad11a-1350-11df-a1f1-0026b9348838",
  1619. "label": "Breech delivery"
  1620. },
  1621. {
  1622. "concept": "a8aaf3e2-1350-11df-a1f1-0026b9348838",
  1623. "label": "Other"
  1624. },
  1625. {
  1626. "concept": "a899b50a-1350-11df-a1f1-0026b9348838",
  1627. "label": "Unknown"
  1628. },
  1629. {
  1630. "concept": "a8a351aa-1350-11df-a1f1-0026b9348838",
  1631. "label": "Vacuum assisted"
  1632. },
  1633. {
  1634. "concept": "a8a350ec-1350-11df-a1f1-0026b9348838",
  1635. "label": "Forceps"
  1636. }
  1637. ]
  1638. }
  1639. },
  1640. {
  1641. "label": "Other method of delivery, specify:",
  1642. "type": "obs",
  1643.  
  1644. "id": "OthermethodSpecify",
  1645. "questionOptions": {
  1646. "rendering": "text",
  1647. "concept": "a8a06fc6-1350-11df-a1f1-0026b9348838",
  1648. "answers": []
  1649. },
  1650. "hide": {
  1651. "hideWhenExpression": "methodOfDelivery !== 'a8aaf3e2-1350-11df-a1f1-0026b9348838'"
  1652. }
  1653. }
  1654. ]
  1655. }
  1656. ]
  1657. },
  1658. {
  1659. "label": "Birth Status",
  1660. "id": "birthStatus",
  1661. "questions": [
  1662. {
  1663. "label": "Prematurity EGA 36 weeks:",
  1664. "type": "obs",
  1665. "questionOptions": {
  1666. "rendering": "select",
  1667. "concept": "a8a35006-1350-11df-a1f1-0026b9348838",
  1668. "answers": [
  1669. {
  1670. "concept": "a899b35c-1350-11df-a1f1-0026b9348838",
  1671. "label": "Yes"
  1672. },
  1673. {
  1674. "concept": "a899b42e-1350-11df-a1f1-0026b9348838",
  1675. "label": "No"
  1676. },
  1677. {
  1678. "concept": "a899b50a-1350-11df-a1f1-0026b9348838",
  1679. "label": "Unknown"
  1680. }
  1681. ]
  1682. },
  1683. "validators": []
  1684. },
  1685. {
  1686. "label": "Episiotomy done on mother:",
  1687. "type": "obs",
  1688. "questionOptions": {
  1689. "rendering": "select",
  1690. "concept": "a8aacd7c-1350-11df-a1f1-0026b9348838",
  1691. "answers": [
  1692. {
  1693. "concept": "a899b35c-1350-11df-a1f1-0026b9348838",
  1694. "label": "Yes"
  1695. },
  1696. {
  1697. "concept": "a899b42e-1350-11df-a1f1-0026b9348838",
  1698. "label": "No"
  1699. },
  1700. {
  1701. "concept": "a899b50a-1350-11df-a1f1-0026b9348838",
  1702. "label": "Unknown"
  1703. }
  1704. ]
  1705. },
  1706. "validators": []
  1707. },
  1708. {
  1709. "label": "Rapture of membrane greater than 4 hours:",
  1710. "type": "obs",
  1711. "questionOptions": {
  1712. "rendering": "select",
  1713. "concept": "a8aace62-1350-11df-a1f1-0026b9348838",
  1714. "answers": [
  1715. {
  1716. "concept": "a899b35c-1350-11df-a1f1-0026b9348838",
  1717. "label": "Yes"
  1718. },
  1719. {
  1720. "concept": "a899b42e-1350-11df-a1f1-0026b9348838",
  1721. "label": "No"
  1722. },
  1723. {
  1724. "concept": "a899b50a-1350-11df-a1f1-0026b9348838",
  1725. "label": "Unknown"
  1726. }
  1727. ]
  1728. },
  1729. "validators": []
  1730. },
  1731. {
  1732. "label": "Obvious birth defects:",
  1733. "type": "obs",
  1734. "questionOptions": {
  1735. "rendering": "select",
  1736. "concept": "d6a5ae01-3d7d-4883-89e6-897c60bfec82",
  1737. "answers": [
  1738. {
  1739. "concept": "a899b35c-1350-11df-a1f1-0026b9348838",
  1740. "label": "Yes"
  1741. },
  1742. {
  1743. "concept": "a899b42e-1350-11df-a1f1-0026b9348838",
  1744. "label": "No"
  1745. }
  1746. ]
  1747. },
  1748. "validators": []
  1749. },
  1750. {
  1751. "label": "Obvious birth defects, specify:",
  1752. "type": "obs",
  1753. "questionOptions": {
  1754. "rendering": "text",
  1755. "concept": "9fd74584-ade5-4394-b4e3-0e6781f8c983"
  1756. }
  1757. },
  1758. {
  1759. "label": "Did the child receive ARV’s during infancy for perinatal prophylaxis:",
  1760. "type": "obs",
  1761. "questionOptions": {
  1762. "rendering": "select",
  1763. "concept": "a89c8b7c-1350-11df-a1f1-0026b9348838",
  1764. "answers": [
  1765. {
  1766. "concept": "a899b35c-1350-11df-a1f1-0026b9348838",
  1767. "label": "Yes"
  1768. },
  1769. {
  1770. "concept": "a899b42e-1350-11df-a1f1-0026b9348838",
  1771. "label": "No"
  1772. },
  1773. {
  1774. "concept": "a899b50a-1350-11df-a1f1-0026b9348838",
  1775. "label": "Unknown"
  1776. }
  1777. ]
  1778. },
  1779. "validators": []
  1780. }
  1781. ]
  1782. }
  1783. ]
  1784. }
  1785. ]
  1786. }
  1787. ERROR - HtmlFormsInitializer.started(92) |2019-09-04 12:56:55,044| Error while parsing the form's XML: htmlforms/test2.json
  1788. java.lang.IllegalArgumentException: Failed to parse XML and build Form and HtmlForm
  1789. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:125)
  1790. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromUiResource(HtmlFormUtil.java:51)
  1791. at org.openmrs.module.nigeriaemr.HtmlFormsInitializer.started(HtmlFormsInitializer.java:71)
  1792. at org.openmrs.module.nigeriaemr.NigeriaemrActivator.started(NigeriaemrActivator.java:28)
  1793. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:881)
  1794. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  1795. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  1796. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  1797. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  1798. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1799. Caused by: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
  1800. at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
  1801. at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
  1802. at org.openmrs.module.htmlformentry.HtmlFormEntryUtil.stringToDocument(HtmlFormEntryUtil.java:321)
  1803. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:56)
  1804. ... 9 more
  1805. ERROR - HtmlFormsInitializer.started(92) |2019-09-04 12:56:55,058| Error while parsing the form's XML: htmlforms/adult_clinical_evaluation.xml
  1806. java.lang.IllegalArgumentException: Failed to parse XML and build Form and HtmlForm
  1807. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:125)
  1808. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromUiResource(HtmlFormUtil.java:51)
  1809. at org.openmrs.module.nigeriaemr.HtmlFormsInitializer.started(HtmlFormsInitializer.java:71)
  1810. at org.openmrs.module.nigeriaemr.NigeriaemrActivator.started(NigeriaemrActivator.java:28)
  1811. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:881)
  1812. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  1813. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  1814. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  1815. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  1816. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1817. Caused by: java.lang.IllegalArgumentException: formUuid is required
  1818. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:60)
  1819. ... 9 more
  1820. ERROR - HtmlFormsInitializer.started(92) |2019-09-04 12:56:55,070| Error while parsing the form's XML: htmlforms/headerinfo.xml
  1821. java.lang.IllegalArgumentException: Failed to parse XML and build Form and HtmlForm
  1822. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:125)
  1823. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromUiResource(HtmlFormUtil.java:51)
  1824. at org.openmrs.module.nigeriaemr.HtmlFormsInitializer.started(HtmlFormsInitializer.java:71)
  1825. at org.openmrs.module.nigeriaemr.NigeriaemrActivator.started(NigeriaemrActivator.java:28)
  1826. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:881)
  1827. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  1828. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  1829. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  1830. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  1831. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1832. Caused by: java.lang.NullPointerException
  1833. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getAttributeValue(HtmlFormUtil.java:134)
  1834. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:58)
  1835. ... 9 more
  1836. ERROR - HtmlFormsInitializer.started(89) |2019-09-04 12:56:55,071| Could not generate HTML form from the following resource file: htmlforms/jsonForms
  1837. java.io.FileNotFoundException: appdata/.openmrs-lib-cache/nigeriaemr/web/module/resources/htmlforms/jsonForms (Is a directory)
  1838. at java.io.FileInputStream.open0(Native Method)
  1839. at java.io.FileInputStream.open(FileInputStream.java:195)
  1840. at java.io.FileInputStream.<init>(FileInputStream.java:138)
  1841. at java.io.FileReader.<init>(FileReader.java:72)
  1842. at org.openmrs.util.OpenmrsUtil.getFileAsString(OpenmrsUtil.java:222)
  1843. at org.openmrs.ui.framework.resource.ResourceFactory.getResourceAsString(ResourceFactory.java:99)
  1844. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromUiResource(HtmlFormUtil.java:44)
  1845. at org.openmrs.module.nigeriaemr.HtmlFormsInitializer.started(HtmlFormsInitializer.java:71)
  1846. at org.openmrs.module.nigeriaemr.NigeriaemrActivator.started(NigeriaemrActivator.java:28)
  1847. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:881)
  1848. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  1849. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  1850. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  1851. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  1852. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1853. ERROR - HtmlFormsInitializer.started(92) |2019-09-04 12:56:55,089| Error while parsing the form's XML: htmlforms/patient_program_enrollment.xml
  1854. java.lang.IllegalArgumentException: Failed to parse XML and build Form and HtmlForm
  1855. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:125)
  1856. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromUiResource(HtmlFormUtil.java:51)
  1857. at org.openmrs.module.nigeriaemr.HtmlFormsInitializer.started(HtmlFormsInitializer.java:71)
  1858. at org.openmrs.module.nigeriaemr.NigeriaemrActivator.started(NigeriaemrActivator.java:28)
  1859. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:881)
  1860. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  1861. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  1862. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  1863. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  1864. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1865. Caused by: java.lang.IllegalArgumentException: formUuid is required
  1866. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:60)
  1867. ... 9 more
  1868. ERROR - HtmlFormsInitializer.started(92) |2019-09-04 12:56:55,099| Error while parsing the form's XML: htmlforms/contactTrackingAndtermination2.xml
  1869. java.lang.IllegalArgumentException: Failed to parse XML and build Form and HtmlForm
  1870. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:125)
  1871. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromUiResource(HtmlFormUtil.java:51)
  1872. at org.openmrs.module.nigeriaemr.HtmlFormsInitializer.started(HtmlFormsInitializer.java:71)
  1873. at org.openmrs.module.nigeriaemr.NigeriaemrActivator.started(NigeriaemrActivator.java:28)
  1874. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:881)
  1875. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  1876. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  1877. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  1878. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  1879. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1880. Caused by: java.lang.IllegalArgumentException: formUuid is required
  1881. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:60)
  1882. ... 9 more
  1883. ERROR - HtmlFormsInitializer.started(92) |2019-09-04 12:56:55,110| Error while parsing the form's XML: htmlforms/transfer_form.xml
  1884. java.lang.IllegalArgumentException: Failed to parse XML and build Form and HtmlForm
  1885. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:125)
  1886. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromUiResource(HtmlFormUtil.java:51)
  1887. at org.openmrs.module.nigeriaemr.HtmlFormsInitializer.started(HtmlFormsInitializer.java:71)
  1888. at org.openmrs.module.nigeriaemr.NigeriaemrActivator.started(NigeriaemrActivator.java:28)
  1889. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:881)
  1890. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  1891. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  1892. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  1893. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  1894. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1895. Caused by: java.lang.IllegalArgumentException: formUuid is required
  1896. at org.openmrs.module.htmlformentryui.HtmlFormUtil.getHtmlFormFromResourceXml(HtmlFormUtil.java:60)
  1897. ... 9 more
  1898. WARN - RequestHandlers.initHandlersFromConfig(163) |2019-09-04 12:56:55,878| Multiple requestHandler registered to the same name: /update ignoring: org.apache.solr.handler.UpdateRequestHandler
  1899. WARN - ManagedResource.reloadFromStorage(182) |2019-09-04 12:56:55,972| No stored data found for /rest/managed
  1900. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:56,092| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.patientNameSearch value: registrationcore.ExistingPatientNameSearch,
  1901. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:56,105| Exiting method saveGlobalProperty
  1902. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:56,122| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: emr.concept.diagnosisSetOfSets value: 160167AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,
  1903. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:56,123| Exiting method saveGlobalProperty
  1904. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:56,124| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: namephonetics.givenNameStringEncoder value: Soundex,
  1905. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:56,126| Exiting method saveGlobalProperty
  1906. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:56,128| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: namephonetics.middleNameStringEncoder value: Soundex,
  1907. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:56,130| Exiting method saveGlobalProperty
  1908. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:56,132| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: namephonetics.familyNameStringEncoder value: Soundex,
  1909. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:56,134| Exiting method saveGlobalProperty
  1910. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:56,136| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: namephonetics.familyName2StringEncoder value: Soundex,
  1911. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:56,138| Exiting method saveGlobalProperty
  1912. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:56,140| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.patientNameSearch value: registrationcore.BasicPatientNameSearch,
  1913. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:56,145| Exiting method saveGlobalProperty
  1914. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:56,148| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.fastSimilarPatientSearchAlgorithm value: registrationcore.BasicSimilarPatientSearchAlgorithm,
  1915. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:56,151| Exiting method saveGlobalProperty
  1916. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:56,154| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.preciseSimilarPatientSearchAlgorithm value: registrationcore.BasicExactPatientSearchAlgorithm,
  1917. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:56,156| Exiting method saveGlobalProperty
  1918. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:56,158| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: conceptmanagementapps.snomedCtConceptSource value: 1ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD,
  1919. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:56,160| Exiting method saveGlobalProperty
  1920. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:56,215| In method FormService.saveForm. Arguments: Form=2,
  1921. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:56,222| Exiting method saveForm
  1922. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:56,225| In method HtmlFormEntryService.saveHtmlForm. Arguments: HtmlForm=HtmlForm[hashCode=a2df370,uuid=dde40702-667e-4ec3-aac5-ee2a77a42dcf],
  1923. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:56,226| In method FormService.saveForm. Arguments: Form=2,
  1924. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:56,227| Exiting method saveForm
  1925. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:56,228| Exiting method saveHtmlForm
  1926. ERROR - CommonsLoggingOutput.error(75) |2019-09-04 12:56:56,369| Line=393 The content of element type "dwr" must match "(init?,allow?,signatures?)".
  1927. ERROR - CommonsLoggingOutput.error(75) |2019-09-04 12:56:56,373| Parameter mismatch parsing signatures section in dwr.xml on line: DWRAtlasService.disableAtlasModule()
  1928. ERROR - CommonsLoggingOutput.error(75) |2019-09-04 12:56:56,377| Parameter mismatch parsing signatures section in dwr.xml on line: DWRHtmlFormEntryService.checkIfLoggedIn()
  1929. ERROR - TaskFactory.createInstance(65) |2019-09-04 12:56:56,397| OpenmrsClassLoader could not load class: org.openmrs.module.dataintegrity.scheduler.DataIntegrityTask. Probably due to a module not being loaded
  1930. ERROR - TimerSchedulerServiceImpl.scheduleTask(273) |2019-09-04 12:56:56,398| Failed to schedule task Data Integrity Task
  1931. org.openmrs.scheduler.SchedulerException: could not load class
  1932. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
  1933. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
  1934. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
  1935. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1936. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1937. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1938. at java.lang.reflect.Method.invoke(Method.java:498)
  1939. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  1940. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  1941. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  1942. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  1943. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  1944. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  1945. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1946. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  1947. at com.sun.proxy.$Proxy200.onStartup(Unknown Source)
  1948. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1949. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1950. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1951. at java.lang.reflect.Method.invoke(Method.java:498)
  1952. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  1953. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  1954. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  1955. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
  1956. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1957. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  1958. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1959. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  1960. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1961. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  1962. at com.sun.proxy.$Proxy201.onStartup(Unknown Source)
  1963. at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
  1964. at org.openmrs.web.Listener.startOpenmrs(Listener.java:271)
  1965. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  1966. Caused by: java.lang.ClassNotFoundException: org.openmrs.module.dataintegrity.scheduler.DataIntegrityTask
  1967. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1702)
  1968. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1547)
  1969. at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:167)
  1970. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  1971. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
  1972. ... 33 more
  1973. ERROR - TimerSchedulerServiceImpl.onStartup(112) |2019-09-04 12:56:56,399| Failed to schedule task for class org.openmrs.module.dataintegrity.scheduler.DataIntegrityTask
  1974. org.openmrs.scheduler.SchedulerException: Failed to schedule task
  1975. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:274)
  1976. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
  1977. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1978. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1979. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1980. at java.lang.reflect.Method.invoke(Method.java:498)
  1981. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  1982. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  1983. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  1984. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  1985. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  1986. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  1987. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1988. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  1989. at com.sun.proxy.$Proxy200.onStartup(Unknown Source)
  1990. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1991. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  1992. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1993. at java.lang.reflect.Method.invoke(Method.java:498)
  1994. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  1995. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  1996. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  1997. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
  1998. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  1999. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  2000. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2001. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  2002. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  2003. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  2004. at com.sun.proxy.$Proxy201.onStartup(Unknown Source)
  2005. at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
  2006. at org.openmrs.web.Listener.startOpenmrs(Listener.java:271)
  2007. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  2008. Caused by: org.openmrs.scheduler.SchedulerException: could not load class
  2009. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
  2010. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
  2011. ... 32 more
  2012. Caused by: java.lang.ClassNotFoundException: org.openmrs.module.dataintegrity.scheduler.DataIntegrityTask
  2013. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1702)
  2014. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1547)
  2015. at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:167)
  2016. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  2017. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
  2018. ... 33 more
  2019. Sep 04, 2019 12:56:56 PM org.apache.coyote.AbstractProtocol start
  2020. INFO: Starting ProtocolHandler ["http-bio-8081"]
  2021. Sep 04, 2019 12:56:56 PM org.apache.catalina.core.ApplicationContext log
  2022. INFO: Initializing Spring FrameworkServlet 'openmrs'
  2023. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:56:56,905| In method ReportService.deleteOldReportRequests. Arguments:
  2024. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:56:56,919| Exiting method deleteOldReportRequests
  2025. Sep 04, 2019 12:56:57 PM org.apache.jasper.compiler.TldLocationsCache tldScanJar
  2026. 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.
  2027. INFO - LoggingAdvice.invoke(115) |2019-09-04 12:57:09,021| In method UserService.saveUser. Arguments: User=admin,
  2028. INFO - LoggingAdvice.invoke(155) |2019-09-04 12:57:09,029| Exiting method saveUser
  2029. INFO - SerializationServiceImpl.getDefaultSerializer(71) |2019-09-04 12:57:09,256| No default serializer specified - using builtin SimpleXStreamSerializer.
  2030. WARN - OpenmrsClassLoader.expandURL(801) |2019-09-04 12:57:09,621| Cannot find jar at: /home/gibril/Documents/PH_Backups/NMRS-RUSTH/appdata/.openmrs-lib-cache/appointmentschedulingui/appointmentschedulingui.jar for url: jar:file:/home/gibril/Documents/PH_Backups/NMRS-RUSTH/appdata/.openmrs-lib-cache/appointmentschedulingui/appointmentschedulingui.jar!/web/module/fragments/miniPatientAppointments.gsp
  2031. ERROR - PageController.handlePath(155) |2019-09-04 12:57:09,622| Error rendering page view for clinicianfacing/patient. Model properties:
  2032. sessionContext
  2033. featureToggles
  2034. patient
  2035. app
  2036. activeVisit
  2037. appContextModel
  2038. overallActions
  2039. visitActions
  2040. includeFragments
  2041. firstColumnFragments
  2042. secondColumnFragments
  2043. otherActions
  2044. dashboardUrl
  2045. ui
  2046. context
  2047. contextPath
  2048. session
  2049. param
  2050. out
  2051. org.openmrs.ui.framework.ViewException: Error rendering page view for clinicianfacing/patient. Model properties:
  2052. sessionContext
  2053. featureToggles
  2054. patient
  2055. app
  2056. activeVisit
  2057. appContextModel
  2058. overallActions
  2059. visitActions
  2060. includeFragments
  2061. firstColumnFragments
  2062. secondColumnFragments
  2063. otherActions
  2064. dashboardUrl
  2065. ui
  2066. context
  2067. contextPath
  2068. session
  2069. param
  2070. out
  2071. at org.openmrs.ui.framework.page.GroovyPageView.render(GroovyPageView.java:55)
  2072. at org.openmrs.ui.framework.page.PageFactory.processThisFragment(PageFactory.java:187)
  2073. at org.openmrs.ui.framework.page.PageFactory.process(PageFactory.java:116)
  2074. at org.openmrs.ui.framework.page.PageFactory.handle(PageFactory.java:86)
  2075. at org.openmrs.module.uiframework.PageController.handlePath(PageController.java:116)
  2076. at org.openmrs.module.uiframework.PageController.handleUrlWithDotPage(PageController.java:83)
  2077. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  2078. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  2079. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  2080. at java.lang.reflect.Method.invoke(Method.java:498)
  2081. at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.invokeHandlerMethod(HandlerMethodInvoker.java:177)
  2082. at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:446)
  2083. at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:434)
  2084. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:943)
  2085. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:877)
  2086. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:966)
  2087. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:857)
  2088. at javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
  2089. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:842)
  2090. at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
  2091. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
  2092. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
  2093. at org.openmrs.module.web.filter.ForcePasswordChangeFilter.doFilter(ForcePasswordChangeFilter.java:60)
  2094. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
  2095. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
  2096. at org.openmrs.web.filter.GZIPFilter.doFilterInternal(GZIPFilter.java:64)
  2097. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  2098. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
  2099. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
  2100. at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:72)
  2101. at org.openmrs.module.owa.filter.OwaFilter.doFilter(OwaFilter.java:57)
  2102. at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:70)
  2103. at org.openmrs.module.web.filter.ModuleFilter.doFilter(ModuleFilter.java:54)
  2104. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
  2105. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
  2106. at org.openmrs.web.filter.OpenmrsFilter.doFilterInternal(OpenmrsFilter.java:108)
  2107. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  2108. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
  2109. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
  2110. at org.springframework.orm.hibernate4.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:150)
  2111. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  2112. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
  2113. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
  2114. at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:105)
  2115. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
  2116. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
  2117. at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:105)
  2118. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
  2119. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
  2120. at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:105)
  2121. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
  2122. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
  2123. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
  2124. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  2125. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
  2126. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
  2127. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
  2128. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
  2129. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
  2130. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
  2131. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
  2132. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
  2133. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:409)
  2134. at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1044)
  2135. at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607)
  2136. at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:315)
  2137. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  2138. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  2139. at java.lang.Thread.run(Thread.java:748)
  2140. Caused by: java.lang.RuntimeException: Cannot find controller or view for fragment: miniPatientAppointments
  2141. at org.openmrs.ui.framework.fragment.FragmentFactory.processThisFragment(FragmentFactory.java:185)
  2142. at org.openmrs.ui.framework.fragment.FragmentFactory.process(FragmentFactory.java:124)
  2143. at org.openmrs.ui.framework.page.PageContext.includeFragment(PageContext.java:75)
  2144. at org.openmrs.ui.framework.UiUtils.includeFragment(UiUtils.java:158)
  2145. at org.openmrs.ui.framework.UiUtils$includeFragment$14.call(Unknown Source)
  2146. at SimpleTemplateScript11$_run_closure2.doCall(SimpleTemplateScript11.groovy:58)
  2147. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  2148. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  2149. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  2150. at java.lang.reflect.Method.invoke(Method.java:498)
  2151. at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
  2152. at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
  2153. at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:294)
  2154. at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1021)
  2155. at groovy.lang.Closure.call(Closure.java:426)
  2156. at groovy.lang.Closure.call(Closure.java:442)
  2157. at org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:2030)
  2158. at org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:2015)
  2159. at org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:2056)
  2160. at org.codehaus.groovy.runtime.dgm$162.invoke(Unknown Source)
  2161. at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:274)
  2162. at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:56)
  2163. at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
  2164. at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
  2165. at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125)
  2166. at SimpleTemplateScript11.run(SimpleTemplateScript11.groovy:49)
  2167. at groovy.text.SimpleTemplateEngine$SimpleTemplate$1.writeTo(SimpleTemplateEngine.java:168)
  2168. at groovy.text.SimpleTemplateEngine$SimpleTemplate$1.toString(SimpleTemplateEngine.java:180)
  2169. at org.openmrs.ui.framework.page.GroovyPageView.render(GroovyPageView.java:43)
  2170. ... 68 more
  2171. Sep 04, 2019 12:57:36 PM org.apache.catalina.core.ApplicationContext log
  2172. INFO: Initializing Spring FrameworkServlet 'openmrs_static_content'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement