问题说明:TOMCAT6 + CASServer3.5,工具 eclipse3.5同一个工作下俩的两个站点:SSOClientTest使用client3,根据说明成功打印出登陆的用户名;SSOClientTest2使用client2.1.11,配置后出现以下错误。
详细信息:
type Exception reportmessagedescription The server encountered an internal error () that prevented it from fulfilling this request.exceptionjavax.servlet.ServletException: edu.yale.its.tp.cas.client.CASAuthenticationException: Unable to validate ProxyTicketValidator [[edu.yale.its.tp.cas.client.ProxyTicketValidator proxyList=[null] [edu.yale.its.tp.cas.client.ServiceTicketValidator casValidateUrl=[https://localhost:8443/validate] ticket=[ST-1-fBbzj9C7XzaKrp5iP2tu-cas] service=[http%3A%2F%2Ftest.ttt.com%2FTestCAS2] renew=false entireResponse=[yes
aaa
]]]]
edu.yale.its.tp.cas.client.filter.CASFilter.doFilter(CASFilter.java:381)root causeedu.yale.its.tp.cas.client.CASAuthenticationException: Unable to validate ProxyTicketValidator [[edu.yale.its.tp.cas.client.ProxyTicketValidator proxyList=[null] [edu.yale.its.tp.cas.client.ServiceTicketValidator casValidateUrl=[https://localhost:8443/validate] ticket=[ST-1-fBbzj9C7XzaKrp5iP2tu-cas] service=[http%3A%2F%2Ftest.ttt.com%2FTestCAS2] renew=false entireResponse=[yes
aaa
]]]]
edu.yale.its.tp.cas.client.CASReceipt.getReceipt(CASReceipt.java:52)
edu.yale.its.tp.cas.client.filter.CASFilter.getAuthenticatedUser(CASFilter.java:455)
edu.yale.its.tp.cas.client.filter.CASFilter.doFilter(CASFilter.java:378)root causeorg.xml.sax.SAXParseException: Content is not allowed in prolog.
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1231)
com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522)
edu.yale.its.tp.cas.client.ServiceTicketValidator.validate(ServiceTicketValidator.java:221)
edu.yale.its.tp.cas.client.CASReceipt.getReceipt(CASReceipt.java:50)
edu.yale.its.tp.cas.client.filter.CASFilter.getAuthenticatedUser(CASFilter.java:455)
edu.yale.its.tp.cas.client.filter.CASFilter.doFilter(CASFilter.java:378)note The full stack trace of the root cause is available in the Apache Tomcat/6.0.26 logs.
从网上搜索,都说是证书的问题,我的证书确实是已经导入的,而且在版本3中成功了,郁闷啊,在线等~!~!~

