LDAP issues with Cas Server 3.0.5
Maniesh Sailoz
Maniesh.Sailoz at macombcountymi.gov
Thu Nov 1 10:17:12 EDT 2007
I am trying to validate users with LDAP server on CAS 3.0.5 (default ldap adaptor).
I am able to view the CAS login UI but shows following error on login.
*---------------------------------------------
CAS is Unavailable
A general exception occurred while trying to access CAS. Please notify your system administrator.
*---------------------------------------------
The application log doesn't display any errors. Below are the messages from stdout.log. Is there any way to debug what is failing?
stdout.log
*-----------------------
2007-11-01 09:12:58,869 INFO [org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler] - <No PasswordEncoder set. Using default: org.jasig.cas.authentication.handler.PlainTextPasswordEncoder>
2007-11-01 09:12:58,869 INFO [org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler] - <No Class to Support set. Using default: org.jasig.cas.authentication.principal.UsernamePasswordCredentials>
2007-11-01 09:12:58,900 INFO [org.jasig.cas.ticket.proxy.support.Cas20ProxyHandler] - <No UniqueTicketIdGenerator specified for org.jasig.cas.ticket.proxy.support.Cas20ProxyHandler. Using org.jasig.cas.util.DefaultUniqueTicketIdGenerator>
2007-11-01 09:12:59,462 INFO [org.jasig.cas.web.ServiceValidateController] - <No successView specified. Using default of casServiceSuccessView>
2007-11-01 09:12:59,462 INFO [org.jasig.cas.web.ServiceValidateController] - <No failureView specified. Using default of casServiceFailureView>
2007-11-01 09:12:59,462 INFO [org.jasig.cas.web.ServiceValidateController] - <No authentication specification class set. Defaulting to org.jasig.cas.validation.Cas20ProtocolValidationSpecification>
2007-11-01 09:12:59,462 INFO [org.jasig.cas.web.ServiceValidateController] - <No successView specified. Using default of casServiceSuccessView>
2007-11-01 09:12:59,462 INFO [org.jasig.cas.web.ServiceValidateController] - <No failureView specified. Using default of casServiceFailureView>
2007-11-01 09:12:59,525 INFO [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <FormObjectClass not set. Using default class of org.jasig.cas.authentication.principal.UsernamePasswordCredentials with formObjectName credentials and validator org.jasig.cas.validation.UsernamePasswordCredentialsValidator.>
07/11/01 09:12:59 Oracle Containers for J2EE 10g (10.1.3.0.0) initialized
2007-11-01 09:13:06,822 INFO [org.jasig.cas.web.flow.AutomaticCookiePathSetterAction] - <Setting ContextPath for cookies to: /cas>
2007-11-01 09:13:18,964 INFO [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - <Starting cleaning of expired tickets from ticket registry at [Thu Nov 01 09:13:18 EST 2007]>
2007-11-01 09:13:18,964 INFO [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - <0 found to be removed. Removing now.>
2007-11-01 09:13:18,964 INFO [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - <Finished cleaning of expired tickets from ticket registry at [Thu Nov 01 09:13:18 EST 2007]>
*----------------------------------------------------------------------------------
thanks
maniesh
More information about the cas
mailing list