Hi all I setup CAS authenticate to Windows LDAP success. I create keystore Tomcat star with SSL without problem The problem happen when login success CAS and CAS redirect to application. FireFox error message: The page can't redirect property Internet Explorer hangon
I use apache tomcat 6.0.20, CAS Final 3.3.3, java-6-sun-1.6.0.12 I try setup some web applications on local with phpCAS use CAS for single sign on but I don't know why it not success Here is my attach log I did turn on DEBUG mode. As far I know when checking on Log file. A "Service Ticket ST" initialize many times I appreciated if someone show me what I wrong here. -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
2009-07-29 14:37:56,226 DEBUG [org.jasig.cas.web.flow.InitialFlowSetupAction] - <Action 'InitialFlowSetupAction' beginning execution> 2009-07-29 14:37:56,226 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - <Extractor generated service for: http://wiki-vntest.mysite.cpm/index.php/Special:UserLogin> 2009-07-29 14:37:56,226 DEBUG [org.jasig.cas.web.flow.InitialFlowSetupAction] - <Placing service in FlowScope: http://wiki-vntest.mysite.cpm/index.php/Special:UserLogin> 2009-07-29 14:37:56,226 DEBUG [org.jasig.cas.web.flow.InitialFlowSetupAction] - <Action 'InitialFlowSetupAction' completed execution; result is 'success'> 2009-07-29 14:37:56,227 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <Action 'AuthenticationViaFormAction' beginning execution> 2009-07-29 14:37:56,227 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <Executing setupForm> 2009-07-29 14:37:56,227 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <Creating new form object with name 'credentials'> 2009-07-29 14:37:56,227 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <Creating new instance of form object class [class org.jasig.cas.authentication.principal.UsernamePasswordCredentials]> 2009-07-29 14:37:56,227 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <Putting form object of type [class org.jasig.cas.authentication.principal.UsernamePasswordCredentials] in scope Flow with name 'credentials'> 2009-07-29 14:37:56,227 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <Creating new form errors for object with name 'credentials'> 2009-07-29 14:37:56,227 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <No property editor registrar set, no custom editors to register> 2009-07-29 14:37:56,228 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <Putting form errors instance in scope Flash> 2009-07-29 14:37:56,228 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <Action 'AuthenticationViaFormAction' completed execution; result is 'success'> 2009-07-29 14:37:56,228 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <Action 'AuthenticationViaFormAction' beginning execution> 2009-07-29 14:37:56,228 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <Action 'AuthenticationViaFormAction' completed execution; result is 'success'> 2009-07-29 14:37:56,234 DEBUG [org.springframework.web.servlet.view.JstlView] - <Added model object 'flowExecutionContext' of type [org.springframework.webflow.engine.impl.FlowExecutionImpl] to request in view with name 'casLoginView'> 2009-07-29 14:37:56,234 DEBUG [org.springframework.web.servlet.view.JstlView] - <Added model object 'service' of type [org.jasig.cas.authentication.principal.SimpleWebApplicationServiceImpl] to request in view with name 'casLoginView'> 2009-07-29 14:37:56,234 DEBUG [org.springframework.web.servlet.view.JstlView] - <Added model object 'commandName' of type [java.lang.String] to request in view with name 'casLoginView'> 2009-07-29 14:37:56,234 DEBUG [org.springframework.web.servlet.view.JstlView] - <Added model object 'credentials' of type [org.jasig.cas.authentication.principal.UsernamePasswordCredentials] to request in view with name 'casLoginView'> 2009-07-29 14:37:56,234 DEBUG [org.springframework.web.servlet.view.JstlView] - <Added model object 'currentFormObject' of type [org.jasig.cas.authentication.principal.UsernamePasswordCredentials] to request in view with name 'casLoginView'> 2009-07-29 14:37:56,234 DEBUG [org.springframework.web.servlet.view.JstlView] - <Added model object 'flowExecutionKey' of type [java.lang.String] to request in view with name 'casLoginView'> 2009-07-29 14:37:56,234 DEBUG [org.springframework.web.servlet.view.JstlView] - <Added model object 'warnCookieValue' of type [java.lang.Boolean] to request in view with name 'casLoginView'> 2009-07-29 14:37:56,234 DEBUG [org.springframework.web.servlet.view.JstlView] - <Removed model object 'ticketGrantingTicketId' from request in view with name 'casLoginView'> 2009-07-29 14:37:56,234 DEBUG [org.springframework.web.servlet.view.JstlView] - <Added model object 'org.springframework.validation.BindException.currentFormObject' of type [org.springframework.validation.BindException] to request in view with name 'casLoginView'> 2009-07-29 14:37:56,234 DEBUG [org.springframework.web.servlet.view.JstlView] - <Added model object 'org.springframework.validation.BindException.credentials' of type [org.springframework.validation.BindException] to request in view with name 'casLoginView'> 2009-07-29 14:37:56,234 DEBUG [org.springframework.web.servlet.view.JstlView] - <Forwarding to resource [/WEB-INF/view/jsp/default/ui/casLoginView.jsp] in InternalResourceView 'casLoginView'> 2009-07-29 14:38:15,362 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <Action 'AuthenticationViaFormAction' beginning execution> 2009-07-29 14:38:15,362 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <Executing bind> 2009-07-29 14:38:15,362 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <Found existing form object with name 'credentials' of type [class org.jasig.cas.authentication.principal.UsernamePasswordCredentials] in scope Flow> 2009-07-29 14:38:15,362 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <No property editor registrar set, no custom editors to register> 2009-07-29 14:38:15,362 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <Binding allowed request parameters in map['lt' -> '_c08A38DD9-54EC-FCF6-6D0E-F1C6A3BA1EF3_k7E691685-01D0-C15C-7FF4-C4B71CA3B2EA', 'service' -> 'http://wiki-vntest.mysite.cpm/index.php/Special:UserLogin', '_eventId' -> 'submit', 'password' -> 'mypass', 'submit' -> 'LOGIN', 'username' -> 'myaccountinad'] to form object with name 'credentials', pre-bind formObject toString = [username: null]> 2009-07-29 14:38:15,362 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <(Any field is allowed)> 2009-07-29 14:38:15,363 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <Binding completed for form object with name 'credentials', post-bind formObject toString = [username: myaccountinad]> 2009-07-29 14:38:15,363 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <There are [0] errors, details: []> 2009-07-29 14:38:15,363 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <Executing validation> 2009-07-29 14:38:15,363 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <Invoking validator org.jasig.cas.validation.usernamepasswordcredentialsvalida...@4ce76438> 2009-07-29 14:38:15,363 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <Validation completed for form object> 2009-07-29 14:38:15,363 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <There are [0] errors, details: []> 2009-07-29 14:38:15,363 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <Putting form errors instance in scope Flash> 2009-07-29 14:38:15,363 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <Action 'AuthenticationViaFormAction' completed execution; result is 'success'> 2009-07-29 14:38:15,364 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <Action 'AuthenticationViaFormAction' beginning execution> 2009-07-29 14:38:15,364 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <Found existing form object with name 'credentials' of type [class org.jasig.cas.authentication.principal.UsernamePasswordCredentials] in scope Flow> 2009-07-29 14:38:15,364 DEBUG [org.jasig.cas.CentralAuthenticationServiceImpl] - <Attempting to create TicketGrantingTicket for [username: myaccountinad]> 2009-07-29 14:38:15,375 INFO [org.jasig.cas.authentication.AuthenticationManagerImpl] - <AuthenticationHandler: org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler successfully authenticated the user which provided the following credentials: [username: myaccountinad]> 2009-07-29 14:38:15,375 DEBUG [org.jasig.cas.authentication.principal.UsernamePasswordCredentialsToPrincipalResolver] - <Attempting to resolve a principal...> 2009-07-29 14:38:15,376 DEBUG [org.jasig.cas.authentication.principal.UsernamePasswordCredentialsToPrincipalResolver] - <Creating SimplePrincipal for [myaccountinad]> 2009-07-29 14:38:15,376 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Added ticket [TGT-2-ZtVIdoYlpgtnNF1R9e2GaThRB6ZDBFPzQJcLbX9dPedvbDVsel-cas] to registry.> 2009-07-29 14:38:15,376 DEBUG [org.jasig.cas.web.support.CookieRetrievingCookieGenerator] - <Removed cookie with name [CASPRIVACY]> 2009-07-29 14:38:15,376 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] - <Action 'AuthenticationViaFormAction' completed execution; result is 'success'> 2009-07-29 14:38:15,376 DEBUG [org.jasig.cas.web.flow.SendTicketGrantingTicketAction] - <Action 'SendTicketGrantingTicketAction' beginning execution> 2009-07-29 14:38:15,376 DEBUG [org.jasig.cas.web.support.CookieRetrievingCookieGenerator] - <Added cookie with name [CASTGC] and value [TGT-2-ZtVIdoYlpgtnNF1R9e2GaThRB6ZDBFPzQJcLbX9dPedvbDVsel-cas]> 2009-07-29 14:38:15,376 DEBUG [org.jasig.cas.web.flow.SendTicketGrantingTicketAction] - <Action 'SendTicketGrantingTicketAction' completed execution; result is 'success'> 2009-07-29 14:38:15,376 DEBUG [org.jasig.cas.web.flow.GenerateServiceTicketAction] - <Action 'GenerateServiceTicketAction' beginning execution> 2009-07-29 14:38:15,376 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Attempting to retrieve ticket [TGT-2-ZtVIdoYlpgtnNF1R9e2GaThRB6ZDBFPzQJcLbX9dPedvbDVsel-cas]> 2009-07-29 14:38:15,377 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Ticket [TGT-2-ZtVIdoYlpgtnNF1R9e2GaThRB6ZDBFPzQJcLbX9dPedvbDVsel-cas] found in registry.> 2009-07-29 14:38:15,377 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Added ticket [ST-8-ebq6Rno0d94ar6jFx6MS-cas] to registry.> 2009-07-29 14:38:15,377 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] - <Granted service ticket [ST-8-ebq6Rno0d94ar6jFx6MS-cas] for service [http://wiki-vntest.mysite.cpm/index.php/Special:UserLogin] for user [myaccountinad]> 2009-07-29 14:38:15,377 DEBUG [org.jasig.cas.web.flow.GenerateServiceTicketAction] - <Action 'GenerateServiceTicketAction' completed execution; result is 'success'> 2009-07-29 14:38:15,653 DEBUG [org.jasig.cas.web.flow.InitialFlowSetupAction] - <Action 'InitialFlowSetupAction' beginning execution> 2009-07-29 14:38:15,653 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - <Extractor generated service for: http://wiki-vntest.mysite.cpm/index.php/Special:UserLogin> 2009-07-29 14:38:15,653 DEBUG [org.jasig.cas.web.flow.InitialFlowSetupAction] - <Placing service in FlowScope: http://wiki-vntest.mysite.cpm/index.php/Special:UserLogin> 2009-07-29 14:38:15,653 DEBUG [org.jasig.cas.web.flow.InitialFlowSetupAction] - <Action 'InitialFlowSetupAction' completed execution; result is 'success'> 2009-07-29 14:38:15,654 DEBUG [org.jasig.cas.web.flow.GenerateServiceTicketAction] - <Action 'GenerateServiceTicketAction' beginning execution> 2009-07-29 14:38:15,654 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Attempting to retrieve ticket [TGT-2-ZtVIdoYlpgtnNF1R9e2GaThRB6ZDBFPzQJcLbX9dPedvbDVsel-cas]> 2009-07-29 14:38:15,654 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Ticket [TGT-2-ZtVIdoYlpgtnNF1R9e2GaThRB6ZDBFPzQJcLbX9dPedvbDVsel-cas] found in registry.> 2009-07-29 14:38:15,654 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Added ticket [ST-9-0pfEydmsJ67xj4HO9KWa-cas] to registry.> 2009-07-29 14:38:15,654 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] - <Granted service ticket [ST-9-0pfEydmsJ67xj4HO9KWa-cas] for service [http://wiki-vntest.mysite.cpm/index.php/Special:UserLogin] for user [myaccountinad]> 2009-07-29 14:38:15,654 DEBUG [org.jasig.cas.web.flow.GenerateServiceTicketAction] - <Action 'GenerateServiceTicketAction' completed execution; result is 'success'> 2009-07-29 14:38:15,961 DEBUG [org.jasig.cas.web.flow.InitialFlowSetupAction] - <Action 'InitialFlowSetupAction' beginning execution> 2009-07-29 14:38:15,962 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - <Extractor generated service for: http://wiki-vntest.mysite.cpm/index.php/Special:UserLogin> 2009-07-29 14:38:15,962 DEBUG [org.jasig.cas.web.flow.InitialFlowSetupAction] - <Placing service in FlowScope: http://wiki-vntest.mysite.cpm/index.php/Special:UserLogin> 2009-07-29 14:38:15,962 DEBUG [org.jasig.cas.web.flow.InitialFlowSetupAction] - <Action 'InitialFlowSetupAction' completed execution; result is 'success'> 2009-07-29 14:38:15,962 DEBUG [org.jasig.cas.web.flow.GenerateServiceTicketAction] - <Action 'GenerateServiceTicketAction' beginning execution> 2009-07-29 14:38:15,962 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Attempting to retrieve ticket [TGT-2-ZtVIdoYlpgtnNF1R9e2GaThRB6ZDBFPzQJcLbX9dPedvbDVsel-cas]> 2009-07-29 14:38:15,962 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Ticket [TGT-2-ZtVIdoYlpgtnNF1R9e2GaThRB6ZDBFPzQJcLbX9dPedvbDVsel-cas] found in registry.> 2009-07-29 14:38:15,962 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Added ticket [ST-10-oQnJ0BTFlB43nIxyfVgV-cas] to registry.> 2009-07-29 14:38:15,962 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] - <Granted service ticket [ST-10-oQnJ0BTFlB43nIxyfVgV-cas] for service [http://wiki-vntest.mysite.cpm/index.php/Special:UserLogin] for user [myaccountinad]> 2009-07-29 14:38:15,962 DEBUG [org.jasig.cas.web.flow.GenerateServiceTicketAction] - <Action 'GenerateServiceTicketAction' completed execution; result is 'success'> 2009-07-29 14:38:16,248 DEBUG [org.jasig.cas.web.flow.InitialFlowSetupAction] - <Action 'InitialFlowSetupAction' beginning execution> 2009-07-29 14:38:16,248 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - <Extractor generated service for: http://wiki-vntest.mysite.cpm/index.php/Special:UserLogin> 2009-07-29 14:38:16,248 DEBUG [org.jasig.cas.web.flow.InitialFlowSetupAction] - <Placing service in FlowScope: http://wiki-vntest.mysite.cpm/index.php/Special:UserLogin> 2009-07-29 14:38:16,248 DEBUG [org.jasig.cas.web.flow.InitialFlowSetupAction] - <Action 'InitialFlowSetupAction' completed execution; result is 'success'> 2009-07-29 14:38:16,249 DEBUG [org.jasig.cas.web.flow.GenerateServiceTicketAction] - <Action 'GenerateServiceTicketAction' beginning execution> 2009-07-29 14:38:16,249 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Attempting to retrieve ticket [TGT-2-ZtVIdoYlpgtnNF1R9e2GaThRB6ZDBFPzQJcLbX9dPedvbDVsel-cas]> 2009-07-29 14:38:16,249 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Ticket [TGT-2-ZtVIdoYlpgtnNF1R9e2GaThRB6ZDBFPzQJcLbX9dPedvbDVsel-cas] found in registry.> 2009-07-29 14:38:16,249 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Added ticket [ST-11-4ez1wIEIusjSTmlqoXeP-cas] to registry.> 2009-07-29 14:38:16,249 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] - <Granted service ticket [ST-11-4ez1wIEIusjSTmlqoXeP-cas] for service [http://wiki-vntest.mysite.cpm/index.php/Special:UserLogin] for user [myaccountinad]> 2009-07-29 14:38:16,249 DEBUG [org.jasig.cas.web.flow.GenerateServiceTicketAction] - <Action 'GenerateServiceTicketAction' completed execution; result is 'success'> 2009-07-29 14:38:16,525 DEBUG [org.jasig.cas.web.flow.InitialFlowSetupAction] - <Action 'InitialFlowSetupAction' beginning execution> 2009-07-29 14:38:16,525 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - <Extractor generated service for: http://wiki-vntest.mysite.cpm/index.php/Special:UserLogin> 2009-07-29 14:38:16,525 DEBUG [org.jasig.cas.web.flow.InitialFlowSetupAction] - <Placing service in FlowScope: http://wiki-vntest.mysite.cpm/index.php/Special:UserLogin> 2009-07-29 14:38:16,525 DEBUG [org.jasig.cas.web.flow.InitialFlowSetupAction] - <Action 'InitialFlowSetupAction' completed execution; result is 'success'> 2009-07-29 14:38:16,526 DEBUG [org.jasig.cas.web.flow.GenerateServiceTicketAction] - <Action 'GenerateServiceTicketAction' beginning execution> 2009-07-29 14:38:16,526 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Attempting to retrieve ticket [TGT-2-ZtVIdoYlpgtnNF1R9e2GaThRB6ZDBFPzQJcLbX9dPedvbDVsel-cas]> 2009-07-29 14:38:16,526 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Ticket [TGT-2-ZtVIdoYlpgtnNF1R9e2GaThRB6ZDBFPzQJcLbX9dPedvbDVsel-cas] found in registry.> 2009-07-29 14:38:16,526 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Added ticket [ST-12-ciO32xDht3KzXtn5XqGc-cas] to registry.> 2009-07-29 14:38:16,526 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] - <Granted service ticket [ST-12-ciO32xDht3KzXtn5XqGc-cas] for service [http://wiki-vntest.mysite.cpm/index.php/Special:UserLogin] for user [myaccountinad]> 2009-07-29 14:38:16,526 DEBUG [org.jasig.cas.web.flow.GenerateServiceTicketAction] - <Action 'GenerateServiceTicketAction' completed execution; result is 'success'> 2009-07-29 14:38:16,801 DEBUG [org.jasig.cas.web.flow.InitialFlowSetupAction] - <Action 'InitialFlowSetupAction' beginning execution> 2009-07-29 14:38:16,801 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - <Extractor generated service for: http://wiki-vntest.mysite.cpm/index.php/Special:UserLogin> 2009-07-29 14:38:16,801 DEBUG [org.jasig.cas.web.flow.InitialFlowSetupAction] - <Placing service in FlowScope: http://wiki-vntest.mysite.cpm/index.php/Special:UserLogin> 2009-07-29 14:38:16,801 DEBUG [org.jasig.cas.web.flow.InitialFlowSetupAction] - <Action 'InitialFlowSetupAction' completed execution; result is 'success'> 2009-07-29 14:38:16,802 DEBUG [org.jasig.cas.web.flow.GenerateServiceTicketAction] - <Action 'GenerateServiceTicketAction' beginning execution> 2009-07-29 14:38:16,802 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Attempting to retrieve ticket [TGT-2-ZtVIdoYlpgtnNF1R9e2GaThRB6ZDBFPzQJcLbX9dPedvbDVsel-cas]> 2009-07-29 14:38:16,802 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Ticket [TGT-2-ZtVIdoYlpgtnNF1R9e2GaThRB6ZDBFPzQJcLbX9dPedvbDVsel-cas] found in registry.> 2009-07-29 14:38:16,802 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Added ticket [ST-13-OjPkCSDxJS5e6Top1qHw-cas] to registry.> 2009-07-29 14:38:16,802 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] - <Granted service ticket [ST-13-OjPkCSDxJS5e6Top1qHw-cas] for service [http://wiki-vntest.mysite.cpm/index.php/Special:UserLogin] for user [myaccountinad]> 2009-07-29 14:38:16,802 DEBUG [org.jasig.cas.web.flow.GenerateServiceTicketAction] - <Action 'GenerateServiceTicketAction' completed execution; result is 'success'> 2009-07-29 14:38:17,101 DEBUG [org.jasig.cas.web.flow.InitialFlowSetupAction] - <Action 'InitialFlowSetupAction' beginning execution> 2009-07-29 14:38:17,101 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - <Extractor generated service for: http://wiki-vntest.mysite.cpm/index.php/Special:UserLogin> 2009-07-29 14:38:17,101 DEBUG [org.jasig.cas.web.flow.InitialFlowSetupAction] - <Placing service in FlowScope: http://wiki-vntest.mysite.cpm/index.php/Special:UserLogin> 2009-07-29 14:38:17,101 DEBUG [org.jasig.cas.web.flow.InitialFlowSetupAction] - <Action 'InitialFlowSetupAction' completed execution; result is 'success'> 2009-07-29 14:38:17,102 DEBUG [org.jasig.cas.web.flow.GenerateServiceTicketAction] - <Action 'GenerateServiceTicketAction' beginning execution> 2009-07-29 14:38:17,102 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Attempting to retrieve ticket [TGT-2-ZtVIdoYlpgtnNF1R9e2GaThRB6ZDBFPzQJcLbX9dPedvbDVsel-cas]> 2009-07-29 14:38:17,102 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Ticket [TGT-2-ZtVIdoYlpgtnNF1R9e2GaThRB6ZDBFPzQJcLbX9dPedvbDVsel-cas] found in registry.> 2009-07-29 14:38:17,102 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Added ticket [ST-14-fFxSfeXHbLROMKoR2wVK-cas] to registry.> 2009-07-29 14:38:17,102 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] - <Granted service ticket [ST-14-fFxSfeXHbLROMKoR2wVK-cas] for service [http://wiki-vntest.mysite.cpm/index.php/Special:UserLogin] for user [myaccountinad]> 2009-07-29 14:38:17,102 DEBUG [org.jasig.cas.web.flow.GenerateServiceTicketAction] - <Action 'GenerateServiceTicketAction' completed execution; result is 'success'>
