Hi all

I'm using this guide:

http://www.ja-sig.org/products/cas/server/certs/index.html

I'have modified all xml files then "ant jar" - "ant war" under localPlugins
Then copy cas.war, localplugins.jar and cas-server-x509-3.0.5-rc3.jar
 under tomcat-5.0.28-webapps.

When go to : http://www.mypc.it:8080/cas there is an error:


-----------------------------------------------
CAS is Unavailable

[CUT]

The Throwable encountered at context listener initialization was:

org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'centralAuthenticationService' defined in
ServletContext resource [/WEB-INF/applicationContext.xml]: Cannot
resolve reference to bean 'authenticationManager' while setting bean
property 'authenticationManager'; nested exception is
org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'authenticationManager' defined in
ServletContext resource [/WEB-INF/deployerConfigContext.xml]: Cannot
create inner bean
'org.jasig.cas.authentication.handler.support.X509CredentialsAuthenticationHandler#c06258'
while setting bean property 'authenticationHandlers' with key [2];
nested exception is
org.springframework.beans.factory.BeanDefinitionStoreException: Error
registering bean with name
'org.jasig.cas.authentication.handler.support.X509CredentialsAuthenticationHandler#c06258'
defined in ServletContext resource
[/WEB-INF/deployerConfigContext.xml]: Bean class
[org.jasig.cas.authentication.handler.support.X509CredentialsAuthenticationHandler]
not found; nested exception is java.lang.ClassNotFoundException:
org.jasig.cas.authentication.handler.support.X509CredentialsAuthenticationHandler
----------------------------------------------------

The problem is that there no x509 class under
"org.jasig.cas.authentication.handler.support".

Any idea?

What about "adaptor" directory?

Could be a problem in packages define
(X509CredentialsAuthenticationHandler.java)?

--------------------------------------------
cas-server-3.0.5-rc3\adaptor\x509\src\main\java\org\jasig\cas\adaptor\x509\authentication\handler\support\X509CredentialsAuthenticationHandler.java

package org.jasig.cas.adaptors.x509.authentication.handler.support;
.
.
.
----------------------------------------------------------------------------

Thanks
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to