Hello CAS Forum Members Thanks Jerome. I am going through the discussions and the documentation to check for an answer to the problem i am facing. Actually following is the problem that I am facing when setting up EhCacheTicketRegistry. When I am implementing EhcacheTicketRegistry with Automatic Peer Discovery mode enabled. After logging into the Application, I am getting the below mentioned exception. javax.servlet.ServletException: org.jasig.cas.client.validation.TicketValidationException: ticket 'ST-18-XzcbJtvclCkmRAcGQpi0' not recognized org.jasig.cas.client.validation.AbstractTicketValidationFilter.doFilter(AbstractTicketValidationFilter.java:190) org.jasig.cas.client.authentication.AuthenticationFilter.doFilter(AuthenticationFilter.java:116) org.jasig.cas.client.session.SingleSignOutFilter.doFilter(SingleSignOutFilter.java:76) org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) root cause org.jasig.cas.client.validation.TicketValidationException: ticket 'ST-18-XzcbJtvclCkmRAcGQpi0' not recognized org.jasig.cas.client.validation.Cas20ServiceTicketValidator.parseResponseFromServer(Cas20ServiceTicketValidator.java:86) org.jasig.cas.client.validation.AbstractUrlBasedTicketValidator.validate(AbstractUrlBasedTicketValidator.java:217) org.jasig.cas.client.validation.AbstractTicketValidationFilter.doFilter(AbstractTicketValidationFilter.java:165) org.jasig.cas.client.authentication.AuthenticationFilter.doFilter(AuthenticationFilter.java:116) org.jasig.cas.client.session.SingleSignOutFilter.doFilter(SingleSignOutFilter.java:76) org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) When I am implementing Manual peer mode, Getting the following error; java.io.IOException: Server returned HTTP response code: 500 for URL: https://apps.com/xyz/serviceValidate?ticket=ST-5-5v1jcYacJr4qv5vYn7dh&service=https%3A%2F%2Fapps.com%2FHIJ%2Fui%2Fmobile%2FMessaging%3Fmethod%3AgetAllMessage Any assistance to troubleshoot these 2 exceptions will be greatly appreciated. Best Regards Syed Zaheer Mehdi
________________________________ From: Jérôme LELEU <[email protected]> To: [email protected] Sent: Monday, July 22, 2013 6:32 AM Subject: Re: [cas-user] How to set up EhCacheTicketRegistry with CAS Server 3.4.2 Hi, A documentation is available on the wiki : https://wiki.jasig.org/display/CASUM/EhcacheTicketRegistry. And I think there were already many discussions on EhCache configuration : https://groups.google.com/forum/?fromgroups#!searchin/jasig-cas-user/ehcache. It should help. Best regards, Jérôme 2013/7/22 SYED ZAHEER MEHDI <[email protected]> Hello Forum Members > >In a multi-clustered CAS environment (HA) , I am currently using >JPATicketRegistry with CAS Server 3.4.2 . However, now I would like to >implement EhCacheTicketRegistry. > >I request the forum members if they can kindly guide as to how to setup >EhCacheTicketRegistry with CAS 3.4.2 . > >Best Regards >Syed Zaheer Mehdi > > > > > >-- >View this message in context: >http://jasig.275507.n4.nabble.com/How-to-set-up-EhCacheTicketRegistry-with-CAS-Server-3-4-2-tp4660337.html >Sent from the CAS Users mailing list archive at Nabble.com. > >-- >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
