Hi, ok thanks for your help: first attempt after a long time: (
10-10-20 16:46:03,319 INFO [org.jasig.cas.services.DefaultServicesManagerImpl] - <Reloading registered services.> 10-10-20 16:46:03,319 DEBUG [org.jasig.cas.services.DefaultServicesManagerImpl] - <Adding registered service http://**> 10-10-20 16:46:03,319 DEBUG [org.jasig.cas.services.DefaultServicesManagerImpl] - <Adding registered service https://**> 10-10-20 16:46:03,319 INFO [org.jasig.cas.services.DefaultServicesManagerImpl] - <Loaded 2 services.> 10-10-20 16:46:19,210 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - <Extractor did not generate service.> 10-10-20 16:46:19,210 DEBUG [org.jasig.cas.web.support.SamlArgumentExtractor] - <Extractor did not generate service.> 10-10-20 16:46:19,210 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - <Extractor did not generate service.> 10-10-20 16:46:19,210 DEBUG [org.jasig.cas.web.support.SamlArgumentExtractor] - <Extractor did not generate service.> 10-10-20 16:46:19,460 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - <Extractor did not generate service.> 10-10-20 16:46:19,460 DEBUG [org.jasig.cas.web.support.SamlArgumentExtractor] - <Extractor did not generate service.> 10-10-20 16:46:19,476 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - <Extractor did not generate service.> 10-10-20 16:46:19,476 DEBUG [org.jasig.cas.web.support.SamlArgumentExtractor] - <Extractor did not generate service.> 10-10-20 16:46:27,038 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - <Extractor did not generate service.> 10-10-20 16:46:27,038 DEBUG [org.jasig.cas.web.support.SamlArgumentExtractor] - <Extractor did not generate service.> second attempt (This is successful) 2010-10-20 16:48:11,976 INFO [org.jasig.cas.authentication.AuthenticationManagerImpl] - <AuthenticationHandler: org.jasig.cas.adaptors.jdbc.SearchModeSearchData baseAuthenticationHandler successfully authenticated the user which provided the following credentials: [username: adminXXXXX]> 2010-10-20 16:48:11,991 DEBUG [org.jasig.cas.authentication.principal.UsernamePasswordCredentialsToPrincipalResolver] - <Attempting to resolve a principal...> 2010-10-20 16:48:11,991 DEBUG [org.jasig.cas.authentication.principal.UsernamePasswordCredentialsToPrincipalResolver] - <Creating SimplePrincipal for [adminXXXXX] > 2010-10-20 16:48:11,991 DEBUG [org.jasig.cas.ticket.registry.DefaultTicketRegistry] - <Added ticket [TGT-7-dLWhwQrJYaUGp4EhZcwdJ0djiST2toe8SHE1dbkN7FwUPbvckS-ca s] to registry.> 2010-10-20 16:48:11,991 DEBUG [org.jasig.cas.web.support.CookieRetrievingCookieGenerator] - <Removed cookie with name [CASPRIVACY]> 2010-10-20 16:48:11,991 DEBUG [org.jasig.cas.web.support.CookieRetrievingCookieGenerator] - <Added cookie with name [CASTGC] and value [TGT-7-dLWhwQrJYaUGp4EhZcwdJ0djiST2toe8SHE1dbkN7FwUPbvckS-cas]> 2010-10-20 16:48:12,023 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - <Extractor did not generate service.> 2010-10-20 16:48:12,023 DEBUG [org.jasig.cas.web.support.SamlArgumentExtractor] - <Extractor did not generate service.> it seems that nothing happens , it just gets reset. By the way i disabled the LDAP auth handler for now to see if that is the issue. now only JDBC auth handler is active . maybe ill try the other way round too. , by the way it is a MS SQL Database. Ive logged in directly via cas url (no jbp involved, and the error persists). it is random though and only happens if cas server wasnt accessed for some time. Thanks On Wed, Oct 20, 2010 at 3:29 PM, Marvin Addison <[email protected]>wrote: > > most of the time it works fine, however sometimes the first > authentification fails with (cas server is unavailable). in the cas-log no > authentication attempt was made the only thing i see is extractor did not > generate service.. > > I'd like to see the exact log messages for this problem. Turn > org.jasig.cas up to DEBUG so we can see more details. > > > can i somehow force cas to try at least three times or something? > > Let's try fixing the authentication failure, then there would be no > need for multiple attempts. > > M > > -- > 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
