The 500 error shouldn't be shown to the user. Its from the external application. You really only have two options: (1) disable single sign out, or (2) change the application so that it doesn't return a 500 error.
The alternative is that if this list agrees we can change the logging level of that error message and possibly not include the entire stack trace ;-) On Fri, Dec 11, 2009 at 12:20 AM, Kim Cary <[email protected]> wrote: > OK, well, so far I have 40 for the day. Is this something that is a code > fix or a config fix do you think? > I mean, a 500 error, bleh! > > Kim > > ~=|=~ > > Kim Cary > Chief Information Security Officer > Pepperdine University > > > > On Thu, Dec 10, 2009 at 6:38 PM, Scott Battaglia < > [email protected]> wrote: > >> My guess it was initiated for single sign out either when a ticket was >> removed from the registry by the ticket cleaner or when someone logged out >> of CAS. >> >> >> >> On Thu, Dec 10, 2009 at 7:50 PM, Kim Cary <[email protected]>wrote: >> >>> I should have said, everything is working as far as sign-in. I'm >>> surprised this app is making that call (and that it isn't working?). >>> >>> Kim >>> >>> >>> On Thu, Dec 10, 2009 at 4:45 PM, <[email protected]> wrote: >>> >>>> Its most likely the call for single sign out. >>>> >>>> Sent from my Verizon Wireless BlackBerry >>>> ------------------------------ >>>> *From: * Kim Cary <[email protected]> >>>> *Date: *Thu, 10 Dec 2009 16:40:14 -0800 >>>> *To: *<[email protected]> >>>> *Subject: *[cas-user] java.io.IOException: Server returned HTTP >>>> response code: 500 for URL >>>> >>>> I'm lost on this one. Is the server saying, it returned a 500 response >>>> code when presented with the URL, as in a service request? I don't see how >>>> it gets handed that URL otherwise. If so, what's going on? I can't >>>> reproduce >>>> the error with that as the service request. >>>> >>>> [ERROR]2009-12-10 16:05:39,686 >>>> - Hide quoted text - >>>> >>>> org.jasig.cas.util.HttpClient: >>>> 214 >>>> >>>> java.io.IOException: Server returned HTTP response code: 500 for URL: >>>> https://itunesu.pepperdine.edu/itunesu/app/catch.aspx >>>> java.io.IOException: Server returned HTTP response code: 500 for URL: >>>> https://itunesu.pepperdine.edu/itunesu/app/catch.aspx >>>> at >>>> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1196) >>>> at >>>> sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234) >>>> at >>>> org.jasig.cas.util.HttpClient$MessageSender.call(HttpClient.java:200) >>>> at >>>> org.jasig.cas.util.HttpClient$MessageSender.call(HttpClient.java:160) >>>> at >>>> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269) >>>> at java.util.concurrent.FutureTask.run(FutureTask.java:123) >>>> at >>>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651) >>>> at >>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676) >>>> at java.lang.Thread.run(Thread.java:613) >>>> >>>> Kim >>>> >>>> ~=|=~ >>>> >>>> Kim Cary >>>> Chief Information Security Officer >>>> Pepperdine University >>>> >>>> -- >>>> 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 >>> >>> >> -- >> 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
