Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- *****when starting a module******
- 04-03-2020 06:40:02 [WARN ] ModuleFactory - Error while trying to start module: bahmniucc
- org.openmrs.module.ModuleException: Unable to update data model using liquibase.xml. Module: Bahmni UCC Module OMOD
- at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:1072)
- at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:768)
- at org.openmrs.api.context.Daemon$1.run(Daemon.java:74)
- Caused by: liquibase.exception.ValidationFailedException: Validation Failed:
- 3 change sets check sum
- liquibase.xml::bahmniefms-201708221027::Manyama, Ian is now: 3:8b95d01acda68c0ffd5e9b0366b322ce
- liquibase.xml::bahmniefms-201808010935::Manyama, Ian is now: 3:5096be8f7c97988902e2f0b9ccad77cf
- liquibase.xml::bahmniefms-201802031407::Manyama, Ian is now: 3:6ea465b6377e97095d7b2282b869b9e6
- at liquibase.changelog.DatabaseChangeLog.validate(DatabaseChangeLog.java:141)
- at liquibase.Liquibase.listUnrunChangeSets(Liquibase.java:625)
- at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:199)
- at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:1062)
- ... 2 mo
- 04-03-2020 06:40:27 [WARN ] SimpleUrlHandlerMapping - Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
- 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
- 04-03-2020 06:40:27 [ERROR] TimerSchedulerServiceImpl - Failed to schedule task Mark Appointment As Missed Task
- org.openmrs.scheduler.SchedulerException: could not load class
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
- at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
- at com.sun.proxy.$Proxy204.onStartup(Unknown Source)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
- at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
- at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
- at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
- at com.sun.proxy.$Proxy205.onStartup(Unknown Source)
- at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
- at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:904)
- at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
- at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:656)
- at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:635)
- at org.openmrs.web.Listener.startOpenmrs(Listener.java:266)
- at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
- Caused by: java.lang.ClassNotFoundException: org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsMissedTask
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1320)
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1173)
- at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
- ... 41 more
- 04-03-2020 06:40:27 [ERROR] TimerSchedulerServiceImpl - Failed to schedule task for class org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsMissedTask
- org.openmrs.scheduler.SchedulerException: Failed to schedule task
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:274)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
- at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
- at com.sun.proxy.$Proxy204.onStartup(Unknown Source)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
- at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
- at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
- at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
- at com.sun.proxy.$Proxy205.onStartup(Unknown Source)
- at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
- at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:904)
- at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
- at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:656)
- at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:635)
- at org.openmrs.web.Listener.startOpenmrs(Listener.java:266)
- at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
- Caused by: org.openmrs.scheduler.SchedulerException: could not load class
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
- ... 40 more
- Caused by: java.lang.ClassNotFoundException: org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsMissedTask
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1320)
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1173)
- at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
- ... 41 more
- 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
- 04-03-2020 06:40:27 [ERROR] TimerSchedulerServiceImpl - Failed to schedule task Mark Appointment As Complete Task
- org.openmrs.scheduler.SchedulerException: could not load class
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
- at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
- at com.sun.proxy.$Proxy204.onStartup(Unknown Source)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
- at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
- at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
- at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
- at com.sun.proxy.$Proxy205.onStartup(Unknown Source)
- at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
- at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:904)
- at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
- at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:656)
- at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:635)
- at org.openmrs.web.Listener.startOpenmrs(Listener.java:266)
- at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
- Caused by: java.lang.ClassNotFoundException: org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsCompleteTask
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1320)
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1173)
- at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
- ... 41 more
- 04-03-2020 06:40:27 [ERROR] TimerSchedulerServiceImpl - Failed to schedule task for class org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsCompleteTask
- org.openmrs.scheduler.SchedulerException: Failed to schedule task
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:274)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
- at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
- at com.sun.proxy.$Proxy204.onStartup(Unknown Source)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
- at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
- at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
- at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
- at com.sun.proxy.$Proxy205.onStartup(Unknown Source)
- at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
- at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:904)
- at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
- at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:656)
- at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:635)
- at org.openmrs.web.Listener.startOpenmrs(Listener.java:266)
- at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
- Caused by: org.openmrs.scheduler.SchedulerException: could not load class
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
- ... 40 more
- Caused by: java.lang.ClassNotFoundException: org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsCompleteTask
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1320)
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1173)
- at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
- ... 41 more
- 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
- 04-03-2020 06:40:27 [ERROR] TimerSchedulerServiceImpl - Failed to schedule task Bahmni Connect Artifact Publisher Task
- org.openmrs.scheduler.SchedulerException: could not load class
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
- at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
- at com.sun.proxy.$Proxy204.onStartup(Unknown Source)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
- at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
- at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
- at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
- at com.sun.proxy.$Proxy205.onStartup(Unknown Source)
- at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
- at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:904)
- at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
- at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:656)
- at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:635)
- at org.openmrs.web.Listener.startOpenmrs(Listener.java:266)
- at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
- Caused by: java.lang.ClassNotFoundException: org.bahmni.module.bahmniOfflineSync.job.InitialSyncArtifactsPublisher
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1320)
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1173)
- at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
- ... 41 more
- 04-03-2020 06:40:27 [ERROR] TimerSchedulerServiceImpl - Failed to schedule task for class org.bahmni.module.bahmniOfflineSync.job.InitialSyncArtifactsPublisher
- org.openmrs.scheduler.SchedulerException: Failed to schedule task
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:274)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
- at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
- at com.sun.proxy.$Proxy204.onStartup(Unknown Source)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
- at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
- at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
- at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
- at com.sun.proxy.$Proxy205.onStartup(Unknown Source)
- at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
- at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:904)
- at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
- at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:656)
- at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:635)
- at org.openmrs.web.Listener.startOpenmrs(Listener.java:266)
- at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
- Caused by: org.openmrs.scheduler.SchedulerException: could not load class
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
- ... 40 more
- Caused by: java.lang.ClassNotFoundException: org.bahmni.module.bahmniOfflineSync.job.InitialSyncArtifactsPublisher
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1320)
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1173)
- at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
- ... 41 more
- 04-03-2020 06:40:28 [WARN ] RefillIdentifierPoolsTask - Not running scheduled task. DaemonToken = null; enabled = false
- 04-03-2020 06:40:35 [ERROR] LogErrorHandler - Line=278 The content of element type "dwr" must match "(init?,allow?,signatures?)".
- 04-03-2020 06:40:35 [WARN ] OpenmrsUtil - Unable to find a runtime properties file at /openmrs-runtime.properties
- 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
- 04-03-2020 06:40:35 [ERROR] TimerSchedulerServiceImpl - Failed to schedule task Mark Appointment As Missed Task
- org.openmrs.scheduler.SchedulerException: could not load class
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
- at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
- at com.sun.proxy.$Proxy204.onStartup(Unknown Source)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
- at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
- at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
- at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
- at com.sun.proxy.$Proxy205.onStartup(Unknown Source)
- at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
- at org.openmrs.web.Listener.startOpenmrs(Listener.java:269)
- at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
- Caused by: java.lang.ClassNotFoundException: org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsMissedTask
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1320)
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1173)
- at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
- ... 37 more
- 04-03-2020 06:40:35 [ERROR] TimerSchedulerServiceImpl - Failed to schedule task for class org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsMissedTask
- org.openmrs.scheduler.SchedulerException: Failed to schedule task
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:274)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
- at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
- at com.sun.proxy.$Proxy204.onStartup(Unknown Source)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
- at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
- at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
- at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
- at com.sun.proxy.$Proxy205.onStartup(Unknown Source)
- at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
- at org.openmrs.web.Listener.startOpenmrs(Listener.java:269)
- at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
- Caused by: org.openmrs.scheduler.SchedulerException: could not load class
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
- ... 36 more
- Caused by: java.lang.ClassNotFoundException: org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsMissedTask
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1320)
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1173)
- at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
- ... 37 more
- 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
- 04-03-2020 06:40:35 [ERROR] TimerSchedulerServiceImpl - Failed to schedule task Mark Appointment As Complete Task
- org.openmrs.scheduler.SchedulerException: could not load class
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
- at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
- at com.sun.proxy.$Proxy204.onStartup(Unknown Source)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
- at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
- at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
- at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
- at com.sun.proxy.$Proxy205.onStartup(Unknown Source)
- at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
- at org.openmrs.web.Listener.startOpenmrs(Listener.java:269)
- at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
- Caused by: java.lang.ClassNotFoundException: org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsCompleteTask
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1320)
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1173)
- at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
- ... 37 more
- 04-03-2020 06:40:35 [ERROR] TimerSchedulerServiceImpl - Failed to schedule task for class org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsCompleteTask
- org.openmrs.scheduler.SchedulerException: Failed to schedule task
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:274)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
- at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
- at com.sun.proxy.$Proxy204.onStartup(Unknown Source)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
- at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
- at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
- at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
- at com.sun.proxy.$Proxy205.onStartup(Unknown Source)
- at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
- at org.openmrs.web.Listener.startOpenmrs(Listener.java:269)
- at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
- Caused by: org.openmrs.scheduler.SchedulerException: could not load class
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
- ... 36 more
- Caused by: java.lang.ClassNotFoundException: org.openmrs.module.appointments.scheduler.tasks.MarkAppointmentAsCompleteTask
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1320)
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1173)
- at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
- ... 37 more
- 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
- 04-03-2020 06:40:35 [ERROR] TimerSchedulerServiceImpl - Failed to schedule task Bahmni Connect Artifact Publisher Task
- org.openmrs.scheduler.SchedulerException: could not load class
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
- at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
- at com.sun.proxy.$Proxy204.onStartup(Unknown Source)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
- at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
- at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
- at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
- at com.sun.proxy.$Proxy205.onStartup(Unknown Source)
- at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
- at org.openmrs.web.Listener.startOpenmrs(Listener.java:269)
- at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
- Caused by: java.lang.ClassNotFoundException: org.bahmni.module.bahmniOfflineSync.job.InitialSyncArtifactsPublisher
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1320)
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1173)
- at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
- ... 37 more
- 04-03-2020 06:40:35 [ERROR] TimerSchedulerServiceImpl - Failed to schedule task for class org.bahmni.module.bahmniOfflineSync.job.InitialSyncArtifactsPublisher
- org.openmrs.scheduler.SchedulerException: Failed to schedule task
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:274)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:107)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
- at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
- at com.sun.proxy.$Proxy204.onStartup(Unknown Source)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
- at java.lang.reflect.Method.invoke(Unknown Source)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
- at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
- at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
- at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:121)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
- at com.sun.proxy.$Proxy205.onStartup(Unknown Source)
- at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:52)
- at org.openmrs.web.Listener.startOpenmrs(Listener.java:269)
- at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
- Caused by: org.openmrs.scheduler.SchedulerException: could not load class
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:217)
- ... 36 more
- Caused by: java.lang.ClassNotFoundException: org.bahmni.module.bahmniOfflineSync.job.InitialSyncArtifactsPublisher
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1320)
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1173)
- at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
- ... 37 more
- Mar 04, 2020 6:40:46 AM org.apache.catalina.util.SessionIdGeneratorBase createSecureRandom
- INFO: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [10,404] milliseconds.
- 04-03-2020 06:40:46 [WARN ] OpenmrsUtil - Unable to find a runtime properties file at /openmrs-runtime.properties
- Mar 04, 2020 6:40:47 AM org.apache.coyote.AbstractProtocol start
- INFO: Starting ProtocolHandler ["http-nio-8050"]
- Mar 04, 2020 6:41:39 AM org.apache.catalina.core.ApplicationContext log
- INFO: Initializing Spring FrameworkServlet 'openmrs'
- 04-03-2020 10:30:05 [WARN ] HibernateConceptDAO - No concept found for 'REGISTRATION_CONCEPTS'
- Mar 04, 2020 10:30:34 AM org.apache.catalina.core.ApplicationContext log
- INFO: Initializing Spring FrameworkServlet 'openmrs_static_content'
- 04-03-2020 10:43:31 [WARN ] HibernateConceptDAO - No concept found for 'REGISTRATION_CONCEPTS'
Advertisement
Add Comment
Please, Sign In to add comment