Advertisement
Guest User

catalina.log

a guest
Feb 26th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.08 KB | None | 0 0
  1. 26-Feb-2018 12:46:51.570 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["https-openssl-nio-8443"]
  2. 26-Feb-2018 12:46:51.594 WARNING [main] org.apache.tomcat.util.net.SSLHostConfig.setConfigType The property [disableSessionTickets] was set on the SSLHostConfig named [_default_] and is for the [OPENSSL] configuration syntax but the SSLHostConfig is being used with the [EITHER] configuration syntax
  3. 26-Feb-2018 12:46:52.006 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
  4. 26-Feb-2018 12:46:52.033 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 1656 ms
  5. 26-Feb-2018 12:46:52.080 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
  6. 26-Feb-2018 12:46:52.081 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/9.0.5
  7. 26-Feb-2018 12:46:52.101 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/var/lib/tomcat/ROOT]
  8. 26-Feb-2018 12:46:53.743 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  9. 26-Feb-2018 12:46:53.842 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/var/lib/tomcat/ROOT] has finished in [1,741] ms
  10. 26-Feb-2018 12:46:53.843 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/var/lib/tomcat/cas]
  11. 26-Feb-2018 12:47:11.329 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  12. 26-Feb-2018 12:47:37.540 SEVERE [main] org.apache.catalina.core.ContainerBase.addChildInternal ContainerBase.addChild: start:
  13. org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/cas]]
  14. at org.apache.catalina.util.LifecycleBase.handleSubClassException(LifecycleBase.java:441)
  15. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:198)
  16. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:740)
  17. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:716)
  18. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:703)
  19. at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1131)
  20. at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1865)
  21. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  22. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  23. at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
  24. at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
  25. at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:1043)
  26. at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:433)
  27. at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1575)
  28. at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:308)
  29. at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
  30. at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:424)
  31. at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:367)
  32. at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:964)
  33. at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:839)
  34. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  35. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1425)
  36. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1415)
  37. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  38. at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
  39. at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
  40. at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:941)
  41. at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:258)
  42. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  43. at org.apache.catalina.core.StandardService.startInternal(StandardService.java:422)
  44. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  45. at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:770)
  46. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  47. at org.apache.catalina.startup.Catalina.start(Catalina.java:682)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  50. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  51. at java.lang.reflect.Method.invoke(Method.java:498)
  52. at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:353)
  53. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  54. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  55. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  56. at java.lang.reflect.Method.invoke(Method.java:498)
  57. at org.apache.commons.daemon.support.DaemonLoader.start(DaemonLoader.java:241)
  58. Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'casReportsConfiguration': Unsatisfied dependency expressed through field 'authenticationSystemSupport'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultAuthenticationSystemSupport' defined in class path resource [org/apereo/cas/config/CasCoreAuthenticationSupportConfiguration.class]: Unsatisfied dependency expressed through method 'defaultAuthenticationSystemSupport' parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'authenticationTransactionManager' defined in class path resource [org/apereo/cas/config/CasCoreAuthenticationConfiguration.class]: Unsatisfied dependency expressed through method 'authenticationTransactionManager' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'casAuthenticationManager' defined in class path resource [org/apereo/cas/config/CasCoreAuthenticationConfiguration.class]: Unsatisfied dependency expressed through method 'casAuthenticationManager' parameter 2; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authenticationEventExecutionPlan' defined in class path resource [org/apereo/cas/config/CasCoreAuthenticationConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.cas.authentication.AuthenticationEventExecutionPlan]: Factory method 'authenticationEventExecutionPlan' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ldapAuthenticationHandlers' defined in class path resource [org/apereo/cas/config/LdapAuthenticationConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [java.util.Collection]: Factory method 'ldapAuthenticationHandlers' threw exception; nested exception is java.lang.IllegalStateException: Could not initialize pool size
  59. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:588)
  60. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  61. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:366)
  62. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1264)
  63. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:553)
  64. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
  65. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  66. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  67. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  68. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  69. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:372)
  70. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173)
  71. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067)
  72. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513)
  73. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
  74. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  75. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  76. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  77. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  78. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:761)
  79. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867)
  80. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543)
  81. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122)
  82. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:693)
  83. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:360)
  84. at org.springframework.boot.SpringApplication.run(SpringApplication.java:303)
  85. at org.springframework.boot.web.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:154)
  86. at org.springframework.boot.web.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:134)
  87. at org.springframework.boot.web.support.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:87)
  88. at org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:169)
  89. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5088)
  90. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  91. ... 42 more
  92. Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultAuthenticationSystemSupport' defined in class path resource [org/apereo/cas/config/CasCoreAuthenticationSupportConfiguration.class]: Unsatisfied dependency expressed through method 'defaultAuthenticationSystemSupport' parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'authenticationTransactionManager' defined in class path resource [org/apereo/cas/config/CasCoreAuthenticationConfiguration.class]: Unsatisfied dependency expressed through method 'authenticationTransactionManager' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'casAuthenticationManager' defined in class path resource [org/apereo/cas/config/CasCoreAuthenticationConfiguration.class]: Unsatisfied dependency expressed through method 'casAuthenticationManager' parameter 2; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authenticationEventExecutionPlan' defined in class path resource [org/apereo/cas/config/CasCoreAuthenticationConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.cas.authentication.AuthenticationEventExecutionPlan]: Factory method 'authenticationEventExecutionPlan' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ldapAuthenticationHandlers' defined in class path resource [org/apereo/cas/config/LdapAuthenticationConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [java.util.Collection]: Factory method 'ldapAuthenticationHandlers' threw exception; nested exception is java.lang.IllegalStateException: Could not initialize pool size
  93. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)
  94. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:467)
  95. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173)
  96. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067)
  97. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513)
  98. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
  99. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  100. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  101. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  102. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
  103. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:208)
  104. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
  105. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1066)
  106. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:585)
  107. ... 73 more
  108. Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'authenticationTransactionManager' defined in class path resource [org/apereo/cas/config/CasCoreAuthenticationConfiguration.class]: Unsatisfied dependency expressed through method 'authenticationTransactionManager' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'casAuthenticationManager' defined in class path resource [org/apereo/cas/config/CasCoreAuthenticationConfiguration.class]: Unsatisfied dependency expressed through method 'casAuthenticationManager' parameter 2; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authenticationEventExecutionPlan' defined in class path resource [org/apereo/cas/config/CasCoreAuthenticationConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.cas.authentication.AuthenticationEventExecutionPlan]: Factory method 'authenticationEventExecutionPlan' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ldapAuthenticationHandlers' defined in class path resource [org/apereo/cas/config/LdapAuthenticationConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [java.util.Collection]: Factory method 'ldapAuthenticationHandlers' threw exception; nested exception is java.lang.IllegalStateException: Could not initialize pool size
  109. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)
  110. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:467)
  111. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173)
  112. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067)
  113. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513)
  114. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
  115. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  116. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  117. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  118. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
  119. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:208)
  120. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
  121. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1066)
  122. at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:835)
  123. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741)
  124. ... 86 more
  125. Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'casAuthenticationManager' defined in class path resource [org/apereo/cas/config/CasCoreAuthenticationConfiguration.class]: Unsatisfied dependency expressed through method 'casAuthenticationManager' parameter 2; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authenticationEventExecutionPlan' defined in class path resource [org/apereo/cas/config/CasCoreAuthenticationConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.cas.authentication.AuthenticationEventExecutionPlan]: Factory method 'authenticationEventExecutionPlan' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ldapAuthenticationHandlers' defined in class path resource [org/apereo/cas/config/LdapAuthenticationConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [java.util.Collection]: Factory method 'ldapAuthenticationHandlers' threw exception; nested exception is java.lang.IllegalStateException: Could not initialize pool size
  126. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)
  127. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:467)
  128. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173)
  129. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067)
  130. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513)
  131. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
  132. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  133. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  134. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  135. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
  136. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:208)
  137. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
  138. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1066)
  139. at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:835)
  140. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741)
  141. ... 100 more
  142. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authenticationEventExecutionPlan' defined in class path resource [org/apereo/cas/config/CasCoreAuthenticationConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.cas.authentication.AuthenticationEventExecutionPlan]: Factory method 'authenticationEventExecutionPlan' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ldapAuthenticationHandlers' defined in class path resource [org/apereo/cas/config/LdapAuthenticationConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [java.util.Collection]: Factory method 'ldapAuthenticationHandlers' threw exception; nested exception is java.lang.IllegalStateException: Could not initialize pool size
  143. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
  144. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173)
  145. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067)
  146. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513)
  147. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
  148. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  149. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  150. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  151. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
  152. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:208)
  153. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138)
  154. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1066)
  155. at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:835)
  156. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741)
  157. ... 114 more
  158. Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apereo.cas.authentication.AuthenticationEventExecutionPlan]: Factory method 'authenticationEventExecutionPlan' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ldapAuthenticationHandlers' defined in class path resource [org/apereo/cas/config/LdapAuthenticationConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [java.util.Collection]: Factory method 'ldapAuthenticationHandlers' threw exception; nested exception is java.lang.IllegalStateException: Could not initialize pool size
  159. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
  160. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
  161. ... 127 more
  162. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ldapAuthenticationHandlers' defined in class path resource [org/apereo/cas/config/LdapAuthenticationConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [java.util.Collection]: Factory method 'ldapAuthenticationHandlers' threw exception; nested exception is java.lang.IllegalStateException: Could not initialize pool size
  163. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
  164. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173)
  165. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067)
  166. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513)
  167. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)
  168. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  169. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  170. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  171. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  172. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.obtainBeanInstanceFromFactory(ConfigurationClassEnhancer.java:389)
  173. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:361)
  174. at org.apereo.cas.config.LdapAuthenticationConfiguration$$EnhancerBySpringCGLIB$$7a3354cb.ldapAuthenticationHandlers(<generated>)
  175. at org.apereo.cas.config.LdapAuthenticationConfiguration.lambda$ldapAuthenticationEventExecutionPlanConfigurer$6(LdapAuthenticationConfiguration.java:255)
  176. at org.apereo.cas.config.CasCoreAuthenticationConfiguration.lambda$authenticationEventExecutionPlan$0(CasCoreAuthenticationConfiguration.java:72)
  177. at java.util.ArrayList.forEach(ArrayList.java:1257)
  178. at org.apereo.cas.config.CasCoreAuthenticationConfiguration.authenticationEventExecutionPlan(CasCoreAuthenticationConfiguration.java:69)
  179. at org.apereo.cas.config.CasCoreAuthenticationConfiguration$$EnhancerBySpringCGLIB$$d3be1fe8.CGLIB$authenticationEventExecutionPlan$2(<generated>)
  180. at org.apereo.cas.config.CasCoreAuthenticationConfiguration$$EnhancerBySpringCGLIB$$d3be1fe8$$FastClassBySpringCGLIB$$a1ea02b4.invoke(<generated>)
  181. at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
  182. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358)
  183. at org.apereo.cas.config.CasCoreAuthenticationConfiguration$$EnhancerBySpringCGLIB$$d3be1fe8.authenticationEventExecutionPlan(<generated>)
  184. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  185. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  186. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  187. at java.lang.reflect.Method.invoke(Method.java:498)
  188. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
  189. ... 128 more
  190. Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [java.util.Collection]: Factory method 'ldapAuthenticationHandlers' threw exception; nested exception is java.lang.IllegalStateException: Could not initialize pool size
  191. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
  192. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
  193. ... 153 more
  194. Caused by: java.lang.IllegalStateException: Could not initialize pool size
  195. at org.ldaptive.pool.AbstractConnectionPool.initialize(AbstractConnectionPool.java:261)
  196. at org.apereo.cas.util.LdapUtils.newLdaptiveBlockingConnectionPool(LdapUtils.java:923)
  197. at org.apereo.cas.util.LdapUtils.newLdaptivePooledConnectionFactory(LdapUtils.java:698)
  198. at org.apereo.cas.util.LdapUtils.getAuthenticatedOrAnonSearchAuthenticator(LdapUtils.java:630)
  199. at org.apereo.cas.util.LdapUtils.newLdaptiveAuthenticator(LdapUtils.java:616)
  200. at org.apereo.cas.config.LdapAuthenticationConfiguration.lambda$ldapAuthenticationHandlers$0(LdapAuthenticationConfiguration.java:96)
  201. at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
  202. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  203. at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382)
  204. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
  205. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
  206. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
  207. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
  208. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  209. at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
  210. at org.apereo.cas.config.LdapAuthenticationConfiguration.ldapAuthenticationHandlers(LdapAuthenticationConfiguration.java:90)
  211. at org.apereo.cas.config.LdapAuthenticationConfiguration$$EnhancerBySpringCGLIB$$7a3354cb.CGLIB$ldapAuthenticationHandlers$1(<generated>)
  212. at org.apereo.cas.config.LdapAuthenticationConfiguration$$EnhancerBySpringCGLIB$$7a3354cb$$FastClassBySpringCGLIB$$a479df5f.invoke(<generated>)
  213. at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
  214. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358)
  215. at org.apereo.cas.config.LdapAuthenticationConfiguration$$EnhancerBySpringCGLIB$$7a3354cb.ldapAuthenticationHandlers(<generated>)
  216. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  217. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  218. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  219. at java.lang.reflect.Method.invoke(Method.java:498)
  220. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
  221. ... 154 more
  222. Caused by: [org.ldaptive.provider.ConnectionException@252161893::resultCode=PROTOCOL_ERROR, matchedDn=null, responseControls=null, referralURLs=null, messageId=-1, message=javax.naming.CommunicationException: ldap.cnrst.local:636 [Root exception is java.net.NoRouteToHostException: No route to host (Host unreachable)], providerException=javax.naming.CommunicationException: ldap.cnrst.local:636 [Root exception is java.net.NoRouteToHostException: No route to host (Host unreachable)]]
  223. at org.ldaptive.provider.jndi.JndiConnectionFactory.createInternal(JndiConnectionFactory.java:90)
  224. at org.ldaptive.provider.jndi.JndiConnectionFactory.createInternal(JndiConnectionFactory.java:21)
  225. at org.ldaptive.provider.AbstractProviderConnectionFactory.create(AbstractProviderConnectionFactory.java:84)
  226. at org.ldaptive.DefaultConnectionFactory$DefaultConnection.open(DefaultConnectionFactory.java:267)
  227. at org.ldaptive.pool.AbstractConnectionPool.createConnection(AbstractConnectionPool.java:455)
  228. at org.ldaptive.pool.AbstractConnectionPool.createAvailableConnection(AbstractConnectionPool.java:494)
  229. at org.ldaptive.pool.AbstractConnectionPool.grow(AbstractConnectionPool.java:344)
  230. at org.ldaptive.pool.AbstractConnectionPool.initialize(AbstractConnectionPool.java:253)
  231. ... 179 more
  232. Caused by: javax.naming.CommunicationException: ldap.cnrst.local:636 [Root exception is java.net.NoRouteToHostException: No route to host (Host unreachable)]
  233. at com.sun.jndi.ldap.Connection.<init>(Connection.java:216)
  234. at com.sun.jndi.ldap.LdapClient.<init>(LdapClient.java:137)
  235. at com.sun.jndi.ldap.LdapClient.getInstance(LdapClient.java:1615)
  236. at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2749)
  237. at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:319)
  238. at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:192)
  239. at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:210)
  240. at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:153)
  241. at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:83)
  242. at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:684)
  243. at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:313)
  244. at javax.naming.InitialContext.init(InitialContext.java:244)
  245. at javax.naming.ldap.InitialLdapContext.<init>(InitialLdapContext.java:154)
  246. at org.ldaptive.provider.jndi.JndiConnectionFactory.createInternal(JndiConnectionFactory.java:87)
  247. ... 186 more
  248. Caused by: java.net.NoRouteToHostException: No route to host (Host unreachable)
  249. at java.net.PlainSocketImpl.socketConnect(Native Method)
  250. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  251. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  252. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  253. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  254. at java.net.Socket.connect(Socket.java:589)
  255. at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:673)
  256. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  257. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  258. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  259. at java.lang.reflect.Method.invoke(Method.java:498)
  260. at com.sun.jndi.ldap.Connection.createSocket(Connection.java:311)
  261. at com.sun.jndi.ldap.Connection.<init>(Connection.java:203)
  262. ... 199 more
  263.  
  264. 26-Feb-2018 12:47:37.545 SEVERE [main] org.apache.catalina.startup.HostConfig.deployDirectory Error deploying web application directory [/var/lib/tomcat/cas]
  265. java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/cas]]
  266. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:744)
  267. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:716)
  268. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:703)
  269. at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1131)
  270. at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1865)
  271. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  272. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  273. at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
  274. at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
  275. at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:1043)
  276. at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:433)
  277. at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1575)
  278. at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:308)
  279. at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
  280. at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:424)
  281. at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:367)
  282. at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:964)
  283. at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:839)
  284. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  285. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1425)
  286. at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1415)
  287. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  288. at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
  289. at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
  290. at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:941)
  291. at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:258)
  292. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  293. at org.apache.catalina.core.StandardService.startInternal(StandardService.java:422)
  294. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  295. at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:770)
  296. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
  297. at org.apache.catalina.startup.Catalina.start(Catalina.java:682)
  298. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  299. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  300. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  301. at java.lang.reflect.Method.invoke(Method.java:498)
  302. at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:353)
  303. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  304. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  305. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  306. at java.lang.reflect.Method.invoke(Method.java:498)
  307. at org.apache.commons.daemon.support.DaemonLoader.start(DaemonLoader.java:241)
  308.  
  309. 26-Feb-2018 12:47:37.546 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/var/lib/tomcat/cas] has finished in [43,703] ms
  310. 26-Feb-2018 12:47:37.570 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["https-openssl-nio-8443"]
  311. 26-Feb-2018 12:47:37.720 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 45686 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement