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:[email protected]] Sent: Thursday, August 18, 2016 5:34 PM To: Stephen Meier <[email protected]> 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. On Thu, Aug 18, 2016 at 7:14 PM, Stephen Meier <[email protected]<mailto:[email protected]>> wrote: p:timeToDieInSeconds="${st.timeToKillInSeconds}" is not currently in the cas-servlet.xml. are you saying that it should possibly be in there? From: [email protected]<mailto:[email protected]> [mailto:[email protected]<mailto:[email protected]>] On Behalf Of Robert Beer Sent: Thursday, August 18, 2016 3:25 PM To: [email protected]<mailto:[email protected]> Subject: Re: [cas-user] 500 Error trying to authenticate to application Stephen, This may not be the same error but try this: 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 On Thu, Aug 18, 2016 at 5:38 PM, Stephen Meier <[email protected]<mailto:[email protected]>> wrote: 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? -- 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 [email protected]<mailto:[email protected]>. To post to this group, send email to [email protected]<mailto:[email protected]>. 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<https://groups.google.com/a/apereo.org/d/msgid/cas-user/F799E68E2C9E7D4FBC7F3E1AC3E668720780E35E%40Exchange01.compsv.cos.pri?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/a/apereo.org/d/optout. -- Bob Beer <[email protected]<mailto:[email protected]>> Ohio Northern University, Information Technology, Ada, OH 45810 -- 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 [email protected]<mailto:[email protected]>. To post to this group, send email to [email protected]<mailto:[email protected]>. 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<https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAO8K9dddC1WVFfi%2BHtVwQ7k%3D3swymcoiDQL992LOdS6VVOJS8Q%40mail.gmail.com?utm_medium=email&utm_source=footer>. 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 [email protected]<mailto:[email protected]>. To post to this group, send email to [email protected]<mailto:[email protected]>. 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/F799E68E2C9E7D4FBC7F3E1AC3E668720780E459%40Exchange01.compsv.cos.pri<https://groups.google.com/a/apereo.org/d/msgid/cas-user/F799E68E2C9E7D4FBC7F3E1AC3E668720780E459%40Exchange01.compsv.cos.pri?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/a/apereo.org/d/optout. -- Bob Beer <[email protected]<mailto:[email protected]>> Ohio Northern University, Information Technology, Ada, OH 45810 -- 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 [email protected]. To post to this group, send email to [email protected]. 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/F799E68E2C9E7D4FBC7F3E1AC3E668720780FD81%40Exchange01.compsv.cos.pri. For more options, visit https://groups.google.com/a/apereo.org/d/optout.
