Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- INFO - LoggingAdvice.invoke(156) |2020-12-11 09:40:10,600| Exiting method saveGlobalProperty
- WARN - ModuleFactory.startModuleInternal(786) |2020-12-11 09:40:13,239| Error while trying to start module: reporting
- org.openmrs.module.ModuleException: Unable to update data model using liquibase.xml. Module: Reporting
- at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:993)
- at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:726)
- at org.openmrs.api.context.Daemon$1.run(Daemon.java:80)
- Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase.xml::reporting_report_design_6::mseaton:
- Reason: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE `reporting_report_design` DROP COLUMN `report_definition_id`: Cannot drop index 'report_definition_id for reporting_report_design': needed in a foreign key constraint:
- Caused By: Error executing SQL ALTER TABLE `reporting_report_design` DROP COLUMN `report_definition_id`: Cannot drop index 'report_definition_id for reporting_report_design': needed in a foreign key constraint:
- Caused By: Cannot drop index 'report_definition_id for reporting_report_design': needed in a foreign key constraint
- at liquibase.changelog.ChangeSet.execute(ChangeSet.java:347)
- at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
- at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:191)
- at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
- at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:220)
- at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:986)
- ... 2 more
- Caused by: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE `reporting_report_design` DROP COLUMN `report_definition_id`: Cannot drop index 'report_definition_id for reporting_report_design': needed in a foreign key constraint
- at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
- at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
- at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
- at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
- at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
- ... 7 more
- Caused by: java.sql.SQLException: Cannot drop index 'report_definition_id for reporting_report_design': needed in a foreign key constraint
- at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
- at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
- at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
- at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
- at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
- at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2480)
- at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2438)
- at com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:845)
- at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:745)
- at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
- at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
- ... 11 more
- INFO - LoggingAdvice.invoke(116) |2020-12-11 09:40:13,260| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
- INFO - LoggingAdvice.invoke(156) |2020-12-11 09:40:13,265| Exiting method saveAlert
- ERROR - ModuleFactory.startModules(256) |2020-12-11 09:40:13,288| Module Appointment Scheduling Module cannot be started because it requires the following module(s): reporting 0.9.2 Please install and start these modules first.
- INFO - LoggingAdvice.invoke(116) |2020-12-11 09:40:13,305| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
- INFO - LoggingAdvice.invoke(156) |2020-12-11 09:40:13,316| Exiting method saveAlert
- ERROR - ModuleFactory.startModules(256) |2020-12-11 09:40:13,340| Module Reporting REST cannot be started because it requires the following module(s): reporting 1.15.0 Please install and start these modules first.
- INFO - LoggingAdvice.invoke(116) |2020-12-11 09:40:13,360| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
- INFO - LoggingAdvice.invoke(156) |2020-12-11 09:40:13,367| Exiting method saveAlert
- WARN - ModuleFactory.startModuleInternal(786) |2020-12-11 09:40:29,518| Error while trying to start module: idgen
- org.openmrs.module.ModuleException: Unable to update data model using liquibase.xml. Module: ID Generation
- at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:993)
- at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:726)
- at org.openmrs.api.context.Daemon$1.run(Daemon.java:80)
- Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase.xml::0f79a646-4f62-4fef-b035-421ad8f73ba2::Partners In Health:
- Reason: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE `idgen_auto_generation_option` ADD CONSTRAINT `identifier_type for idgen_auto_generation_option` FOREIGN KEY (`identifier_type`) REFERENCES `patient_identifier_type` (`patient_identifier_type_id`): Cannot add or update a child row: a foreign key constraint fails (`openmrs`.`#sql-d9c_11`, CONSTRAINT `identifier_type for idgen_auto_generation_option` FOREIGN KEY (`identifier_type`) REFERENCES `patient_identifier_type` (`patient_identifier_type_id`)):
- Caused By: Error executing SQL ALTER TABLE `idgen_auto_generation_option` ADD CONSTRAINT `identifier_type for idgen_auto_generation_option` FOREIGN KEY (`identifier_type`) REFERENCES `patient_identifier_type` (`patient_identifier_type_id`): Cannot add or update a child row: a foreign key constraint fails (`openmrs`.`#sql-d9c_11`, CONSTRAINT `identifier_type for idgen_auto_generation_option` FOREIGN KEY (`identifier_type`) REFERENCES `patient_identifier_type` (`patient_identifier_type_id`)):
- Caused By: Cannot add or update a child row: a foreign key constraint fails (`openmrs`.`#sql-d9c_11`, CONSTRAINT `identifier_type for idgen_auto_generation_option` FOREIGN KEY (`identifier_type`) REFERENCES `patient_identifier_type` (`patient_identifier_type_id`))
- at liquibase.changelog.ChangeSet.execute(ChangeSet.java:347)
- at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
- at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:191)
- at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
- at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:220)
- at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:986)
- ... 2 more
- Caused by: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE `idgen_auto_generation_option` ADD CONSTRAINT `identifier_type for idgen_auto_generation_option` FOREIGN KEY (`identifier_type`) REFERENCES `patient_identifier_type` (`patient_identifier_type_id`): Cannot add or update a child row: a foreign key constraint fails (`openmrs`.`#sql-d9c_11`, CONSTRAINT `identifier_type for idgen_auto_generation_option` FOREIGN KEY (`identifier_type`) REFERENCES `patient_identifier_type` (`patient_identifier_type_id`))
- at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
- at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
- at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
- at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
- at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
- ... 7 more
- Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot add or update a child row: a foreign key constraint fails (`openmrs`.`#sql-d9c_11`, CONSTRAINT `identifier_type for idgen_auto_generation_option` FOREIGN KEY (`identifier_type`) REFERENCES `patient_identifier_type` (`patient_identifier_type_id`))
- at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
- at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
- at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
- at java.lang.reflect.Constructor.newInstance(Unknown Source)
- at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
- at com.mysql.jdbc.Util.getInstance(Util.java:408)
- at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936)
- at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
- at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
- at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
- at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
- at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2480)
- at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2438)
- at com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:845)
- at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:745)
- at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
- at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
- ... 11 more
- INFO - LoggingAdvice.invoke(116) |2020-12-11 09:40:29,539| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
- INFO - LoggingAdvice.invoke(156) |2020-12-11 09:40:29,543| Exiting method saveAlert
- ERROR - ModuleFactory.startModules(256) |2020-12-11 09:40:29,556| Module Registration Core Module cannot be started because it requires the following module(s): event 2.8.0,idgen 4.3 Please install and start these modules first.
- INFO - LoggingAdvice.invoke(116) |2020-12-11 09:40:29,566| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
- INFO - LoggingAdvice.invoke(156) |2020-12-11 09:40:29,570| Exiting method saveAlert
- INFO - LoggingAdvice.invoke(116) |2020-12-11 09:40:29,841| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appframework.started value: true,
- INFO - LoggingAdvice.invoke(156) |2020-12-11 09:40:29,843| Exiting method saveGlobalProperty
- INFO - LoggingAdvice.invoke(116) |2020-12-11 09:40:29,848| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appframework.mandatory value: false,
- INFO - LoggingAdvice.invoke(156) |2020-12-11 09:40:29,850| Exiting method saveGlobalProperty
- INFO - LoggingAdvice.invoke(116) |2020-12-11 09:40:30,247| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: formentryapp.started value: true,
- INFO - LoggingAdvice.invoke(156) |2020-12-11 09:40:30,250| Exiting method saveGlobalProperty
- INFO - LoggingAdvice.invoke(116) |2020-12-11 09:40:30,255| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: formentryapp.mandatory value: false,
- INFO - LoggingAdvice.invoke(156) |2020-12-11 09:40:30,258| Exiting method saveGlobalProperty
- INFO - LoggingAdvice.invoke(116) |2020-12-11 09:40:30,845| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: allergyui.started value: true,
- INFO - LoggingAdvice.invoke(156) |2020-12-11 09:40:30,847| Exiting method saveGlobalProperty
- INFO - LoggingAdvice.invoke(116) |2020-12-11 09:40:30,851| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: allergyui.mandatory value: false,
- INFO - LoggingAdvice.invoke(156) |2020-12-11 09:40:30,853| Exiting method saveGlobalProperty
- INFO - LoggingAdvice.invoke(116) |2020-12-11 09:40:31,102| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appui.started value: true,
- INFO - LoggingAdvice.invoke(156) |2020-12-11 09:40:31,105| Exiting method saveGlobalProperty
- INFO - LoggingAdvice.invoke(116) |2020-12-11 09:40:31,108| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appui.mandatory value: false,
- INFO - LoggingAdvice.invoke(156) |2020-12-11 09:40:31,110| Exiting method saveGlobalProperty
- INFO - LoggingAdvice.invoke(116) |2020-12-11 09:40:31,466| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: adminui.started value: true,
- INFO - LoggingAdvice.invoke(156) |2020-12-11 09:40:31,469| Exiting method saveGlobalProperty
- INFO - LoggingAdvice.invoke(116) |2020-12-11 09:40:31,474| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: adminui.mandatory value: false,
- INFO - LoggingAdvice.invoke(156) |2020-12-11 09:40:31,477| Exiting method saveGlobalProperty
- ERROR - ModuleFactory.startModules(256) |2020-12-11 09:40:31,520| Module Reporting UI Module cannot be started because it requires the following module(s): reportingrest 1.4,reporting 0.9.3 Please install and start these modules first.
- INFO - LoggingAdvice.invoke(116) |2020-12-11 09:40:31,532| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
- INFO - LoggingAdvice.invoke(156) |2020-12-11 09:40:31,535| Exiting method saveAlert
- INFO - LoggingAdvice.invoke(116) |2020-12-11 09:40:34,326| In method SchedulerService.saveToMemento. Arguments:
- INFO - LoggingAdvice.invoke(156) |2020-12-11 09:40:34,329| Exiting method saveToMemento
- INFO - EhCacheManagerFactoryBean.destroy(181) |2020-12-11 09:40:34,406| Shutting down EhCache CacheManager
- INFO - ServiceContext.startRefreshingContext(832) |2020-12-11 09:40:34,408| Refreshing Context
- INFO - EhCacheManagerFactoryBean.afterPropertiesSet(129) |2020-12-11 09:41:12,476| Initializing EhCache CacheManager
- WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2020-12-11 09:41:21,749| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
- WARN - IdgenTask.run(32) |2020-12-11 09:41:28,617| Not running scheduled task. DaemonToken = null; enabled = false
- WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2020-12-11 09:41:37,639| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
- INFO - ServiceContext.doneRefreshingContext(843) |2020-12-11 09:41:37,688| Done refreshing Context
- ERROR - TaskFactory.createInstance(63) |2020-12-11 09:41:37,762| OpenmrsClassLoader could not load class: org.openmrs.module.formentry.ProcessFormEntryQueueTask. Probably due to a module not being loaded
- ERROR - TimerSchedulerServiceImpl.scheduleTask(275) |2020-12-11 09:41:37,763| Failed to schedule task Process Form Entry Queue
- org.openmrs.scheduler.SchedulerException: could not load class
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:65)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:219)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:108)
- 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.$Proxy205.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:122)
- 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.$Proxy206.onStartup(Unknown Source)
- at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:53)
- at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:899)
- at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:847)
- at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:632)
- at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612)
- at org.openmrs.web.Listener.startOpenmrs(Listener.java:251)
- at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
- Caused by: java.lang.ClassNotFoundException: org.openmrs.module.formentry.ProcessFormEntryQueueTask
- at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1358)
- at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1180)
- at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:169)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
- ... 41 more
- ERROR - TimerSchedulerServiceImpl.onStartup(113) |2020-12-11 09:41:37,764| Failed to schedule task for class org.openmrs.module.formentry.ProcessFormEntryQueueTask
- org.openmrs.scheduler.SchedulerException: Failed to schedule task
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:276)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:108)
- 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.$Proxy205.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:122)
- 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.$Proxy206.onStartup(Unknown Source)
- at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:53)
- at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:899)
- at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:847)
- at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:632)
- at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612)
- at org.openmrs.web.Listener.startOpenmrs(Listener.java:251)
- 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:65)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:219)
- ... 40 more
- Caused by: java.lang.ClassNotFoundException: org.openmrs.module.formentry.ProcessFormEntryQueueTask
- at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1358)
- at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1180)
- at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:169)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
- ... 41 more
- INFO - LoggingAdvice.invoke(116) |2020-12-11 09:42:07,589| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: login.url value: login.htm,
- INFO - LoggingAdvice.invoke(156) |2020-12-11 09:42:07,591| Exiting method saveGlobalProperty
- ERROR - CommonsLoggingOutput.error(75) |2020-12-11 09:42:10,117| Line=292 The content of element type "dwr" must match "(init?,allow?,signatures?)".
- ERROR - CommonsLoggingOutput.error(75) |2020-12-11 09:42:10,124| Parameter mismatch parsing signatures section in dwr.xml on line: DWRAtlasService.disableAtlasModule()
- WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2020-12-11 09:42:10,162| Unable to find a runtime properties file at C:\Program Files\Apache Software Foundation\Tomcat 8.5\openmrs-runtime.properties
- ERROR - TaskFactory.createInstance(63) |2020-12-11 09:42:10,177| OpenmrsClassLoader could not load class: org.openmrs.module.formentry.ProcessFormEntryQueueTask. Probably due to a module not being loaded
- ERROR - TimerSchedulerServiceImpl.scheduleTask(275) |2020-12-11 09:42:10,177| Failed to schedule task Process Form Entry Queue
- org.openmrs.scheduler.SchedulerException: could not load class
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:65)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:219)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:108)
- 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.$Proxy205.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:122)
- 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.$Proxy206.onStartup(Unknown Source)
- at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:53)
- at org.openmrs.web.Listener.startOpenmrs(Listener.java:254)
- at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
- Caused by: java.lang.ClassNotFoundException: org.openmrs.module.formentry.ProcessFormEntryQueueTask
- at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1358)
- at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1180)
- at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:169)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
- ... 37 more
- ERROR - TimerSchedulerServiceImpl.onStartup(113) |2020-12-11 09:42:10,178| Failed to schedule task for class org.openmrs.module.formentry.ProcessFormEntryQueueTask
- org.openmrs.scheduler.SchedulerException: Failed to schedule task
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:276)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:108)
- 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.$Proxy205.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:122)
- 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.$Proxy206.onStartup(Unknown Source)
- at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:53)
- at org.openmrs.web.Listener.startOpenmrs(Listener.java:254)
- 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:65)
- at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:219)
- ... 36 more
- Caused by: java.lang.ClassNotFoundException: org.openmrs.module.formentry.ProcessFormEntryQueueTask
- at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1358)
- at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1180)
- at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:169)
- at java.lang.ClassLoader.loadClass(Unknown Source)
- at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
- ... 37 more
- WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2020-12-11 09:42:10,396| Unable to find a runtime properties file at C:\Program Files\Apache Software Foundation\Tomcat 8.5\openmrs-runtime.properties
- WARN - ModuleFactory.startModuleInternal(786) |2020-12-11 09:44:00,289| Error while trying to start module: idgen
- org.openmrs.module.ModuleException: Unable to update data model using liquibase.xml. Module: ID Generation
- at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:993)
- at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:726)
- at org.openmrs.api.context.Daemon$1.run(Daemon.java:80)
- Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase.xml::0f79a646-4f62-4fef-b035-421ad8f73ba2::Partners In Health:
- Reason: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE `idgen_auto_generation_option` ADD CONSTRAINT `identifier_type for idgen_auto_generation_option` FOREIGN KEY (`identifier_type`) REFERENCES `patient_identifier_type` (`patient_identifier_type_id`): Cannot add or update a child row: a foreign key constraint fails (`openmrs`.`#sql-d9c_21`, CONSTRAINT `identifier_type for idgen_auto_generation_option` FOREIGN KEY (`identifier_type`) REFERENCES `patient_identifier_type` (`patient_identifier_type_id`)):
- Caused By: Error executing SQL ALTER TABLE `idgen_auto_generation_option` ADD CONSTRAINT `identifier_type for idgen_auto_generation_option` FOREIGN KEY (`identifier_type`) REFERENCES `patient_identifier_type` (`patient_identifier_type_id`): Cannot add or update a child row: a foreign key constraint fails (`openmrs`.`#sql-d9c_21`, CONSTRAINT `identifier_type for idgen_auto_generation_option` FOREIGN KEY (`identifier_type`) REFERENCES `patient_identifier_type` (`patient_identifier_type_id`)):
- Caused By: Cannot add or update a child row: a foreign key constraint fails (`openmrs`.`#sql-d9c_21`, CONSTRAINT `identifier_type for idgen_auto_generation_option` FOREIGN KEY (`identifier_type`) REFERENCES `patient_identifier_type` (`patient_identifier_type_id`))
- at liquibase.changelog.ChangeSet.execute(ChangeSet.java:347)
- at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
- at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:191)
- at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
- at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:220)
- at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:986)
- ... 2 more
- Caused by: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE `idgen_auto_generation_option` ADD CONSTRAINT `identifier_type for idgen_auto_generation_option` FOREIGN KEY (`identifier_type`) REFERENCES `patient_identifier_type` (`patient_identifier_type_id`): Cannot add or update a child row: a foreign key constraint fails (`openmrs`.`#sql-d9c_21`, CONSTRAINT `identifier_type for idgen_auto_generation_option` FOREIGN KEY (`identifier_type`) REFERENCES `patient_identifier_type` (`patient_identifier_type_id`))
- at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
- at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
- at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
- at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
- at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
- ... 7 more
- Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot add or update a child row: a foreign key constraint fails (`openmrs`.`#sql-d9c_21`, CONSTRAINT `identifier_type for idgen_auto_generation_option` FOREIGN KEY (`identifier_type`) REFERENCES `patient_identifier_type` (`patient_identifier_type_id`))
- at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
- at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
- at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
- at java.lang.reflect.Constructor.newInstance(Unknown Source)
- at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
- at com.mysql.jdbc.Util.getInstance(Util.java:408)
- at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936)
- at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
- at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
- at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
- at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
- at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2480)
- at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2438)
- at com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:845)
- at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:745)
- at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
- at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
- ... 11 more
- INFO - LoggingAdvice.invoke(116) |2020-12-11 09:44:00,332| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
- INFO - LoggingAdvice.invoke(156) |2020-12-11 09:44:00,336| Exiting method saveAlert
- WARN - ModuleFactory.startModuleInternal(786) |2020-12-11 09:44:09,255| Error while trying to start module: idgen
- org.openmrs.module.ModuleException: Unable to update data model using liquibase.xml. Module: ID Generation
- at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:993)
- at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:726)
- at org.openmrs.api.context.Daemon$1.run(Daemon.java:80)
- Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase.xml::0f79a646-4f62-4fef-b035-421ad8f73ba2::Partners In Health:
- Reason: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE `idgen_auto_generation_option` ADD CONSTRAINT `identifier_type for idgen_auto_generation_option` FOREIGN KEY (`identifier_type`) REFERENCES `patient_identifier_type` (`patient_identifier_type_id`): Cannot add or update a child row: a foreign key constraint fails (`openmrs`.`#sql-d9c_22`, CONSTRAINT `identifier_type for idgen_auto_generation_option` FOREIGN KEY (`identifier_type`) REFERENCES `patient_identifier_type` (`patient_identifier_type_id`)):
- Caused By: Error executing SQL ALTER TABLE `idgen_auto_generation_option` ADD CONSTRAINT `identifier_type for idgen_auto_generation_option` FOREIGN KEY (`identifier_type`) REFERENCES `patient_identifier_type` (`patient_identifier_type_id`): Cannot add or update a child row: a foreign key constraint fails (`openmrs`.`#sql-d9c_22`, CONSTRAINT `identifier_type for idgen_auto_generation_option` FOREIGN KEY (`identifier_type`) REFERENCES `patient_identifier_type` (`patient_identifier_type_id`)):
- Caused By: Cannot add or update a child row: a foreign key constraint fails (`openmrs`.`#sql-d9c_22`, CONSTRAINT `identifier_type for idgen_auto_generation_option` FOREIGN KEY (`identifier_type`) REFERENCES `patient_identifier_type` (`patient_identifier_type_id`))
- at liquibase.changelog.ChangeSet.execute(ChangeSet.java:347)
- at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
- at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:191)
- at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
- at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:220)
- at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:986)
- ... 2 more
- Caused by: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE `idgen_auto_generation_option` ADD CONSTRAINT `identifier_type for idgen_auto_generation_option` FOREIGN KEY (`identifier_type`) REFERENCES `patient_identifier_type` (`patient_identifier_type_id`): Cannot add or update a child row: a foreign key constraint fails (`openmrs`.`#sql-d9c_22`, CONSTRAINT `identifier_type for idgen_auto_generation_option` FOREIGN KEY (`identifier_type`) REFERENCES `patient_identifier_type` (`patient_identifier_type_id`))
- at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
- at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
- at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
- at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
- at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
- ... 7 more
- Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot add or update a child row: a foreign key constraint fails (`openmrs`.`#sql-d9c_22`, CONSTRAINT `identifier_type for idgen_auto_generation_option` FOREIGN KEY (`identifier_type`) REFERENCES `patient_identifier_type` (`patient_identifier_type_id`))
- at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
- at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
- at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
- at java.lang.reflect.Constructor.newInstance(Unknown Source)
- at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
- at com.mysql.jdbc.Util.getInstance(Util.java:408)
- at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936)
- at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
- at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
- at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
- at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
- at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2480)
- at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2438)
- at com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:845)
- at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:745)
- at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
- at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
- ... 11 more
- INFO - LoggingAdvice.invoke(116) |2020-12-11 09:44:09,295| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
- INFO - LoggingAdvice.invoke(156) |2020-12-11 09:44:09,298| Exiting method saveAlert
- WARN - IdgenTask.run(32) |2020-12-11 09:46:28,632| Not running scheduled task. DaemonToken = null; enabled = false
- WARN - IdgenTask.run(32) |2020-12-11 09:51:28,634| Not running scheduled task. DaemonToken = null; enabled
Add Comment
Please, Sign In to add comment