解决方案 »

  1.   

    NND,新的问题又出现了<c:out value="${sessionScope[CAS:'edu.yale.its.tp.cas.client.filter.user']}"/>这句话是错的,jsp页面中需要导入什么包吗?没看到有关的资料啊type Exception reportmessagedescription The server encountered an internal error () that prevented it from fulfilling this request.exceptionorg.apache.jasper.JasperException: /index.jsp(28,0) "${sessionScope[CAS:'edu.yale.its.tp.cas.client.filter.user']}" contains invalid expression(s): javax.el.ELException: Error Parsing: ${sessionScope[CAS:'edu.yale.its.tp.cas.client.filter.user']}
    org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
    org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
    org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:198)
    org.apache.jasper.compiler.Validator$ValidateVisitor.checkXmlAttributes(Validator.java:1186)
    org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:846)
    org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1530)
    org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2361)
    org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2411)
    org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2417)
    org.apache.jasper.compiler.Node$Root.accept(Node.java:495)
    org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2361)
    org.apache.jasper.compiler.Validator.validateExDirectives(Validator.java:1763)
    org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:198)
    org.apache.jasper.compiler.Compiler.compile(Compiler.java:347)
    org.apache.jasper.compiler.Compiler.compile(Compiler.java:327)
    org.apache.jasper.compiler.Compiler.compile(Compiler.java:314)
    org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:589)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    edu.yale.its.tp.cas.client.filter.CASFilter.doFilter(CASFilter.java:317)
      

  2.   

    终于又跑到一个坎上了,郁闷啊。把数据库挂上,又加了好几个缺少的包,然后运行,万幸,终于不出错了,但是登陆又死了:
    信息: Server startup in 5385 ms
    2010-4-21 13:30:14 org.apache.catalina.core.StandardWrapperValve invoke
    严重: Servlet.service() for servlet cas threw exception
    java.lang.NoSuchMethodError: org.jasig.cas.adaptors.jdbc.QueryDatabaseAuthenticationHandler.getPrincipalNameTransformer()Lorg/jasig/cas/authentication/handler/PrincipalNameTransformer;
    at org.jasig.cas.adaptors.jdbc.QueryDatabaseAuthenticationHandler.authenticateUsernamePasswordInternal(QueryDatabaseAuthenticationHandler.java:32)
    at org.jasig.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler.doAuthentication(AbstractUsernamePasswordAuthenticationHandler.java:56)
    at org.jasig.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler.authenticate(AbstractPreAndPostProcessingAuthenticationHandler.java:71)
    at org.jasig.cas.authentication.AuthenticationManagerImpl.authenticate(AuthenticationManagerImpl.java:88)
    at org.jasig.cas.CentralAuthenticationServiceImpl.createTicketGrantingTicket(CentralAuthenticationServiceImpl.java:417)
    at org.jasig.cas.web.flow.AuthenticationViaFormAction.submit(AuthenticationViaFormAction.java:107)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.webflow.util.DispatchMethodInvoker.invoke(DispatchMethodInvoker.java:99)
    at org.springframework.webflow.action.MultiAction.doExecute(MultiAction.java:133)
    at org.springframework.webflow.action.AbstractAction.execute(AbstractAction.java:192)
    at org.springframework.webflow.engine.AnnotatedAction.execute(AnnotatedAction.java:146)
    at org.springframework.webflow.engine.ActionExecutor.execute(ActionExecutor.java:59)
    at org.springframework.webflow.engine.ActionState.doEnter(ActionState.java:156)
    at org.springframework.webflow.engine.State.enter(State.java:191)
    at org.springframework.webflow.engine.Transition.execute(Transition.java:212)
    at org.springframework.webflow.engine.TransitionableState.onEvent(TransitionableState.java:107)
    at org.springframework.webflow.engine.Flow.onEvent(Flow.java:534)
    at org.springframework.webflow.engine.impl.RequestControlContextImpl.signalEvent(RequestControlContextImpl.java:205)
    at org.springframework.webflow.engine.ActionState.doEnter(ActionState.java:161)
    at org.springframework.webflow.engine.State.enter(State.java:191)
    at org.springframework.webflow.engine.Transition.execute(Transition.java:212)
    at org.springframework.webflow.engine.TransitionableState.onEvent(TransitionableState.java:107)
    at org.springframework.webflow.engine.Flow.onEvent(Flow.java:534)
    at org.springframework.webflow.engine.impl.RequestControlContextImpl.signalEvent(RequestControlContextImpl.java:205)
    at org.springframework.webflow.engine.impl.FlowExecutionImpl.signalEvent(FlowExecutionImpl.java:202)
    at org.springframework.webflow.executor.FlowExecutorImpl.resume(FlowExecutorImpl.java:222)
    at org.springframework.webflow.executor.support.FlowRequestHandler.handleFlowRequest(FlowRequestHandler.java:111)
    at org.springframework.webflow.executor.mvc.FlowController.handleRequestInternal(FlowController.java:165)
    at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
    at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875)
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809)
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571)
    at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:511)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.jasig.cas.web.init.SafeDispatcherServlet.service(SafeDispatcherServlet.java:115)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.inspektr.common.web.ClientInfoThreadLocalFilter.doFilterInternal(ClientInfoThreadLocalFilter.java:48)
    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:558)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
    at org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:883)
    at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:721)
    at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2258)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
    at java.lang.Thread.run(Thread.java:619)
      

  3.   

    CASServer3.5。没用过 来学习下
      

  4.   

    我使用过cas-client-3.1.3-release.zip,cas-server-3.3.5-release.zip,能成功实现SSO。
    估计你那是CAS server数据库配置有问题,当初我是使用的openLDAP作为数据存储的。
      

  5.   

    org.jasig.cas.adaptors.jdbc.QueryDatabaseAuthenticationHandler.getPrincipalNameTransformer()Lorg/jasig/cas/authentication/handler/PrincipalNameTransformer大概意思是说 QueryDatabaseAuthenticationHandler 没有 etPrincipalNameTransformer()这个方法?郁闷死了。等下,我把我的配置发一下,除了明确说明的,别的基本都没怎么动,5555555:
    <?xml version="1.0" encoding="UTF-8"?>
    <!--
    | deployerConfigContext.xml centralizes into one file some of the declarative configuration that
    | all CAS deployers will need to modify.
    |
    | This file declares some of the Spring-managed JavaBeans that make up a CAS deployment.  
    | The beans declared in this file are instantiated at context initialization time by the Spring 
    | ContextLoaderListener declared in web.xml.  It finds this file because this
    | file is among those declared in the context parameter "contextConfigLocation".
    |
    | By far the most common change you will need to make in this file is to change the last bean
    | declaration to replace the default SimpleTestUsernamePasswordAuthenticationHandler with
    | one implementing your approach for authenticating usernames and passwords.
    +-->
    <beans xmlns="http://www.springframework.org/schema/beans"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xmlns:p="http://www.springframework.org/schema/p"
           xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
    <!--
    | This bean declares our AuthenticationManager.  The CentralAuthenticationService service bean
    | declared in applicationContext.xml picks up this AuthenticationManager by reference to its id, 
    | "authenticationManager".  Most deployers will be able to use the default AuthenticationManager
    | implementation and so do not need to change the class of this bean.  We include the whole
    | AuthenticationManager here in the userConfigContext.xml so that you can see the things you will
    | need to change in context.
    +-->

    <bean id="authenticationManager"
    class="org.jasig.cas.authentication.AuthenticationManagerImpl">
    <!--
    | This is the List of CredentialToPrincipalResolvers that identify what Principal is trying to authenticate.
    | The AuthenticationManagerImpl considers them in order, finding a CredentialToPrincipalResolver which 
    | supports the presented credentials.
    |
    | AuthenticationManagerImpl uses these resolvers for two purposes.  First, it uses them to identify the Principal
    | attempting to authenticate to CAS /login .  In the default configuration, it is the DefaultCredentialsToPrincipalResolver
    | that fills this role.  If you are using some other kind of credentials than UsernamePasswordCredentials, you will need to replace
    | DefaultCredentialsToPrincipalResolver with a CredentialsToPrincipalResolver that supports the credentials you are
    | using.
    |
    | Second, AuthenticationManagerImpl uses these resolvers to identify a service requesting a proxy granting ticket. 
    | In the default configuration, it is the HttpBasedServiceCredentialsToPrincipalResolver that serves this purpose. 
    | You will need to change this list if you are identifying services by something more or other than their callback URL.
    +-->
    <property name="credentialsToPrincipalResolvers">
    <list>
    <!--
    | UsernamePasswordCredentialsToPrincipalResolver supports the UsernamePasswordCredentials that we use for /login 
    | by default and produces SimplePrincipal instances conveying the username from the credentials.

    | If you've changed your LoginFormAction to use credentials other than UsernamePasswordCredentials then you will also
    | need to change this bean declaration (or add additional declarations) to declare a CredentialsToPrincipalResolver that supports the
    | Credentials you are using.
    +-->
    <bean
    class="org.jasig.cas.authentication.principal.UsernamePasswordCredentialsToPrincipalResolver" />
    <!--
    | HttpBasedServiceCredentialsToPrincipalResolver supports HttpBasedCredentials.  It supports the CAS 2.0 approach of
    | authenticating services by SSL callback, extracting the callback URL from the Credentials and representing it as a
    | SimpleService identified by that callback URL.
    |
    | If you are representing services by something more or other than an HTTPS URL whereat they are able to
    | receive a proxy callback, you will need to change this bean declaration (or add additional declarations).
    +-->
    <bean
    class="org.jasig.cas.authentication.principal.HttpBasedServiceCredentialsToPrincipalResolver" />
    </list>
    </property> <!--
    | Whereas CredentialsToPrincipalResolvers identify who it is some Credentials might authenticate, 
    | AuthenticationHandlers actually authenticate credentials.  Here we declare the AuthenticationHandlers that
    | authenticate the Principals that the CredentialsToPrincipalResolvers identified.  CAS will try these handlers in turn
    | until it finds one that both supports the Credentials presented and succeeds in authenticating.
    +-->
    <property name="authenticationHandlers">
    <list>
    <!--
    | This is the authentication handler that authenticates services by means of callback via SSL, thereby validating
    | a server side SSL certificate.
    +-->
    <bean class="org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler"
    p:httpClient-ref="httpClient" />
    <!--
    | This is the authentication handler declaration that every CAS deployer will need to change before deploying CAS 
    | into production.  The default SimpleTestUsernamePasswordAuthenticationHandler authenticates UsernamePasswordCredentials
    | where the username equals the password.  You will need to replace this with an AuthenticationHandler that implements your
    | local authentication strategy.  You might accomplish this by coding a new such handler and declaring
    | edu.someschool.its.cas.MySpecialHandler here, or you might use one of the handlers provided in the adaptors modules.

     ref="dataSource" /
    +-->

    <!--
    <bean
    class="org.jasig.cas.authentication.handler.support.SimpleTestUsernamePasswordAuthenticationHandler" />
     --> 
     
    <bean class="org.jasig.cas.adaptors.jdbc.QueryDatabaseAuthenticationHandler">
                    <property name="dataSource"><ref bean="dataSource" /> </property>
                    <property name="sql" value="select password from app_user where username=?" />
            </bean>


    </list>
    </property>
    </bean> <bean id="dataSource" class="org.springframework.jdbc.datasource.DriverManagerDataSource" destroy-method="close">
                    <property name="driverClassName">
                       <value>com.mysql.jdbc.Driver</value>
                    </property>
                    <property name="url">
                       <value>jdbc:mysql://localhost:3306/app</value>
                    </property>
                    <property name="username">
                       <value>root</value>
                    </property>
                    <property name="password">
                       <value>admin</value>
                    </property>
            </bean>
    <!--
    This bean defines the security roles for the Services Management application.  Simple deployments can use the in-memory version.
    More robust deployments will want to use another option, such as the Jdbc version.

    The name of this should remain "userDetailsService" in order for Acegi to find it. 

    To use this, you should add an entry similar to the following between the two value tags:
    battags=notused,ROLE_ADMIN

    where battags is the username you want to grant access to.  You can put one entry per line.
     -->
    <bean id="userDetailsService" class="org.springframework.security.userdetails.memory.InMemoryDaoImpl">
    <property name="userMap">
    <value>

        </value>
    </property>
    </bean> 

    <!-- 
    Bean that defines the attributes that a service may return.  This example uses the Stub/Mock version.  A real implementation
    may go against a database or LDAP server.  The id should remain "attributeRepository" though.
     -->
    <bean id="attributeRepository"
    class="org.jasig.services.persondir.support.StubPersonAttributeDao">
    <property name="backingMap">
    <map>
    <entry key="uid" value="uid" />
    <entry key="eduPersonAffiliation" value="eduPersonAffiliation" /> 
    <entry key="groupMembership" value="groupMembership" />
    </map>
    </property>
    </bean>

    <!-- 
    Sample, in-memory data store for the ServiceRegistry. A real implementation
    would probably want to replace this with the JPA-backed ServiceRegistry DAO
    The name of this bean should remain "serviceRegistryDao".
     -->
    <bean
    id="serviceRegistryDao"
    class="org.jasig.cas.services.InMemoryServiceRegistryDaoImpl" />


    </beans>
      

  6.   

    依然还是这个问题,唉,郁闷死人鸟严重: Servlet.service() for servlet cas threw exception
    java.lang.NoSuchMethodError: org.jasig.cas.adaptors.jdbc.QueryDatabaseAuthenticationHandler.getPrincipalNameTransformer()L 
    org/jasig/cas/authentication/handler/PrincipalNameTransformer;
    找到QueryDatabaseAuthenticationHandler原代码,没发现有啥问题啊,太拿人鸟。QueryDatabaseAuthenticationHandler原码:public final class QueryDatabaseAuthenticationHandler extends
        AbstractJdbcUsernamePasswordAuthenticationHandler {    @NotNull
        private String sql;    protected final boolean authenticateUsernamePasswordInternal(
            final UsernamePasswordCredentials credentials)
            throws AuthenticationException {
            final String username = credentials.getUsername();
            final String password = credentials.getPassword();
            final String encryptedPassword = this.getPasswordEncoder().encode(
                password);
            
            try {
                final String dbPassword = getJdbcTemplate().queryForObject(
                    this.sql, String.class, username);
                return dbPassword.equals(encryptedPassword);
            } catch (final IncorrectResultSizeDataAccessException e) {
                // this means the username was not found.
                return false;
            }
        }    /**
         * @param sql The sql to set.
         */
        public void setSql(final String sql) {
            this.sql = sql;
        }
    }
    SimpleTestUsernamePasswordAuthenticationHandler的原码:public final class SimpleTestUsernamePasswordAuthenticationHandler extends
        AbstractUsernamePasswordAuthenticationHandler {    public SimpleTestUsernamePasswordAuthenticationHandler() {
            log
                .warn(this.getClass().getName()
                    + " is only to be used in a testing environment.  NEVER enable this in a production environment.");
        }    public boolean authenticateUsernamePasswordInternal(
            final UsernamePasswordCredentials credentials) {
            final String username = credentials.getUsername();
            final String password = credentials.getPassword();        if (StringUtils.hasText(username) && StringUtils.hasText(password)
                && username.equals(getPasswordEncoder().encode(password))) {
                log
                    .debug("User [" + username
                        + "] was successfully authenticated.");
                return true;
            }        log.debug("User [" + username + "] failed authentication");        return false;
        }
    }
    除了数据源的配置,还真就没有发现什么不同,那QueryDatabaseAuthenticationHandler怎么会提示没有那什么什么方法呢?
      

  7.   

    请教一下您是怎么解决的呀,我也遇到了这个问题,怎么弄都是报那个错误java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty