CAS 2 Handlers to CAS 3 - Tomcat throwing errors at startup - CAS 3 not working
Serge Bianda
serge.bianda at appian.com
Fri Nov 16 15:36:41 EST 2007
I adapted my CAS 2 handlers to CAS 3 using the instructions described in
this site :
http://www.ja-sig.org/wiki/display/CAS/Using+CAS2+PasswordHandlers+in+CA
S3
The built of CAS 3 was successful, but when I start tomcat, it throws
out errors (see log below) and CAS does not work (no login screen at
all). If you look at the log, you will notice the following entry which
I'm not sure how to resolve it.
Issue one from the log: Error registering bean with name '' defined in
ServletContext resource [/WEB-INF/deployerConfigContext.xml]
Issue two from the log: Bean class
[org.jasig.cas.adaptors.LegacyPasswordHandlerAdaptorAuthenticationHandle
r] not found
Any help will be much appreciated.
Thanks
Serge
------------------------- CATALINA.OUT LOG ---------
The Spring ContextLoaderListener we wrap threw on contextInitialized.
But for our having caught this error, the web application context would
not have initialized.
org.springframework.beans.factory.BeanDefinitionStoreException: Error
registering bean with name '' defined in ServletContext resource
[/WEB-INF/deployerConfigContext.xml]: Bean class
[org.jasig.cas.adaptors.LegacyPasswordHandlerAdaptorAuthenticationHandle
r] not found; nested exception is java.lang.ClassNotFoundException:
org.jasig.cas.adaptors.LegacyPasswordHandlerAdaptorAuthenticationHandler
java.lang.ClassNotFoundException:
org.jasig.cas.adaptors.LegacyPasswordHandlerAdaptorAuthenticationHandler
More information about the cas
mailing list