关于weblogic9.2 部署WAR包报错问题。

时间:2021-02-01 13:35:51
最近新项目在测试库部署,本机tomcat6能运行用ant编译好的WAR包。可是部署到Weblogic9.2上就有问题,后台报错。 
很郁闷。菜鸟求助。 
<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! 

#3


web.xml




#4


org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named ' 
springSecurityFilterChain' is defined 


你的配置文件里缺少了这个东西。 一个 springSecurityFilterChain 的定义

#5


好像是少了一个bean的定义

#6


up

#7


该回复于2008-11-11 22:38:12被版主删除

#1


有没有weblogic.xml?

#2


Could not load use 
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 的定义

#5


好像是少了一个bean的定义

#6


up

#7


该回复于2008-11-11 22:38:12被版主删除