Advertisement
Guest User

Untitled

a guest
May 4th, 2020
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.57 KB | None | 0 0
  1. INFO - ServiceContext.startRefreshingContext(816) |2020-05-05 02:50:43,606| Refreshing Context
  2. INFO - ServiceContext.doneRefreshingContext(827) |2020-05-05 02:52:18,192| Done refreshing Context
  3. ERROR - Listener.performWebStartOfModules(671) |2020-05-05 02:52:18,199| Unable to refresh the spring application context. Root Cause was:
  4. java.lang.ArrayIndexOutOfBoundsException: 1
  5. at org.openmrs.annotation.OpenmrsProfileExcludeFilter.matchOpenmrsProfileAttributes(OpenmrsProfileExcludeFilter.java:68)
  6. at org.openmrs.annotation.OpenmrsProfileExcludeFilter.match(OpenmrsProfileExcludeFilter.java:45)
  7. at org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider.isCandidateComponent(ClassPathScanningCandidateComponentProvider.java:341)
  8. at org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider.findCandidateComponents(ClassPathScanningCandidateComponentProvider.java:280)
  9. at org.springframework.context.annotation.ClassPathBeanDefinitionScanner.doScan(ClassPathBeanDefinitionScanner.java:248)
  10. at org.springframework.context.annotation.ComponentScanBeanDefinitionParser.parse(ComponentScanBeanDefinitionParser.java:87)
  11. at org.springframework.beans.factory.xml.NamespaceHandlerSupport.parse(NamespaceHandlerSupport.java:74)
  12. at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefinitionParserDelegate.java:1427)
  13. at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefinitionParserDelegate.java:1417)
  14. at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.parseBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:174)
  15. at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.doRegisterBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:144)
  16. at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.registerBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:100)
  17. at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.registerBeanDefinitions(XmlBeanDefinitionReader.java:510)
  18. at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:392)
  19. at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:336)
  20. at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:304)
  21. at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:181)
  22. at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:217)
  23. at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:188)
  24. at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:125)
  25. at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:94)
  26. at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:129)
  27. at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:537)
  28. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:452)
  29. at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:842)
  30. at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  31. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
  32. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  33. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  34. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  35. WARN - Listener.performWebStartOfModules(700) |2020-05-05 02:52:18,370| caught another error:
  36. org.openmrs.api.APIException: Service not found: interface org.openmrs.scheduler.SchedulerService
  37. at org.openmrs.api.context.ServiceContext.getService(ServiceContext.java:668)
  38. at org.openmrs.api.context.ServiceContext.getSchedulerService(ServiceContext.java:282)
  39. at org.openmrs.api.context.Context.getSchedulerService(Context.java:494)
  40. at org.openmrs.module.web.WebModuleUtil.stopTasks(WebModuleUtil.java:370)
  41. at org.openmrs.module.web.WebModuleUtil.stopModule(WebModuleUtil.java:767)
  42. at org.openmrs.module.web.WebModuleUtil.shutdownModules(WebModuleUtil.java:710)
  43. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:677)
  44. at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
  45. at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
  46. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  47. WARN - ModuleFactory.stopModule(1094) |2020-05-05 02:52:18,434| Unable to call module's Activator.willStop() method
  48. org.openmrs.api.APIException: Service not found: interface org.openmrs.module.atlas.AtlasService
  49. at org.openmrs.api.context.ServiceContext.getService(ServiceContext.java:668)
  50. at org.openmrs.api.context.Context.getService(Context.java:932)
  51. at org.openmrs.module.atlas.AtlasModuleActivator.willStop(AtlasModuleActivator.java:66)
  52. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1090)
  53. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
  54. at org.openmrs.api.context.Context.shutdown(Context.java:900)
  55. at org.openmrs.web.Listener.startOpenmrs(Listener.java:274)
  56. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  57. WARN - OpenmrsUtil.deleteDirectory(941) |2020-05-05 02:52:18,465| ...could not remove directory: C:\Users\Dell\openmrs\isante\.openmrs-lib-cache\atlas\lib
  58. WARN - OpenmrsUtil.deleteDirectory(941) |2020-05-05 02:52:18,495| ...could not remove directory: C:\Users\Dell\openmrs\isante\.openmrs-lib-cache\atlas
  59. WARN - OpenmrsUtil.deleteDirectory(941) |2020-05-05 02:52:18,503| ...could not remove directory: C:\Users\Dell\openmrs\isante\.openmrs-lib-cache\formentryapp\lib
  60. WARN - OpenmrsUtil.deleteDirectory(941) |2020-05-05 02:52:18,539| ...could not remove directory: C:\Users\Dell\openmrs\isante\.openmrs-lib-cache\formentryapp
  61. WARN - OpenmrsUtil.deleteDirectory(941) |2020-05-05 02:52:18,555| ...could not remove directory: C:\Users\Dell\openmrs\isante\.openmrs-lib-cache\isanteplusreports\lib
  62. WARN - OpenmrsUtil.deleteDirectory(941) |2020-05-05 02:52:22,019| ...could not remove directory: C:\Users\Dell\openmrs\isante\.openmrs-lib-cache\isanteplusreports
  63. WARN - ModuleFactory.stopModule(1094) |2020-05-05 02:52:22,031| Unable to call module's Activator.willStop() method
  64. org.openmrs.api.APIException: Service not found: interface org.openmrs.module.isanteplus.api.IsantePlusService
  65. at org.openmrs.api.context.ServiceContext.getService(ServiceContext.java:668)
  66. at org.openmrs.api.context.Context.getService(Context.java:932)
  67. at org.openmrs.module.isanteplus.ISantePlusActivator.willStop(ISantePlusActivator.java:337)
  68. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1090)
  69. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1119)
  70. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1119)
  71. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1119)
  72. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
  73. at org.openmrs.api.context.Context.shutdown(Context.java:900)
  74. at org.openmrs.web.Listener.startOpenmrs(Listener.java:274)
  75. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  76. WARN - ModuleFactory.stopModule(1157) |2020-05-05 02:52:22,080| Could not remove advice point: org.openmrs.api.EncounterService
  77. java.lang.NullPointerException
  78. at org.openmrs.api.context.ServiceContext.removeAdvice(ServiceContext.java:539)
  79. at org.openmrs.api.context.Context.removeAdvice(Context.java:980)
  80. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1153)
  81. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1119)
  82. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1119)
  83. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1119)
  84. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
  85. at org.openmrs.api.context.Context.shutdown(Context.java:900)
  86. at org.openmrs.web.Listener.startOpenmrs(Listener.java:274)
  87. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  88. WARN - OpenmrsUtil.deleteDirectory(941) |2020-05-05 02:52:22,142| ...could not remove directory: C:\Users\Dell\openmrs\isante\.openmrs-lib-cache\isanteplus\lib
  89. WARN - OpenmrsUtil.deleteDirectory(941) |2020-05-05 02:52:23,092| ...could not remove directory: C:\Users\Dell\openmrs\isante\.openmrs-lib-cache\isanteplus
  90. WARN - OpenmrsUtil.deleteDirectory(941) |2020-05-05 02:52:23,103| ...could not remove directory: C:\Users\Dell\openmrs\isante\.openmrs-lib-cache\registrationapp\lib
  91. WARN - OpenmrsUtil.deleteDirectory(941) |2020-05-05 02:52:25,201| ...could not remove directory: C:\Users\Dell\openmrs\isante\.openmrs-lib-cache\registrationapp
  92. WARN - ModuleFactory.stopModule(1202) |2020-05-05 02:52:25,208| Unable to call module's Activator.shutdown() method
  93. org.openmrs.api.APIException: Service not found: interface org.openmrs.module.appframework.service.AppFrameworkService
  94. at org.openmrs.api.context.ServiceContext.getService(ServiceContext.java:668)
  95. at org.openmrs.api.context.Context.getService(Context.java:932)
  96. at org.openmrs.module.referenceapplication.ReferenceApplicationActivator.stopped(ReferenceApplicationActivator.java:275)
  97. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1198)
  98. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1119)
  99. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1119)
  100. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1119)
  101. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
  102. at org.openmrs.api.context.Context.shutdown(Context.java:900)
  103. at org.openmrs.web.Listener.startOpenmrs(Listener.java:274)
  104. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  105. WARN - OpenmrsUtil.deleteDirectory(941) |2020-05-05 02:52:25,271| ...could not remove directory: C:\Users\Dell\openmrs\isante\.openmrs-lib-cache\referenceapplication\lib
  106. WARN - OpenmrsUtil.deleteDirectory(941) |2020-05-05 02:52:25,964| ...could not remove directory: C:\Users\Dell\openmrs\isante\.openmrs-lib-cache\referenceapplication
  107. WARN - ModuleFactory.stopModule(1202) |2020-05-05 02:52:25,974| Unable to call module's Activator.shutdown() method
  108. java.lang.NullPointerException
  109. at org.openmrs.api.context.ServiceContext.getRegisteredComponents(ServiceContext.java:900)
  110. at org.openmrs.api.context.ServiceContext.getRegisteredComponents(ServiceContext.java:864)
  111. at org.openmrs.api.context.Context.getRegisteredComponents(Context.java:1198)
  112. at org.openmrs.module.chartsearch.ChartSearchActivator.getComponent(ChartSearchActivator.java:76)
  113. at org.openmrs.module.chartsearch.ChartSearchActivator.stopped(ChartSearchActivator.java:71)
  114. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1198)
  115. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1119)
  116. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1119)
  117. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1119)
  118. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
  119. at org.openmrs.api.context.Context.shutdown(Context.java:900)
  120. at org.openmrs.web.Listener.startOpenmrs(Listener.java:274)
  121. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  122. WARN - OpenmrsUtil.deleteDirectory(941) |2020-05-05 02:52:26,150| ...could not remove directory: C:\Users\Dell\openmrs\isante\.openmrs-lib-cache\chartsearch\lib
  123. WARN - Context.shutdown(903) |2020-05-05 02:52:26,505| Error while shutting down module system
  124. java.lang.IllegalStateException: Shutdown in progress
  125. at java.io.DeleteOnExitHook.add(DeleteOnExitHook.java:60)
  126. at java.io.File.deleteOnExit(File.java:1079)
  127. at org.openmrs.util.OpenmrsUtil.deleteDirectory(OpenmrsUtil.java:934)
  128. at org.openmrs.util.OpenmrsUtil.deleteDirectory(OpenmrsUtil.java:925)
  129. at org.openmrs.util.OpenmrsUtil.deleteDirectory(OpenmrsUtil.java:925)
  130. at org.openmrs.util.OpenmrsUtil.deleteDirectory(OpenmrsUtil.java:925)
  131. at org.openmrs.util.OpenmrsUtil.deleteDirectory(OpenmrsUtil.java:925)
  132. at org.openmrs.util.OpenmrsUtil.deleteDirectory(OpenmrsUtil.java:925)
  133. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1227)
  134. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1119)
  135. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1119)
  136. at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1119)
  137. at org.openmrs.module.ModuleUtil.shutdown(ModuleUtil.java:161)
  138. at org.openmrs.api.context.Context.shutdown(Context.java:900)
  139. at org.openmrs.web.Listener.startOpenmrs(Listener.java:274)
  140. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  141. WARN - Context.shutdown(920) |2020-05-05 02:52:26,600| Error while shutting down context dao
  142. org.hibernate.service.UnknownServiceException: Unknown service requested [org.hibernate.stat.spi.StatisticsImplementor]
  143. at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:201)
  144. at org.hibernate.internal.SessionFactoryImpl.getStatisticsImplementor(SessionFactoryImpl.java:1450)
  145. at org.hibernate.internal.SessionFactoryImpl.getStatistics(SessionFactoryImpl.java:1446)
  146. at org.openmrs.api.db.hibernate.HibernateContextDAO.showUsageStatistics(HibernateContextDAO.java:368)
  147. at org.openmrs.api.db.hibernate.HibernateContextDAO.shutdown(HibernateContextDAO.java:343)
  148. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  149. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  150. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  151. at java.lang.reflect.Method.invoke(Method.java:498)
  152. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  153. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:201)
  154. at com.sun.proxy.$Proxy109.shutdown(Unknown Source)
  155. at org.openmrs.api.context.Context.shutdown(Context.java:916)
  156. at org.openmrs.web.Listener.startOpenmrs(Listener.java:274)
  157. at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  158. ERROR - Listener.contextInitialized(205) |2020-05-05 02:52:26,686| Got exception while starting up:
  159. org.openmrs.module.ModuleException: Unable to start OpenMRS. Error thrown was: Service not found: interface org.openmrs.scheduler.SchedulerService
  160. at org.openmrs.web.WebDaemon.startOpenmrs(WebDaemon.java:65)
  161. at org.openmrs.web.Listener.contextInitialized(Listener.java:196)
  162. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5197)
  163. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5720)
  164. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  165. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1705)
  166. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1695)
  167. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  168. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  169. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  170. at java.lang.Thread.run(Thread.java:748)
  171. Caused by: org.openmrs.api.APIException: Service not found: interface org.openmrs.scheduler.SchedulerService
  172. at org.openmrs.api.context.ServiceContext.getService(ServiceContext.java:668)
  173. at org.openmrs.api.context.ServiceContext.getSchedulerService(ServiceContext.java:282)
  174. at org.openmrs.api.context.Context.getSchedulerService(Context.java:494)
  175. Terminate batch job (Y/N)? y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement