当前位置: 代码迷 >> Java Web开发 >> cas-server部署,tomcat启动出错,跪求解决。解决方案
  详细解决方案

cas-server部署,tomcat启动出错,跪求解决。解决方案

热度:811   发布时间:2016-04-16 21:59:41.0
cas-server部署,tomcat启动出错,跪求解决。
INFO: Deploying web application archive E:\Tomcat7.0\webapps\cas.war
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/E:/Tomcat7.0/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/E:/Tomcat7.0/webapps/cas/WEB-INF/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLo
ggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
2013-05-21 16:16:46,206 INFO [org.jasig.cas.services.DefaultServicesManagerImpl] - <Loaded 0 services.>
log4j:ERROR A "org.apache.log4j.xml.DOMConfigurator" object is not assignable to a "org.apache.log4j.spi.Configurator" v
ariable.
log4j:ERROR The class "org.apache.log4j.spi.Configurator" was loaded by
log4j:ERROR [org.apache.catalina.loader.StandardClassLoader@d9b071] whereas object of type
log4j:ERROR "org.apache.log4j.xml.DOMConfigurator" was loaded by [WebappClassLoader
  context: /cas
  delegate: false
  repositories:
    /WEB-INF/classes/
----------> Parent Classloader:
org.apache.catalina.loader.StandardClassLoader@d9b071
].
log4j:ERROR Could not instantiate configurator [org.apache.log4j.xml.DOMConfigurator].
2013-05-21 16:16:46,955 ERROR [org.springframework.web.context.ContextLoader] - <Context initialization failed>
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'centralAuthenticationService' de
fined in ServletContext resource [/WEB-INF/spring-configuration/applicationContext.xml]: Cannot resolve reference to bea
n 'authenticationManager' while setting constructor argument; nested exception is org.springframework.beans.factory.Bean
CreationException: Error creating bean with name 'authenticationManager' defined in ServletContext resource [/WEB-INF/de
ployerConfigContext.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupp
ortedException: Failed to convert property value of type 'java.util.ArrayList' to required type 'java.util.List' for pro
perty 'authenticationHandlers'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [org.j
asig.cas.adaptors.jdbc.QueryDatabaseAuthenticationHandler] to required type [org.jasig.cas.authentication.handler.Authen
ticationHandler] for property 'authenticationHandlers[1]': no matching editors or conversion strategy found
------解决方案--------------------
你改过里面的配置文件了?直接部署war包应该是不会出错的
------解决方案--------------------
deployerConfigContext.xml在哪
------解决方案--------------------
引用:
deployerConfigContext.xml在哪
deployerConfigContext.xml这个文件直接部署时候war包里面会有的 如果不做https登陆的话就需要改这里面的配置
------解决方案--------------------
http://bbs.csdn.net/topics/390465887?page=1#post-394566538

在这里给你回复了,你看看行不行。
  相关解决方案