很郁闷。菜鸟求助。
<2008-6-11 下午04时44分29秒 CST> <Error> <HTTP> <BEA-101165> <Could not load use
r defined filter in web.xml: org.springframework.web.filter.DelegatingFilterProx
y.
org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named '
springSecurityFilterChain' is defined
at org.springframework.beans.factory.support.DefaultListableBeanFactory.
getBeanDefinition(DefaultListableBeanFactory.java:387)
at org.springframework.beans.factory.support.AbstractBeanFactory.getMerg
edLocalBeanDefinition(AbstractBeanFactory.java:968)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBe
an(AbstractBeanFactory.java:246)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean
(AbstractBeanFactory.java:185)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean
(AbstractBeanFactory.java:168)
Truncated. see log file for complete stacktrace
>
2008-06-11 16:44:30.296 WARN [[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.k
ernel.Default (self-tuning)'] Settings.getLocale(143) | Settings: Could not pars
e struts.locale setting, substituting default VM locale
7 个解决方案
#1
有没有weblogic.xml?
#2
Could not load use
r defined filter in web.xml: org.springframework.web.filter.DelegatingFilterProx
y.
注意这句,看看你的web.xml!
r defined filter in web.xml: org.springframework.web.filter.DelegatingFilterProx
y.
注意这句,看看你的web.xml!
#3
web.xml
#4
org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named '
springSecurityFilterChain' is defined
你的配置文件里缺少了这个东西。 一个 springSecurityFilterChain 的定义
springSecurityFilterChain' is defined
你的配置文件里缺少了这个东西。 一个 springSecurityFilterChain 的定义
#5
好像是少了一个bean的定义
#6
up
#7
#1
有没有weblogic.xml?
#2
Could not load use
r defined filter in web.xml: org.springframework.web.filter.DelegatingFilterProx
y.
注意这句,看看你的web.xml!
r defined filter in web.xml: org.springframework.web.filter.DelegatingFilterProx
y.
注意这句,看看你的web.xml!
#3
web.xml
#4
org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named '
springSecurityFilterChain' is defined
你的配置文件里缺少了这个东西。 一个 springSecurityFilterChain 的定义
springSecurityFilterChain' is defined
你的配置文件里缺少了这个东西。 一个 springSecurityFilterChain 的定义
#5
好像是少了一个bean的定义
#6
up