Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- INFO - LoggingAdvice.invoke(117) |2020-07-10T14:18:45,711| In method SchedulerService.saveToMemento. Arguments:
- INFO - LoggingAdvice.invoke(157) |2020-07-10T14:18:45,721| Exiting method saveToMemento
- INFO - EhCacheManagerFactoryBean.destroy(192) |2020-07-10T14:18:45,768| Shutting down EhCache CacheManager
- INFO - ServiceContext.startRefreshingContext(832) |2020-07-10T14:18:45,769| Refreshing Context
- INFO - ServiceContext.doneRefreshingContext(843) |2020-07-10T14:18:46,068| Done refreshing Context
- ERROR - Listener.performWebStartOfModules(641) |2020-07-10T14:18:46,068| Unable to refresh the spring application context. Root Cause was:
- org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: Attribute 'local' is not allowed to appear in element 'ref'.
- at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source) ~[xercesImpl-2.12.0.jar:?]
- at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source) ~[xercesImpl-2.12.0.jar:?]
- at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) ~[xercesImpl-2.12.0.jar:2.12.0]
- at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) ~[xercesImpl-2.12.0.jar:2.12.0]
- at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) ~[xercesImpl-2.12.0.jar:2.12.0]
- at org.apache.xerces.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(Unknown Source) ~[xercesImpl-2.12.0.jar:?]
- at org.apache.xerces.impl.xs.XMLSchemaValidator.reportSchemaError(Unknown Source) ~[xercesImpl-2.12.0.jar:?]
- at org.apache.xerces.impl.xs.XMLSchemaValidator.processAttributes(Unknown Source) ~[xercesImpl-2.12.0.jar:?]
- at org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(Unknown Source) ~[xercesImpl-2.12.0.jar:?]
- at org.apache.xerces.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source) ~[xercesImpl-2.12.0.jar:?]
- at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source) ~[xercesImpl-2.12.0.jar:2.12.0]
- at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) ~[xercesImpl-2.12.0.jar:2.12.0]
- at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) ~[xercesImpl-2.12.0.jar:2.12.0]
- at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) ~[xercesImpl-2.12.0.jar:?]
- at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) ~[xercesImpl-2.12.0.jar:?]
- at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) ~[xercesImpl-2.12.0.jar:?]
- at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) ~[xercesImpl-2.12.0.jar:?]
- at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source) ~[xercesImpl-2.12.0.jar:?]
- at org.springframework.beans.factory.xml.DefaultDocumentLoader.loadDocument(DefaultDocumentLoader.java:77) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE]
- at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadDocument(XmlBeanDefinitionReader.java:432) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE]
- at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:390) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE]
- at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:338) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE]
- at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:188) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:224) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE]
- at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:195) ~[spring-beans-5.2.6.RELEASE.jar:5.2.6.RELEASE]
- at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:125) ~[spring-web-5.2.6.RELEASE.jar:5.2.6.RELEASE]
- at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:94) ~[spring-web-5.2.6.RELEASE.jar:5.2.6.RELEASE]
- at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:133) ~[spring-context-5.2.6.RELEASE.jar:5.2.6.RELEASE]
- at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:637) ~[spring-context-5.2.6.RELEASE.jar:5.2.6.RELEASE]
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:522) ~[spring-context-5.2.6.RELEASE.jar:5.2.6.RELEASE]
- at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:889) ~[classes/:?]
- at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:847) ~[classes/:?]
- at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:632) [classes/:?]
- at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612) [classes/:?]
- at org.openmrs.web.Listener.startOpenmrs(Listener.java:251) [classes/:?]
- at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42) [classes/:?]
- WARN - Listener.performWebStartOfModules(672) |2020-07-10T14:18:46,074| caught another error:
- org.openmrs.api.APIException: Service not found: interface org.openmrs.scheduler.SchedulerService
- at org.openmrs.api.context.ServiceContext.getService(ServiceContext.java:686) ~[classes/:?]
- at org.openmrs.api.context.ServiceContext.getSchedulerService(ServiceContext.java:313) ~[classes/:?]
- at org.openmrs.api.context.Context.getSchedulerService(Context.java:546) ~[classes/:?]
- at org.openmrs.module.web.WebModuleUtil.stopTasks(WebModuleUtil.java:369) ~[classes/:?]
- at org.openmrs.module.web.WebModuleUtil.stopModule(WebModuleUtil.java:756) ~[classes/:?]
- at org.openmrs.module.web.WebModuleUtil.shutdownModules(WebModuleUtil.java:699) ~[classes/:?]
- at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:649) [classes/:?]
- at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612) [classes/:?]
- at org.openmrs.web.Listener.startOpenmrs(Listener.java:251) [classes/:?]
- at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42) [classes/:?]
- WARN - ModuleFactory.stopModule(1058) |2020-07-10T14:18:46,075| Unable to call module's Activator.willStop() method
- org.openmrs.api.APIException: Service not found: interface org.openmrs.module.atlas.AtlasService
- at org.openmrs.api.context.ServiceContext.getService(ServiceContext.java:686) ~[classes/:?]
- at org.openmrs.api.context.Context.getService(Context.java:986) ~[classes/:?]
- at org.openmrs.module.atlas.AtlasModuleActivator.willStop(AtlasModuleActivator.java:66) ~[atlas-api-2.2.jar:?]
- at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1054) [classes/:?]
- at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:162) [classes/:?]
- at org.openmrs.api.context.Context.shutdown(Context.java:954) [classes/:?]
- at org.openmrs.web.Listener.startOpenmrs(Listener.java:257) [classes/:?]
- at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42) [classes/:?]
- WARN - ModuleFactory.stopModule(1160) |2020-07-10T14:18:46,083| Unable to call module's Activator.shutdown() method
- org.openmrs.api.APIException: Service not found: interface org.openmrs.module.appframework.service.AppFrameworkService
- at org.openmrs.api.context.ServiceContext.getService(ServiceContext.java:686) ~[classes/:?]
- at org.openmrs.api.context.Context.getService(Context.java:986) ~[classes/:?]
- at org.openmrs.module.referenceapplication.ReferenceApplicationActivator.stopped(ReferenceApplicationActivator.java:275) ~[?:?]
- at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1156) [classes/:?]
- at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1082) [classes/:?]
- at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1082) [classes/:?]
- at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1082) [classes/:?]
- at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:162) [classes/:?]
- at org.openmrs.api.context.Context.shutdown(Context.java:954) [classes/:?]
- at org.openmrs.web.Listener.startOpenmrs(Listener.java:257) [classes/:?]
- at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42) [classes/:?]
- WARN - ModuleFactory.stopModule(1160) |2020-07-10T14:18:46,121| Unable to call module's Activator.shutdown() method
- org.openmrs.api.APIException: Service not found: interface org.openmrs.module.reporting.dataset.definition.service.DataSetDefinitionService
- at org.openmrs.api.context.ServiceContext.getService(ServiceContext.java:686) ~[classes/:?]
- at org.openmrs.api.context.Context.getService(Context.java:986) ~[classes/:?]
- at org.openmrs.module.appointmentschedulingui.AppointmentSchedulingUIActivator.removeDataSetDefinitions(AppointmentSchedulingUIActivator.java:107) ~[?:?]
- at org.openmrs.module.appointmentschedulingui.AppointmentSchedulingUIActivator.stopped(AppointmentSchedulingUIActivator.java:95) ~[?:?]
- at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1156) [classes/:?]
- at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1082) [classes/:?]
- at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1082) [classes/:?]
- at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1082) [classes/:?]
- at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:162) [classes/:?]
- at org.openmrs.api.context.Context.shutdown(Context.java:954) [classes/:?]
- at org.openmrs.web.Listener.startOpenmrs(Listener.java:257) [classes/:?]
- at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42) [classes/:?]
- WARN - ModuleFactory.stopModule(1058) |2020-07-10T14:18:46,152| Unable to call module's Activator.willStop() method
- java.lang.NullPointerException: null
- at org.openmrs.api.context.ServiceContext.getRegisteredComponents(ServiceContext.java:916) ~[classes/:?]
- at org.openmrs.api.context.ServiceContext.getRegisteredComponents(ServiceContext.java:880) ~[classes/:?]
- at org.openmrs.api.context.Context.getRegisteredComponents(Context.java:1248) ~[classes/:?]
- at org.openmrs.module.reporting.ReportingModuleActivator.cancelAllScheduledTasks(ReportingModuleActivator.java:61) ~[reporting-api-1.20.0.jar:?]
- at org.openmrs.module.reporting.ReportingModuleActivator.willStop(ReportingModuleActivator.java:43) ~[reporting-api-1.20.0.jar:?]
- at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1054) [classes/:?]
- at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:162) [classes/:?]
- at org.openmrs.api.context.Context.shutdown(Context.java:954) [classes/:?]
- at org.openmrs.web.Listener.startOpenmrs(Listener.java:257) [classes/:?]
- at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42) [classes/:?]
- WARN - ModuleFactory.stopModule(1160) |2020-07-10T14:18:46,185| Unable to call module's Activator.shutdown() method
- java.lang.NullPointerException: null
- at org.openmrs.api.context.ServiceContext.getRegisteredComponents(ServiceContext.java:916) ~[classes/:?]
- at org.openmrs.api.context.ServiceContext.getRegisteredComponents(ServiceContext.java:880) ~[classes/:?]
- at org.openmrs.api.context.Context.getRegisteredComponents(Context.java:1248) ~[classes/:?]
- at org.openmrs.util.HandlerUtil.getHandlersForType(HandlerUtil.java:118) ~[classes/:?]
- at org.openmrs.module.event.EventActivator.stopped(EventActivator.java:90) ~[?:?]
- at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1156) [classes/:?]
- at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:162) [classes/:?]
- at org.openmrs.api.context.Context.shutdown(Context.java:954) [classes/:?]
- at org.openmrs.web.Listener.startOpenmrs(Listener.java:257) [classes/:?]
- at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42) [classes/:?]
- INFO - HibernateContextDAO.showUsageStatistics(414) |2020-07-10T14:18:46,216| QUERY: [CRITERIA] select this_.property as property1_43_0_, this_.property_value as property2_43_0_, this_.description as descript3_43_0_, this_.datatype as datatype4_43_0_, this_.datatype_config as datatype5_43_0_, this_.preferred_handler as preferre6_43_0_, this_.handler_config as handler_7_43_0_, this_.uuid as uuid8_43_0_, this_.changed_by as changed_9_43_0_, this_.date_changed as date_ch10_43_0_ from global_property this_ where lower(this_.property) like ?
- INFO - HibernateContextDAO.showUsageStatistics(416) |2020-07-10T14:18:46,217| Cache Hit Count : 0
- INFO - HibernateContextDAO.showUsageStatistics(417) |2020-07-10T14:18:46,217| Cache Miss Count: 0
- INFO - HibernateContextDAO.showUsageStatistics(418) |2020-07-10T14:18:46,217| Cache Put Count : 0
- INFO - HibernateContextDAO.showUsageStatistics(419) |2020-07-10T14:18:46,217| Execution Count : 1
- INFO - HibernateContextDAO.showUsageStatistics(420) |2020-07-10T14:18:46,217| Average time : 1
- INFO - HibernateContextDAO.showUsageStatistics(421) |2020-07-10T14:18:46,217| Row Count : 40
- INFO - HibernateContextDAO.showUsageStatistics(414) |2020-07-10T14:18:46,217| QUERY: from Role r order by r.role
- INFO - HibernateContextDAO.showUsageStatistics(416) |2020-07-10T14:18:46,217| Cache Hit Count : 0
- INFO - HibernateContextDAO.showUsageStatistics(417) |2020-07-10T14:18:46,217| Cache Miss Count: 0
- INFO - HibernateContextDAO.showUsageStatistics(418) |2020-07-10T14:18:46,217| Cache Put Count : 0
- INFO - HibernateContextDAO.showUsageStatistics(419) |2020-07-10T14:18:46,217| Execution Count : 24
- INFO - HibernateContextDAO.showUsageStatistics(420) |2020-07-10T14:18:46,217| Average time : 4
- INFO - HibernateContextDAO.showUsageStatistics(421) |2020-07-10T14:18:46,217| Row Count : 168
- INFO - HibernateContextDAO.showUsageStatistics(414) |2020-07-10T14:18:46,217| QUERY: [CRITERIA] select this_.property as property1_43_0_, this_.property_value as property2_43_0_, this_.description as descript3_43_0_, this_.datatype as datatype4_43_0_, this_.datatype_config as datatype5_43_0_, this_.preferred_handler as preferre6_43_0_, this_.handler_config as handler_7_43_0_, this_.uuid as uuid8_43_0_, this_.changed_by as changed_9_43_0_, this_.date_changed as date_ch10_43_0_ from global_property this_ order by this_.property asc
- INFO - HibernateContextDAO.showUsageStatistics(416) |2020-07-10T14:18:46,218| Cache Hit Count : 0
- INFO - HibernateContextDAO.showUsageStatistics(417) |2020-07-10T14:18:46,218| Cache Miss Count: 0
- INFO - HibernateContextDAO.showUsageStatistics(418) |2020-07-10T14:18:46,218| Cache Put Count : 0
- INFO - HibernateContextDAO.showUsageStatistics(419) |2020-07-10T14:18:46,218| Execution Count : 24
- INFO - HibernateContextDAO.showUsageStatistics(420) |2020-07-10T14:18:46,218| Average time : 9
- INFO - HibernateContextDAO.showUsageStatistics(421) |2020-07-10T14:18:46,218| Row Count : 9360
- INFO - HibernateContextDAO.showUsageStatistics(414) |2020-07-10T14:18:46,218| QUERY: from Privilege p order by p.privilege
- INFO - HibernateContextDAO.showUsageStatistics(416) |2020-07-10T14:18:46,218| Cache Hit Count : 0
- INFO - HibernateContextDAO.showUsageStatistics(417) |2020-07-10T14:18:46,218| Cache Miss Count: 0
- INFO - HibernateContextDAO.showUsageStatistics(418) |2020-07-10T14:18:46,218| Cache Put Count : 0
- INFO - HibernateContextDAO.showUsageStatistics(419) |2020-07-10T14:18:46,218| Execution Count : 24
- INFO - HibernateContextDAO.showUsageStatistics(420) |2020-07-10T14:18:46,218| Average time : 5
- INFO - HibernateContextDAO.showUsageStatistics(421) |2020-07-10T14:18:46,218| Row Count : 6840
- INFO - HibernateContextDAO.showUsageStatistics(414) |2020-07-10T14:18:46,218| QUERY: from User u where u.uuid = :uuid
- INFO - HibernateContextDAO.showUsageStatistics(416) |2020-07-10T14:18:46,219| Cache Hit Count : 0
- INFO - HibernateContextDAO.showUsageStatistics(417) |2020-07-10T14:18:46,219| Cache Miss Count: 0
- INFO - HibernateContextDAO.showUsageStatistics(418) |2020-07-10T14:18:46,219| Cache Put Count : 0
- INFO - HibernateContextDAO.showUsageStatistics(419) |2020-07-10T14:18:46,219| Execution Count : 40
- INFO - HibernateContextDAO.showUsageStatistics(420) |2020-07-10T14:18:46,219| Average time : 1
- INFO - HibernateContextDAO.showUsageStatistics(421) |2020-07-10T14:18:46,219| Row Count : 40
- ERROR - Listener.contextInitialized(200) |2020-07-10T14:18:46,220| Failed to obtain JDBC connection
- org.openmrs.module.ModuleException: Unable to start OpenMRS. Error thrown was: org.openmrs.api.APIException: Service not found: interface org.openmrs.scheduler.SchedulerService
- at org.openmrs.web.WebDaemon.startOpenmrs(WebDaemon.java:65) ~[classes/:?]
- at org.openmrs.web.Listener.contextInitialized(Listener.java:192) [classes/:?]
- at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:930) [jetty-server-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:553) [jetty-servlet-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:889) [jetty-server-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:356) [jetty-servlet-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1445) [jetty-webapp-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.maven.plugin.JettyWebAppContext.startWebapp(JettyWebAppContext.java:328) [jetty-maven-plugin-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1409) [jetty-webapp-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:822) [jetty-server-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:275) [jetty-servlet-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:524) [jetty-webapp-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.maven.plugin.JettyWebAppContext.doStart(JettyWebAppContext.java:397) [jetty-maven-plugin-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72) [jetty-util-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169) [jetty-util-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:100) [jetty-server-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72) [jetty-util-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169) [jetty-util-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) [jetty-util-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:100) [jetty-server-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72) [jetty-util-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169) [jetty-util-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.server.Server.start(Server.java:407) [jetty-server-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:110) [jetty-util-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:100) [jetty-server-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.server.Server.doStart(Server.java:371) [jetty-server-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:72) [jetty-util-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:450) [jetty-maven-plugin-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:311) [jetty-maven-plugin-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.eclipse.jetty.maven.plugin.JettyRunMojo.execute(JettyRunMojo.java:152) [jetty-maven-plugin-9.4.25.v20191220.jar:9.4.25.v20191220]
- at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137) [maven-core-3.6.3.jar:3.6.3]
- at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210) [maven-core-3.6.3.jar:3.6.3]
- at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156) [maven-core-3.6.3.jar:3.6.3]
- at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148) [maven-core-3.6.3.jar:3.6.3]
- at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) [maven-core-3.6.3.jar:3.6.3]
- at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) [maven-core-3.6.3.jar:3.6.3]
- at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56) [maven-core-3.6.3.jar:3.6.3]
- at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) [maven-core-3.6.3.jar:3.6.3]
- at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305) [maven-core-3.6.3.jar:3.6.3]
- at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192) [maven-core-3.6.3.jar:3.6.3]
- at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105) [maven-core-3.6.3.jar:3.6.3]
- at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957) [maven-embedder-3.6.3.jar:3.6.3]
- at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289) [maven-embedder-3.6.3.jar:3.6.3]
- at org.apache.maven.cli.MavenCli.main(MavenCli.java:193) [maven-embedder-3.6.3.jar:3.6.3]
- at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
- at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
- at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
- at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?]
- at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282) [plexus-classworlds-2.6.0.jar:?]
- at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225) [plexus-classworlds-2.6.0.jar:?]
- at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406) [plexus-classworlds-2.6.0.jar:?]
- at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347) [plexus-classworlds-2.6.0.jar:?]
- Caused by: javax.servlet.ServletException: org.openmrs.api.APIException: Service not found: interface org.openmrs.scheduler.SchedulerService
- at org.openmrs.web.Listener.startOpenmrs(Listener.java:259) ~[classes/:?]
- at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42) ~[classes/:?]
- Caused by: org.openmrs.api.APIException: Service not found: interface org.openmrs.scheduler.SchedulerService
- at org.openmrs.api.context.ServiceContext.getService(ServiceContext.java:686) ~[classes/:?]
- at org.openmrs.api.context.ServiceContext.getSchedulerService(ServiceContext.java:313) ~[classes/:?]
- at org.openmrs.api.context.Context.getSchedulerService(Context.java:546) ~[classes/:?]
- at org.openmrs.module.web.WebModuleUtil.stopTasks(WebModuleUtil.java:369) ~[classes/:?]
- at org.openmrs.module.web.WebModuleUtil.stopModule(WebModuleUtil.java:756) ~[classes/:?]
- at org.openmrs.module.web.WebModuleUtil.shutdownModules(WebModuleUtil.java:699) ~[classes/:?]
- at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:649) ~[classes/:?]
- at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:612) ~[classes/:?]
- at org.openmrs.web.Listener.startOpenmrs(Listener.java:251) ~[classes/:?]
- at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42) ~[classes/:?]
- INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(67) |2020-07-10T14:18:46,323| identifying the Liquibase snapshot version that had been used to initialize the OpenMRS database...
- INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(80) |2020-07-10T14:18:46,323| looking for un-run change sets in snapshot version '2.3.x'
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,381| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,382| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,545| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,545| SELECT COUNT(*) FROM openmrs.liquibasechangelog
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,546| Reading from openmrs.liquibasechangelog
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,546| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,546| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,555| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,555| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,556| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,556| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
- INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(93) |2020-07-10T14:18:46,742| file 'org/openmrs/liquibase/snapshots/schema-only/liquibase-schema-only-2.3.x.xml' contains 0 un-run change sets
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,782| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,782| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,824| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,824| SELECT COUNT(*) FROM openmrs.liquibasechangelog
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,825| Reading from openmrs.liquibasechangelog
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,825| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,825| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,832| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,833| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,834| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,834| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
- INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(93) |2020-07-10T14:18:46,924| file 'org/openmrs/liquibase/snapshots/core-data/liquibase-core-data-2.3.x.xml' contains 0 un-run change sets
- WARN - Slf4jLogger.warning(32) |2020-07-10T14:18:46,925| Failed to restore the auto commit to true
- INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(110) |2020-07-10T14:18:46,925| the Liquibase snapshot version that had been used to initialize the OpenMRS database is '2.3.x'
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,960| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,960| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,967| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,967| SELECT COUNT(*) FROM openmrs.liquibasechangelog
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,968| Reading from openmrs.liquibasechangelog
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,968| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,968| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,975| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,975| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,976| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:46,976| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
- INFO - ChangeLogDetective.getUnrunLiquibaseUpdateFileNames(143) |2020-07-10T14:18:46,980| file 'org/openmrs/liquibase/updates/liquibase-update-to-latest-2.4.x.xml}' contains 0 un-run change sets
- WARN - Slf4jLogger.warning(32) |2020-07-10T14:18:46,980| Failed to restore the auto commit to true
- INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(67) |2020-07-10T14:18:46,980| identifying the Liquibase snapshot version that had been used to initialize the OpenMRS database...
- INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(80) |2020-07-10T14:18:46,980| looking for un-run change sets in snapshot version '2.3.x'
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,017| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,017| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,148| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,149| SELECT COUNT(*) FROM openmrs.liquibasechangelog
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,152| Reading from openmrs.liquibasechangelog
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,152| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,153| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,162| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,163| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,164| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,164| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
- INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(93) |2020-07-10T14:18:47,358| file 'org/openmrs/liquibase/snapshots/schema-only/liquibase-schema-only-2.3.x.xml' contains 0 un-run change sets
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,390| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,391| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,436| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,436| SELECT COUNT(*) FROM openmrs.liquibasechangelog
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,438| Reading from openmrs.liquibasechangelog
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,438| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,438| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,452| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,453| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,454| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,454| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
- INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(93) |2020-07-10T14:18:47,537| file 'org/openmrs/liquibase/snapshots/core-data/liquibase-core-data-2.3.x.xml' contains 0 un-run change sets
- WARN - Slf4jLogger.warning(32) |2020-07-10T14:18:47,537| Failed to restore the auto commit to true
- INFO - ChangeLogDetective.getInitialLiquibaseSnapshotVersion(110) |2020-07-10T14:18:47,537| the Liquibase snapshot version that had been used to initialize the OpenMRS database is '2.3.x'
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,582| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,582| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,589| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,589| SELECT COUNT(*) FROM openmrs.liquibasechangelog
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,590| Reading from openmrs.liquibasechangelog
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,590| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,590| SELECT * FROM openmrs.liquibasechangelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,621| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,621| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,623| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,623| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
- INFO - ChangeLogDetective.getUnrunLiquibaseUpdateFileNames(143) |2020-07-10T14:18:47,628| file 'org/openmrs/liquibase/updates/liquibase-update-to-latest-2.4.x.xml}' contains 0 un-run change sets
- WARN - Slf4jLogger.warning(32) |2020-07-10T14:18:47,628| Failed to restore the auto commit to true
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,671| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,671| SELECT MD5SUM FROM openmrs.liquibasechangelog WHERE MD5SUM IS NOT NULL LIMIT 1
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,673| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,673| SELECT COUNT(*) FROM openmrs.liquibasechangeloglock
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,674| Executing with the 'jdbc' executor
- INFO - Slf4jLogger.info(42) |2020-07-10T14:18:47,674| SELECT ID,`LOCKED`,LOCKGRANTED,LOCKEDBY FROM openmrs.liquibasechangeloglock WHERE ID=1
- [INFO] Started o.e.j.m.p.JettyWebAppContext@4aed311e{OpenMRS,/openmrs,file:///Users/trustbirungi/eclipse-workspace/openmrs-core/webapp/src/main/webapp/,AVAILABLE}{file:///Users/trustbirungi/eclipse-workspace/openmrs-core/webapp/src/main/webapp/}
- [INFO] Started ServerConnector@651699e7{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
- [INFO] Started @47447ms
- [INFO] Started Jetty Server
RAW Paste Data
Copied