cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

on server start up 1808 getting below errors

Former Member
0 Likes
655

9/08/16 14:53:24.357 | WARN [localhost-startStop-1] [FailFastProblemReporter] Configuration problem: Overriding globally registered AuthenticationManager INFO | jvm 1 | main | 2019/08/16 14:53:24.357 | Offending resource: class path resource [customb2bacceleratoraddon/web/spring/customb2bacceleratoraddon-spring-security-config.xml] INFO | jvm 1 | main | 2019/08/16 14:53:24.367 | WARN [localhost-startStop-1] [FailFastProblemReporter] Configuration problem: Overriding globally registered AuthenticationManager INFO | jvm 1 | main | 2019/08/16 14:53:24.367 | Offending resource: class path resource [customb2bacceleratoraddon/web/spring/customb2bacceleratoraddon-spring-security-config.xml] INFO | jvm 1 | main | 2019/08/16 14:53:24.912 | INFO [localhost-startStop-1] [LazyInitOverrideBeanFactoryPostProcessor] Setting lazy-init='false' for configuration beans INFO | jvm 1 | main | 2019/08/16 14:53:26.179 | WARN [localhost-startStop-1] [AcceleratorAddOnFilter] *** WARNING: AcceleratorAddOnFilter is enabled, and will have a significant impact on performance on a production system. *** INFO | jvm 1 | main | 2019/08/16 14:53:26.393 | WARN [localhost-startStop-1] [TenantIgnoreXmlWebApplicationContext] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultStorefrontTenantDefaultFilterChainList': Cannot resolve reference to bean 'springSecurityFilterChain' while setting bean property 'sourceList' with key [8]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChainProxy': Cannot resolve reference to bean 'org.springframework.security.filterChains' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChains': Cannot resolve reference to bean 'org.springframework.security.web.DefaultSecurityFilterChain#1' while setting bean property 'sourceList' with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.DefaultSecurityFilterChain#1': Cannot create inner bean '(inner bean)#102f5de6' of type [org.springframework.security.web.authentication.logout.LogoutFilter] while setting constructor argument with key [4]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#102f5de6': Cannot resolve reference to bean 'logoutSuccessHandler' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'logoutSuccessHandler' defined in ServletContext resource [/WEB-INF/config/spring-security-config.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanInitializationException: Property 'sessionService' is required for bean 'logoutSuccessHandler' INFO | jvm 1 | main | 2019/08/16 14:53:26.393 | WARN [localhost-startStop-1] [TenantIgnoreXmlWebApplicationContext] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultStorefrontTenantDefaultFilterChainList': Cannot resolve reference to bean 'springSecurityFilterChain' while setting bean property 'sourceList' with key [8]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChainProxy': Cannot resolve reference to bean 'org.springframework.security.filterChains' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChains': Cannot resolve reference to bean 'org.springframework.security.web.DefaultSecurityFilterChain#1' while setting bean property 'sourceList' with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.DefaultSecurityFilterChain#1': Cannot create inner bean '(inner bean)#102f5de6' of type [org.springframework.security.web.authentication.logout.LogoutFilter] while setting constructor argument with key [4]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#102f5de6': Cannot resolve reference to bean 'logoutSuccessHandler' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'logoutSuccessHandler' defined in ServletContext resource [/WEB-INF/config/spring-security-config.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanInitializationException: Property 'sessionService' is required for bean 'logoutSuccessHandler' INFO | jvm 1 | main | 2019/08/16 14:53:26.399 | ERROR [localhost-startStop-1] [ContextLoader] Context initialization failed INFO | jvm 1 | main | 2019/08/16 14:53:26.399 | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultStorefrontTenantDefaultFilterChainList': Cannot resolve reference to bean 'springSecurityFilterChain' while setting bean property 'sourceList' with key [8]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChainProxy': Cannot resolve reference to bean 'org.springframework.security.filterChains' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChains': Cannot resolve reference to bean 'org.springframework.security.web.DefaultSecurityFilterChain#1' while setting bean property 'sourceList' with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.DefaultSecurityFilterChain#1': Cannot create inner bean '(inner bean)#102f5de6' of type [org.springframework.security.web.authentication.logout.LogoutFilter] while setting constructor argument with key [4]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#102f5de6': Cannot resolve reference to bean 'logoutSuccessHandler' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'logoutSuccessHandler' defined in ServletContext resource [/WEB-INF/config/spring-security-config.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanInitializationException: Property 'sessionService' is required for bean 'logoutSuccessHandler' INFO | jvm 1 | main | 2019/08/16 14:53:26.415 | at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359) ~[spring-beans-4.3.17.RELEASE.jar:4.3.17.RELEASE] INFO | jvm 1 | main | 2019/08/16 14:53:26.415 | at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108) ~[spring-beans-4.3.17.RELEASE.jar:4.3.17.RELEASE] INFO | jvm 1 | main | 2019/08/16 14:53:26.415 | at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:382) ~[spring-beans-4.3.17.RELEASE.jar:4.3.17.RELEASE] INFO | jvm 1 | main | 2019/08/16 14:53:26.415 | at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:157) ~[spring-beans-4.3.17.RELEASE.jar:4.3.17.RELEASE] INFO | jvm 1 | main | 2019/08/16 14:53:26.415 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1537) ~[spring-beans-4.3.17.RELEASE.jar:4.3.17.RELEASE] INFO | jvm 1 | main | 2019/08/16 14:53:26.431 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1284) ~[spring-beans-4.3.17.RELEASE.jar:4.3.17.RELEASE] INFO | jvm 1 | main | 2019/08/16 14:53:26.431 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:553) ~[spring-beans-4.3.17.RELEASE.jar:4.3.17.RELEASE] INFO | jvm 1 | main | 2019/08/16 14:53:26.431 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) ~[spring-beans-4.3.17.RELEASE.jar:4.3.17.RELEASE] INFO | jvm 1 | main | 2019/08/16 14:53:26.431 | at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:312) ~[spring-beans-4.3.17.RELEASE.jar:4.3.17.RELEASE] INFO | jvm 1 | main | 2019/08/16 14:53:26.431 | at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.17.RELEASE.jar:4.3.17.RELEASE] INFO | jvm 1 | main | 2019/08/16 14:53:26.431 | at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:308) ~[spring-beans-4.3.17.RELEASE.jar:4.3.17.RELEASE] INFO | jvm 1 | main | 2019/08/16 14:53:26.431 | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.3.17.RELEASE.jar:4.3.17.RELEASE] INFO | jvm 1 | main | 2019/08/16 14:53:26.431 | at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:742) ~[spring-beans-4.3.17.RELEASE.jar:4.3.17.RELEASE] INFO | jvm 1 | main | 2019/08/16 14:53:26.431 | at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) ~[spring-context-4.3.17.RELEASE.jar:4.3.17.RELEASE] INFO | jvm 1 | main | 2019/08/16 14:53:26.431 | at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) ~[spring-context-4.3.17.RELEASE.jar:4.3.17.RELEASE] INFO | jvm 1 | main | 2019/08/16 14:53:26.431 | at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:443) ~[spring-web-4.3.17.RELEASE.jar:4.3.17.RELEASE] INFO | jvm 1 | main | 2019/08/16 14:53:26.431 | at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:325) [spring-web-4.3.17.RELEASE.jar:4.3.17.RELEASE] INFO | jvm 1 | main | 2019/08/16 14:53:26.431 | at de.hybris.platform.spring.HybrisContextLoaderListener.doInitWebApplicationContext(HybrisContextLoaderListener.java:225) [coreserver.jar:?] INFO | jvm 1 | main | 2019/08/16 14:53:26.431 | at de.hybris.platform.spring.HybrisContextLoaderListener.initWebApplicationContext(HybrisContextLoaderListener.java:199) [coreserver.jar:?] INFO | jvm 1 | main | 2019/08/16 14:53:26.431 | at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107) [spring-web-4.3.17.RELEASE.jar:4.3.17.RELEASE] INFO | jvm 1 | main | 2019/08/16 14:53:26.431 | at de.hybris.platform.spring.HybrisContextLoaderListener.contextInitialized(HybrisContextLoaderListener.java:95) [coreserver.jar:?] INFO | jvm 1 | main | 2019/08/16 14:53:26.446 | at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4745) [catalina.jar:8.5.23] INFO | jvm 1 | main | 2019/08/16 14:53:26.446 | at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5207) [catalina.jar:8.5.23] INFO | jvm 1 | main | 2019/08/16 14:53:26.446 | at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) [catalina.jar:8.5.23] INFO | jvm 1 | main | 2019/08/16 14:53:26.446 | at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1419) [catalina.jar:8.5.23] INFO | jvm 1 | main | 2019/08/16 14:53:26.446 | at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1409) [catalina.jar:8.5.23] INFO | jvm 1 | main | 2019/08/16 14:53:26.446 | at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_181] INFO | jvm 1 | main | 2019/08/16 14:53:26.446 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_181] INFO | jvm 1 | main | 2019/08/16 14:53:26.446 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_181] INFO | jvm 1 | main | 2019/08/16 14:53:26.446 | at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181] INFO | jvm 1 | main | 2019

Please suggest

Accepted Solutions (0)

Answers (0)