We are using CAS 3.5.2 running on Tomcat 7 and there is one application from Ellucian that we are having intermitant trouble with. Once the user authenticates to CAS and tries to get into the webapp they get a 500 error.
I then get the following errors in the web application log
org.jasig.cas.client.validation.TicketValidationException: org.opensaml.SAMLException: 'service' and 'ticket' parameters are both required
and this error on the CAS server
2016-08-18 13:26:35,653 WARN [org.jasig.cas.util.HttpClient] - Error Sending message to url endpoint [https://banweb.cos.edu:443/ssomanager/c/SSB]. Error is [Received fatal alert: unexpected_message]
Anyone see this before?
Edit src/main/webapp/WEB-INF/cas-servlet.xml
156,157c156
< p:serviceManagerUrl="${cas.securityContext.serviceProperties.service}"
< p:timeToDieInSeconds="${st.timeToKillInSeconds}" />
---
> p:serviceManagerUrl="${cas.securityContext.serviceProperties.service}" />
277c276
< </beans>
---
> </beans>
\ No newline at end of file
--
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+unsubscribe@apereo.org.
To post to this group, send email to cas-...@apereo.org.
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/F799E68E2C9E7D4FBC7F3E1AC3E668720780E35E%40Exchange01.compsv.cos.pri.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.
p:timeToDieInSeconds="${st.timeToKillInSeconds}" is not currently in the cas-servlet.xml. are you saying that it should possibly be in there?
--
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+u...@apereo.org.
To post to this group, send email to cas-...@apereo.org.
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/F799E68E2C9E7D4FBC7F3E1AC3E668720780E35E%40Exchange01.compsv.cos.pri.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.
--
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+u...@apereo.org.
To post to this group, send email to cas-...@apereo.org.
Visit this group at
https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAO8K9dddC1WVFfi%2BHtVwQ7k%3D3swymcoiDQL992LOdS6VVOJS8Q%40mail.gmail.com.
Thanks for the Help. I looked in the config file and it was there and it was sent to 10. Does that sound about right?
From: Robert Beer [mailto:r-b...@onu.edu]
Sent: Thursday, August 18, 2016 5:34 PM
To: Stephen Meier <step...@cos.edu>
Subject: Re: [cas-user] 500 Error trying to authenticate to application
Stephen,
Yes, try adding that. Additionally make sure the variable is defined. I think the file is cas.properties. I am at home and not at work right now. If you cannot find it get back to me.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/F799E68E2C9E7D4FBC7F3E1AC3E668720780E459%40Exchange01.compsv.cos.pri.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.