Nothing more than the debug level. Here the log
2009-02-09 09:43:29,943 DEBUG [org.acegisecurity.adapters.cas3.CasAuthenticationHandler] Authentication request for admin_profile successful. 2009-02-09 09:43:29,943 INFO [org.jasig.cas.authentication.AuthenticationManagerImpl] AuthenticationHandler: org.acegisecurity.adapters.cas3.CasAuthenticationHandler successfully authenticated the user which provided the following credentials: admin_profile 2009-02-09 09:43:29,943 DEBUG [org.jasig.cas.authentication.principal.UsernamePasswordCredentialsToPrincipalResolver] Creating SimplePrincipal for [admin_profile] 2009-02-09 09:43:29,945 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] Added ticket [TGT-3-IgL4GISq6ZWAbCPYdsrB77Y091WA3cyJaJw-50] to registry. 2009-02-09 09:43:29,945 DEBUG [org.springframework.web.util.CookieGenerator] Removed cookie with name [CASPRIVACY] 2009-02-09 09:43:29,945 DEBUG [org.jasig.cas.web.flow.AuthenticationViaFormAction] Action 'AuthenticationViaFormAction' completed execution; result is 'success' 2009-02-09 09:43:29,945 DEBUG [org.jasig.cas.web.flow.SendTicketGrantingTicketAction] Action 'SendTicketGrantingTicketAction' beginning execution 2009-02-09 09:43:29,946 DEBUG [org.springframework.web.util.CookieGenerator] Added cookie with name [CASTGC] and value [TGT-3-IgL4GISq6ZWAbCPYdsrB77Y091WA3cyJaJw-50] 2009-02-09 09:43:29,946 DEBUG [org.jasig.cas.web.flow.SendTicketGrantingTicketAction] Action 'SendTicketGrantingTicketAction' completed execution; result is 'success' 2009-02-09 09:43:29,946 DEBUG [org.jasig.cas.web.flow.HasServiceCheckAction] Action 'HasServiceCheckAction' beginning execution 2009-02-09 09:43:29,946 DEBUG [org.jasig.cas.web.flow.HasServiceCheckAction] Action 'HasServiceCheckAction' completed execution; result is 'hasService' 2009-02-09 09:43:29,946 DEBUG [org.jasig.cas.web.flow.GenerateServiceTicketAction] Action 'GenerateServiceTicketAction' beginning execution 2009-02-09 09:43:29,946 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] Attempting to retrieve ticket [TGT-3-IgL4GISq6ZWAbCPYdsrB77Y091WA3cyJaJw-50] 2009-02-09 09:43:29,946 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] Ticket [TGT-3-IgL4GISq6ZWAbCPYdsrB77Y091WA3cyJaJw-50] found in registry. 2009-02-09 09:43:29,958 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] Added ticket [ST-3-MfKeiUVktxcERr1Ve963c90uR6wiwJ5vqVA-20] to registry. 2009-02-09 09:43:29,958 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] Granted service ticket [ST-3-MfKeiUVktxcERr1Ve963c90uR6wiwJ5vqVA-20] for service [https://liber.lit.trend.it:9443/Profile_Web_two/j_acegi_cas_security_check] for user [admin_profile] 2009-02-09 09:43:29,958 DEBUG [org.jasig.cas.web.flow.GenerateServiceTicketAction] Action 'GenerateServiceTicketAction' completed execution; result is 'success' 2009-02-09 09:43:29,958 DEBUG [org.jasig.cas.web.flow.WarnAction] Action 'WarnAction' beginning execution 2009-02-09 09:43:29,958 DEBUG [org.jasig.cas.web.flow.WarnAction] Action 'WarnAction' completed execution; result is 'redirect' 2009-02-09 09:43:29,961 DEBUG [org.springframework.web.servlet.DispatcherServlet] Rendering view [org.springframework.web.servlet.view.RedirectView: unnamed; URL [https://liber.lit.trend.it:9443/Profile_Web_two/j_acegi_cas_security_check;jsessionid=FEB7BA97D2396C68E97A55192D589862?ticket=ST-3-MfKeiUVktxcERr1Ve963c90uR6wiwJ5vqVA-20]] in DispatcherServlet with name 'cas' 2009-02-09 09:43:29,961 DEBUG [org.springframework.web.servlet.view.RedirectView] Rendering view with name 'null' with model null and static attributes {} 2009-02-09 09:43:29,961 DEBUG [org.springframework.web.servlet.DispatcherServlet] Cleared thread-bound request context: org.apache.catalina.connector.requestfac...@ed8363 2009-02-09 09:43:29,961 DEBUG [org.springframework.web.servlet.DispatcherServlet] Successfully completed request 2009-02-09 09:43:29,961 DEBUG [org.springframework.web.context.support.XmlWebApplicationContext] Publishing event in context [org.springframework.web.context.support.xmlwebapplicationcont...@f0761a]: ServletRequestHandledEvent: url=[/PRJ_CAS_Web/login]; client=[10.1.226.169]; method=[POST]; servlet=[cas]; session=[FEB7BA97D2396C68E97A55192D589862]; user=[null]; time=[472ms]; status=[OK] 2009-02-09 09:43:29,961 DEBUG [org.springframework.web.context.support.XmlWebApplicationContext] Publishing event in context [org.springframework.web.context.support.xmlwebapplicationcont...@20463e]: ServletRequestHandledEvent: url=[/PRJ_CAS_Web/login]; client=[10.1.226.169]; method=[POST]; servlet=[cas]; session=[FEB7BA97D2396C68E97A55192D589862]; user=[null]; time=[472ms]; status=[OK] 2009/2/9 Robert Oschwald <[email protected]>: > Try to set your log level to "trace". If it is a cert problem, you might get > the error. > > Robert > Am 09.02.2009 um 09:25 schrieb ::SammyRulez::: > >> yes, as I said the same exact setup works well on windows. I created >> the cert following cas FAQ >> >> 2009/2/9 Robert Oschwald <[email protected]>: >>> >>> Have you added the cert to your Java Keystore? >>> >>> Robert >>> >>> Am 09.02.2009 um 09:00 schrieb ::SammyRulez::: >>> >>>> Hi folks >>>> >>>> I have a problem with cas client on Linux. (Sun jdk 1.6 jboss 4.0.5 >>>> GA, acegi on client side) Cas server authentication goes well but when >>>> redirected to the client web app something goes wrong and the >>>> authentication page is displayed. Even with log at debug level no >>>> error is traced. The same exact setup works on both win xp and win >>>> server 2003. I sense that the problem is the ticket validation. I use >>>> a self signed certificate. How could I trace the cause of this issue? >>>> >>>> Thanks >>>> >>>> Sam >>>> >>>> -- >>>> 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 >>> >>> >>> >>> -- >>> 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 >>> >> >> -- >> 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 > > > > -- > 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 > -- 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
