Thank you Marvin. Gives me confidence. > Server-side logs look good -- you're getting proxy tickets as > requested. Perhaps the client-side logs might provide a hint on the > cause of the 404s. >
1.) Client side seems ok, can you confirm? Here is the client side [Share]: (Note after that I am able to access /alfresco without login, but /share gives me the exception) Redirect to Login Page: [org.jasig.cas.client.util.CommonUtils] serviceUrl generated: http://freebpmmeran:8080/share/ [org.jasig.cas.client.authentication.AuthenticationFilter] no ticket and no assertion found [org.jasig.cas.client.authentication.AuthenticationFilter] Constructed service url: http://freebpmmeran:8080/share/ [org.jasig.cas.client.authentication.AuthenticationFilter] redirecting to "https://freebpmmeran:8443/cas/login?service=http%3A%2F%2Ffreebpmmeran%3A8080%2Fshare%2F" Validating ticket on Share with Proxy : [org.jasig.cas.client.validation.Cas20ProxyReceivingTicketValidationFilter] Attempting to validate ticket: ST-1-7UHYPfgSdUPAtnLcdfmN-cas [org.jasig.cas.client.util.CommonUtils] serviceUrl generated: http://freebpmmeran:8080/share/ [org.jasig.cas.client.validation.Cas20ServiceTicketValidator] Placing URL parameters in map. [org.jasig.cas.client.validation.Cas20ServiceTicketValidator] Calling template URL attribute map. [org.jasig.cas.client.validation.Cas20ServiceTicketValidator] Loading custom parameters from configuration. [org.jasig.cas.client.validation.Cas20ServiceTicketValidator] Constructing validation url: https://freebpmmeran:8443/cas/serviceValidate?pgtUrl=https%3A%2F%2Ffreebpmmeran%3A8443%2Fshare%2FproxyCallback&ticket=ST-1-7UHYPfgSdUPAtnLcdfmN-cas&allowAnyProxy=true&service=http%3A%2F%2Ffreebpmmeran%3A8080%2Fshare%2F Getting Proxy Granting Ticket: [org.jasig.cas.client.validation.Cas20ServiceTicketValidator] Retrieving response from server. [org.jasig.cas.client.util.CommonUtils] Received proxyGrantingTicketId [TGT-2-GZtfKV1komXyvBdXulKtnrZBxbHGlGGe4vjslvQwd6Xs4idxfG-cas] for proxyGrantingTicketIou [PGTIOU-1-OvsGVolgLyPcAfG0kO6T-cas] [org.jasig.cas.client.proxy.ProxyGrantingTicketStorageImpl] Saving ProxyGrantingTicketIOU and ProxyGrantingTicket combo: [PGTIOU-1-OvsGVolgLyPcAfG0kO6T-cas, TGT-2-GZtfKV1komXyvBdXulKtnrZBxbHGlGGe4vjslvQwd6Xs4idxfG-cas] [org.jasig.cas.client.validation.Cas20ServiceTicketValidator] Server response: <cas:serviceResponse xmlns:cas='http://www.yale.edu/tp/cas'> <cas:authenticationSuccess> <cas:user>admin</cas:user> <cas:proxyGrantingTicket>PGTIOU-1-OvsGVolgLyPcAfG0kO6T-cas</cas:proxyGrantingTicket> </cas:authenticationSuccess> </cas:serviceResponse> Returned Granting Ticket: [org.jasig.cas.client.proxy.ProxyGrantingTicketStorageImpl] Returned ProxyGrantingTicket of TGT-2-GZtfKV1komXyvBdXulKtnrZBxbHGlGGe4vjslvQwd6Xs4idxfG-cas [org.jasig.cas.client.validation.Cas20ProxyReceivingTicketValidationFilter] Successfully authenticated user: admin [org.jasig.cas.client.validation.Cas20ProxyReceivingTicketValidationFilter] Redirecting after successful ticket validation. [org.jasig.cas.client.util.CommonUtils] serviceUrl generated: http://freebpmmeran:8080/share/;jsessionid=CA4C10C47F371EC8DDEA48BEE0128438 [org.springframework.extensions.surf.mvc.ThemeInterceptor] Unable to locate theme model object with ID: default Exception strikes. The jsessionid is saved in the cookie -- Roland Kofler Software Architect Free Software & Open Technologies TIS innovation park Via Siemens 19 | 39100 Bolzano | Italia Siemensstraße 19 | 39100 Bozen | Italien T +39 0471 068140 F +39 0471 068129 [email protected] www.tis.bz.it Short information regarding use of personal data. According to Section 13 of Italian Legislative Decree no. 196 of 30 June 2003, we inform you that we process your personal data in order to fulfill contractual and fiscal obligations and also to send you information regarding our services and events. Your personal data are processed with and without electronic means and by respecting data subjects' rights, fundamental freedoms and dignity, particularly with regard to confidentiality, personal identity and the right to personal data protection. At any time and without formalities you can write an e-mail to [email protected] in order to object the processing of your personal data for the purpose of sending advertising materials and also to exercise the right to access personal data and other rights referred to in Section 7 of Decree 196/2003. The data controller is TIS -- Techno Innovation Alto Adige, via Siemens n. 19 Bolzano. You can find the complete information on the web site www.tis.bz.it -- 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
