当前位置: 代码迷 >> Java Web开发 >> TOMCAT运行时报错,请何位大侠帮忙看看
  详细解决方案

TOMCAT运行时报错,请何位大侠帮忙看看

热度:8727   发布时间:2013-02-25 21:16:09.0
TOMCAT运行时报错,请哪位大侠帮忙看看
Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.filterChains': Cannot resolve reference to bean 'org.springframework.security.web.DefaultSecurityFilterChain#0' while setting bean property 'sourceList' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.DefaultSecurityFilterChain#0': Cannot create inner bean '(inner bean)' of type [org.springframework.security.web.authentication.logout.LogoutFilter] while setting constructor argument with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#2': Cannot resolve reference to bean 'org.springframework.security.web.authentication.rememberme.TokenBasedRememberMeServices#0' while setting constructor argument with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.web.authentication.rememberme.TokenBasedRememberMeServices#0': Cannot create inner bean '(inner bean)' while setting bean property 'userDetailsService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#3': Instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: Factory method [org.springframework.security.core.userdetails.UserDetailsService org.springframework.security.config.http.UserDetailsServiceFactoryBean.cachingUserDetailsService(java.lang.String)] threw exception; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [com.huoyun.car.dao.DriverDaoImpl] for bean with name 'driverDao' defined in ServletContext resource [/WEB-INF/conf/applicationContext-car.xml]; nested exception is java.lang.ClassNotFoundException: com.huoyun.car.dao.DriverDaoImpl

------解决方案--------------------------------------------------------
com.huoyun.car.dao.DriverDaoImpl 配置是否正确
------解决方案--------------------------------------------------------
问题报的很清楚了哦!/WEB-INF/conf/applicationContext-car.xml这个文件中Bean名字为driverDao找不到对应的class,检查下这里!
  相关解决方案