> I have attached the CAS server logfile, which shows that CAS tried to > render BannerAccountSuccessResponseView, but nothing further. I'm not > sure where the HTTP 500 is originating. Nothing unusual was logged in > catalina.out. > > Should I expect some sort of error in my logs? Do I need to crank > everything up to DEBUG?
It's very likely the Sungard CAS extensions don't have much logging, so turning up log level may not provide further information from within the Sungard stuff. But I trust their code isn't lying, so something on the server should be emitting an untrapped exception, which could go into catalina.out or localhost.log depending on container logging config. Keep searching for an exception is the best I can recommend. > Is anyone running these /bannerValidate mods with CAS 3.4.x? We're running them with 3.4.6 and it works according to the last report I got from our Banner team. Actually, I did have to tweak their source to accommodate 3.4.x IIRC. Unfortunately I can't send you a patch, but I can say it was a trivial change if you can get the source. The exception above may be related to the change I'm referring to; if you can find it please post and hopefully it will jog my memory. M -- 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
