Guest User

openmrslogs

a guest
Mar 4th, 2020
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 55.71 KB | None | 0 0
  1. *****when starting a module******
  2. 04-03-2020 06:40:02 [WARN ] ModuleFactory - Error while trying to start module: bahmniucc
  3. org.openmrs.module.ModuleException: Unable to update data model using liquibase.xml. Module: Bahmni UCC Module OMOD
  4. at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:1072)
  5. at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:768)
  6. at org.openmrs.api.context.Daemon$1.run(Daemon.java:74)
  7. Caused by: liquibase.exception.ValidationFailedException: Validation Failed:
  8. 3 change sets check sum
  9. liquibase.xml::bahmniefms-201708221027::Manyama, Ian is now: 3:8b95d01acda68c0ffd5e9b0366b322ce
  10. liquibase.xml::bahmniefms-201808010935::Manyama, Ian is now: 3:5096be8f7c97988902e2f0b9ccad77cf
  11. liquibase.xml::bahmniefms-201802031407::Manyama, Ian is now: 3:6ea465b6377e97095d7b2282b869b9e6
  12.  
  13. at liquibase.changelog.DatabaseChangeLog.validate(DatabaseChangeLog.java:141)
  14. at liquibase.Liquibase.listUnrunChangeSets(Liquibase.java:625)
  15. at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:199)
  16. at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:1062)
  17. ... 2 mo
  18.  
  19. 04-03-2020 06:40:27 [WARN ] SimpleUrlHandlerMapping - Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
  20. 04-03-2020 06:40:27 [ERROR] TaskFactory - OpenmrsClassLoader could not load class: org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsMissedTask. Probably due to a module not being loaded
  21. 04-03-2020 06:40:27 [ERROR] TimerSchedulerServiceImpl - Failed to schedule task Mark Appointment As Missed Task
  22. org.openmrs.scheduler.SchedulerException: could not load class
  23. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
  24. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
  25. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  29. at java.lang.reflect.Method.invoke(Unknown Source)
  30. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  31. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  32. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  33. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  34. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  35. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  36. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  37. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  38. at com.sun.proxy.$Proxy204.onStartup(Unknown Source)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  42. at java.lang.reflect.Method.invoke(Unknown Source)
  43. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  44. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  45. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  46. at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  47. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  48. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  49. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  50. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
  51. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  52. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  53. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  54. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  55. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  56. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  57. at com.sun.proxy.$Proxy205.onStartup(Unknown Source)
  58. at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
  59. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:904)
  60. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  61. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:656)
  62. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:635)
  63. at org.openmrs.web.Listener.startOpenmrs(Listener.java:266)
  64. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  65. Caused by: java.lang.ClassNotFoundException: org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsMissedTask
  66. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1320)
  67. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1173)
  68. at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
  69. at java.lang.ClassLoader.loadClass(Unknown Source)
  70. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
  71. ... 41 more
  72. 04-03-2020 06:40:27 [ERROR] TimerSchedulerServiceImpl - Failed to schedule task for class org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsMissedTask
  73. org.openmrs.scheduler.SchedulerException: Failed to schedule task
  74. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:274)
  75. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
  76. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  77. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  78. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  79. at java.lang.reflect.Method.invoke(Unknown Source)
  80. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  81. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  82. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  83. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  84. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  85. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  86. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  87. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  88. at com.sun.proxy.$Proxy204.onStartup(Unknown Source)
  89. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  90. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  91. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  92. at java.lang.reflect.Method.invoke(Unknown Source)
  93. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  94. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  95. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  96. at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  97. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  98. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  99. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  100. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
  101. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  102. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  103. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  104. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  105. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  106. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  107. at com.sun.proxy.$Proxy205.onStartup(Unknown Source)
  108. at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
  109. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:904)
  110. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  111. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:656)
  112. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:635)
  113. at org.openmrs.web.Listener.startOpenmrs(Listener.java:266)
  114. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  115. Caused by: org.openmrs.scheduler.SchedulerException: could not load class
  116. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
  117. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
  118. ... 40 more
  119. Caused by: java.lang.ClassNotFoundException: org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsMissedTask
  120. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1320)
  121. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1173)
  122. at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
  123. at java.lang.ClassLoader.loadClass(Unknown Source)
  124. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
  125. ... 41 more
  126. 04-03-2020 06:40:27 [ERROR] TaskFactory - OpenmrsClassLoader could not load class: org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsCompleteTask. Probably due to a module not being loaded
  127. 04-03-2020 06:40:27 [ERROR] TimerSchedulerServiceImpl - Failed to schedule task Mark Appointment As Complete Task
  128. org.openmrs.scheduler.SchedulerException: could not load class
  129. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
  130. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
  131. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
  132. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  133. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  134. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  135. at java.lang.reflect.Method.invoke(Unknown Source)
  136. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  137. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  138. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  139. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  140. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  141. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  142. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  143. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  144. at com.sun.proxy.$Proxy204.onStartup(Unknown Source)
  145. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  146. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  147. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  148. at java.lang.reflect.Method.invoke(Unknown Source)
  149. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  150. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  151. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  152. at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  153. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  154. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  155. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  156. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
  157. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  158. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  159. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  160. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  161. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  162. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  163. at com.sun.proxy.$Proxy205.onStartup(Unknown Source)
  164. at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
  165. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:904)
  166. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  167. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:656)
  168. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:635)
  169. at org.openmrs.web.Listener.startOpenmrs(Listener.java:266)
  170. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  171. Caused by: java.lang.ClassNotFoundException: org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsCompleteTask
  172. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1320)
  173. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1173)
  174. at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
  175. at java.lang.ClassLoader.loadClass(Unknown Source)
  176. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
  177. ... 41 more
  178. 04-03-2020 06:40:27 [ERROR] TimerSchedulerServiceImpl - Failed to schedule task for class org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsCompleteTask
  179. org.openmrs.scheduler.SchedulerException: Failed to schedule task
  180. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:274)
  181. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
  182. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  183. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  184. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  185. at java.lang.reflect.Method.invoke(Unknown Source)
  186. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  187. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  188. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  189. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  190. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  191. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  192. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  193. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  194. at com.sun.proxy.$Proxy204.onStartup(Unknown Source)
  195. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  196. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  197. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  198. at java.lang.reflect.Method.invoke(Unknown Source)
  199. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  200. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  201. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  202. at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  203. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  204. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  205. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  206. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
  207. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  208. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  209. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  210. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  211. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  212. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  213. at com.sun.proxy.$Proxy205.onStartup(Unknown Source)
  214. at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
  215. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:904)
  216. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  217. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:656)
  218. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:635)
  219. at org.openmrs.web.Listener.startOpenmrs(Listener.java:266)
  220. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  221. Caused by: org.openmrs.scheduler.SchedulerException: could not load class
  222. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
  223. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
  224. ... 40 more
  225. Caused by: java.lang.ClassNotFoundException: org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsCompleteTask
  226. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1320)
  227. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1173)
  228. at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
  229. at java.lang.ClassLoader.loadClass(Unknown Source)
  230. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
  231. ... 41 more
  232. 04-03-2020 06:40:27 [ERROR] TaskFactory - OpenmrsClassLoader could not load class: org.bahmni.module.bahmniOfflineSync.job.InitialSyncArtifactsPublisher. Probably due to a module not being loaded
  233. 04-03-2020 06:40:27 [ERROR] TimerSchedulerServiceImpl - Failed to schedule task Bahmni Connect Artifact Publisher Task
  234. org.openmrs.scheduler.SchedulerException: could not load class
  235. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
  236. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
  237. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
  238. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  239. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  240. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  241. at java.lang.reflect.Method.invoke(Unknown Source)
  242. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  243. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  244. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  245. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  246. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  247. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  248. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  249. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  250. at com.sun.proxy.$Proxy204.onStartup(Unknown Source)
  251. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  252. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  253. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  254. at java.lang.reflect.Method.invoke(Unknown Source)
  255. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  256. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  257. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  258. at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  259. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  260. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  261. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  262. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
  263. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  264. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  265. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  266. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  267. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  268. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  269. at com.sun.proxy.$Proxy205.onStartup(Unknown Source)
  270. at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
  271. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:904)
  272. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  273. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:656)
  274. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:635)
  275. at org.openmrs.web.Listener.startOpenmrs(Listener.java:266)
  276. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  277. Caused by: java.lang.ClassNotFoundException: org.bahmni.module.bahmniOfflineSync.job.InitialSyncArtifactsPublisher
  278. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1320)
  279. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1173)
  280. at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
  281. at java.lang.ClassLoader.loadClass(Unknown Source)
  282. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
  283. ... 41 more
  284. 04-03-2020 06:40:27 [ERROR] TimerSchedulerServiceImpl - Failed to schedule task for class org.bahmni.module.bahmniOfflineSync.job.InitialSyncArtifactsPublisher
  285. org.openmrs.scheduler.SchedulerException: Failed to schedule task
  286. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:274)
  287. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
  288. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  289. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  290. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  291. at java.lang.reflect.Method.invoke(Unknown Source)
  292. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  293. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  294. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  295. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  296. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  297. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  298. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  299. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  300. at com.sun.proxy.$Proxy204.onStartup(Unknown Source)
  301. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  302. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  303. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  304. at java.lang.reflect.Method.invoke(Unknown Source)
  305. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  306. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  307. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  308. at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  309. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  310. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  311. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  312. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
  313. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  314. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  315. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  316. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  317. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  318. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  319. at com.sun.proxy.$Proxy205.onStartup(Unknown Source)
  320. at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
  321. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:904)
  322. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  323. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:656)
  324. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:635)
  325. at org.openmrs.web.Listener.startOpenmrs(Listener.java:266)
  326. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  327. Caused by: org.openmrs.scheduler.SchedulerException: could not load class
  328. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
  329. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
  330. ... 40 more
  331. Caused by: java.lang.ClassNotFoundException: org.bahmni.module.bahmniOfflineSync.job.InitialSyncArtifactsPublisher
  332. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1320)
  333. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1173)
  334. at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
  335. at java.lang.ClassLoader.loadClass(Unknown Source)
  336. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
  337. ... 41 more
  338. 04-03-2020 06:40:28 [WARN ] RefillIdentifierPoolsTask - Not running scheduled task. DaemonToken = null; enabled = false
  339. 04-03-2020 06:40:35 [ERROR] LogErrorHandler - Line=278 The content of element type "dwr" must match "(init?,allow?,signatures?)".
  340. 04-03-2020 06:40:35 [WARN ] OpenmrsUtil - Unable to find a runtime properties file at /openmrs-runtime.properties
  341. 04-03-2020 06:40:35 [ERROR] TaskFactory - OpenmrsClassLoader could not load class: org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsMissedTask. Probably due to a module not being loaded
  342. 04-03-2020 06:40:35 [ERROR] TimerSchedulerServiceImpl - Failed to schedule task Mark Appointment As Missed Task
  343. org.openmrs.scheduler.SchedulerException: could not load class
  344. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
  345. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
  346. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
  347. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  348. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  349. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  350. at java.lang.reflect.Method.invoke(Unknown Source)
  351. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  352. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  353. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  354. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  355. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  356. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  357. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  358. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  359. at com.sun.proxy.$Proxy204.onStartup(Unknown Source)
  360. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  361. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  362. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  363. at java.lang.reflect.Method.invoke(Unknown Source)
  364. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  365. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  366. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  367. at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  368. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  369. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  370. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  371. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
  372. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  373. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  374. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  375. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  376. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  377. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  378. at com.sun.proxy.$Proxy205.onStartup(Unknown Source)
  379. at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
  380. at org.openmrs.web.Listener.startOpenmrs(Listener.java:269)
  381. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  382. Caused by: java.lang.ClassNotFoundException: org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsMissedTask
  383. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1320)
  384. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1173)
  385. at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
  386. at java.lang.ClassLoader.loadClass(Unknown Source)
  387. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
  388. ... 37 more
  389. 04-03-2020 06:40:35 [ERROR] TimerSchedulerServiceImpl - Failed to schedule task for class org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsMissedTask
  390. org.openmrs.scheduler.SchedulerException: Failed to schedule task
  391. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:274)
  392. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
  393. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  394. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  395. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  396. at java.lang.reflect.Method.invoke(Unknown Source)
  397. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  398. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  399. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  400. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  401. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  402. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  403. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  404. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  405. at com.sun.proxy.$Proxy204.onStartup(Unknown Source)
  406. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  407. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  408. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  409. at java.lang.reflect.Method.invoke(Unknown Source)
  410. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  411. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  412. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  413. at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  414. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  415. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  416. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  417. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
  418. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  419. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  420. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  421. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  422. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  423. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  424. at com.sun.proxy.$Proxy205.onStartup(Unknown Source)
  425. at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
  426. at org.openmrs.web.Listener.startOpenmrs(Listener.java:269)
  427. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  428. Caused by: org.openmrs.scheduler.SchedulerException: could not load class
  429. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
  430. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
  431. ... 36 more
  432. Caused by: java.lang.ClassNotFoundException: org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsMissedTask
  433. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1320)
  434. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1173)
  435. at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
  436. at java.lang.ClassLoader.loadClass(Unknown Source)
  437. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
  438. ... 37 more
  439. 04-03-2020 06:40:35 [ERROR] TaskFactory - OpenmrsClassLoader could not load class: org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsCompleteTask. Probably due to a module not being loaded
  440. 04-03-2020 06:40:35 [ERROR] TimerSchedulerServiceImpl - Failed to schedule task Mark Appointment As Complete Task
  441. org.openmrs.scheduler.SchedulerException: could not load class
  442. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
  443. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
  444. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
  445. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  446. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  447. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  448. at java.lang.reflect.Method.invoke(Unknown Source)
  449. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  450. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  451. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  452. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  453. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  454. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  455. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  456. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  457. at com.sun.proxy.$Proxy204.onStartup(Unknown Source)
  458. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  459. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  460. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  461. at java.lang.reflect.Method.invoke(Unknown Source)
  462. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  463. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  464. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  465. at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  466. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  467. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  468. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  469. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
  470. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  471. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  472. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  473. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  474. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  475. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  476. at com.sun.proxy.$Proxy205.onStartup(Unknown Source)
  477. at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
  478. at org.openmrs.web.Listener.startOpenmrs(Listener.java:269)
  479. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  480. Caused by: java.lang.ClassNotFoundException: org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsCompleteTask
  481. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1320)
  482. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1173)
  483. at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
  484. at java.lang.ClassLoader.loadClass(Unknown Source)
  485. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
  486. ... 37 more
  487. 04-03-2020 06:40:35 [ERROR] TimerSchedulerServiceImpl - Failed to schedule task for class org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsCompleteTask
  488. org.openmrs.scheduler.SchedulerException: Failed to schedule task
  489. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:274)
  490. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
  491. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  492. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  493. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  494. at java.lang.reflect.Method.invoke(Unknown Source)
  495. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  496. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  497. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  498. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  499. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  500. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  501. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  502. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  503. at com.sun.proxy.$Proxy204.onStartup(Unknown Source)
  504. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  505. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  506. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  507. at java.lang.reflect.Method.invoke(Unknown Source)
  508. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  509. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  510. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  511. at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  512. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  513. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  514. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  515. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
  516. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  517. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  518. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  519. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  520. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  521. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  522. at com.sun.proxy.$Proxy205.onStartup(Unknown Source)
  523. at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
  524. at org.openmrs.web.Listener.startOpenmrs(Listener.java:269)
  525. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  526. Caused by: org.openmrs.scheduler.SchedulerException: could not load class
  527. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
  528. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
  529. ... 36 more
  530. Caused by: java.lang.ClassNotFoundException: org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsCompleteTask
  531. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1320)
  532. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1173)
  533. at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
  534. at java.lang.ClassLoader.loadClass(Unknown Source)
  535. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
  536. ... 37 more
  537. 04-03-2020 06:40:35 [ERROR] TaskFactory - OpenmrsClassLoader could not load class: org.bahmni.module.bahmniOfflineSync.job.InitialSyncArtifactsPublisher. Probably due to a module not being loaded
  538. 04-03-2020 06:40:35 [ERROR] TimerSchedulerServiceImpl - Failed to schedule task Bahmni Connect Artifact Publisher Task
  539. org.openmrs.scheduler.SchedulerException: could not load class
  540. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
  541. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
  542. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
  543. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  544. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  545. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  546. at java.lang.reflect.Method.invoke(Unknown Source)
  547. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  548. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  549. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  550. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  551. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  552. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  553. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  554. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  555. at com.sun.proxy.$Proxy204.onStartup(Unknown Source)
  556. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  557. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  558. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  559. at java.lang.reflect.Method.invoke(Unknown Source)
  560. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  561. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  562. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  563. at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  564. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  565. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  566. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  567. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
  568. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  569. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  570. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  571. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  572. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  573. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  574. at com.sun.proxy.$Proxy205.onStartup(Unknown Source)
  575. at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
  576. at org.openmrs.web.Listener.startOpenmrs(Listener.java:269)
  577. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  578. Caused by: java.lang.ClassNotFoundException: org.bahmni.module.bahmniOfflineSync.job.InitialSyncArtifactsPublisher
  579. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1320)
  580. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1173)
  581. at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
  582. at java.lang.ClassLoader.loadClass(Unknown Source)
  583. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
  584. ... 37 more
  585. 04-03-2020 06:40:35 [ERROR] TimerSchedulerServiceImpl - Failed to schedule task for class org.bahmni.module.bahmniOfflineSync.job.InitialSyncArtifactsPublisher
  586. org.openmrs.scheduler.SchedulerException: Failed to schedule task
  587. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:274)
  588. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
  589. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  590. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  591. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  592. at java.lang.reflect.Method.invoke(Unknown Source)
  593. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  594. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  595. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  596. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  597. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  598. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  599. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  600. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  601. at com.sun.proxy.$Proxy204.onStartup(Unknown Source)
  602. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  603. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  604. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  605. at java.lang.reflect.Method.invoke(Unknown Source)
  606. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  607. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  608. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  609. at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  610. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  611. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  612. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  613. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
  614. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  615. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  616. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  617. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  618. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  619. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  620. at com.sun.proxy.$Proxy205.onStartup(Unknown Source)
  621. at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
  622. at org.openmrs.web.Listener.startOpenmrs(Listener.java:269)
  623. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  624. Caused by: org.openmrs.scheduler.SchedulerException: could not load class
  625. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
  626. at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
  627. ... 36 more
  628. Caused by: java.lang.ClassNotFoundException: org.bahmni.module.bahmniOfflineSync.job.InitialSyncArtifactsPublisher
  629. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1320)
  630. at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1173)
  631. at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
  632. at java.lang.ClassLoader.loadClass(Unknown Source)
  633. at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
  634. ... 37 more
  635. Mar 04, 2020 6:40:46 AM org.apache.catalina.util.SessionIdGeneratorBase createSecureRandom
  636. INFO: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [10,404] milliseconds.
  637. 04-03-2020 06:40:46 [WARN ] OpenmrsUtil - Unable to find a runtime properties file at /openmrs-runtime.properties
  638. Mar 04, 2020 6:40:47 AM org.apache.coyote.AbstractProtocol start
  639. INFO: Starting ProtocolHandler ["http-nio-8050"]
  640. Mar 04, 2020 6:41:39 AM org.apache.catalina.core.ApplicationContext log
  641. INFO: Initializing Spring FrameworkServlet 'openmrs'
  642. 04-03-2020 10:30:05 [WARN ] HibernateConceptDAO - No concept found for 'REGISTRATION_CONCEPTS'
  643. Mar 04, 2020 10:30:34 AM org.apache.catalina.core.ApplicationContext log
  644. INFO: Initializing Spring FrameworkServlet 'openmrs_static_content'
  645. 04-03-2020 10:43:31 [WARN ] HibernateConceptDAO - No concept found for 'REGISTRATION_CONCEPTS'
Advertisement
Add Comment
Please, Sign In to add comment