I did some googling and dug through some of the tomcat logs looking for the PermGen issue. I don't see anything to indicate that's the problem. But, it was definitely something I hadn't thought of. Thanks!
Asside from not finding anything in the logs, from what I read, that error primarily occurs when you're deploying lots of apps or apps with lots of classes. I don't know if CAS would qualify as that, but I do know that we're not cycling out war files. Also, I do a service restart on Tomcat anytime I replace the war file to avoid any issues. Jérôme, Which version of CAS do you use ? 3.5.2 Do you see a round-trip to the CAS server (HTTP 302 to /cas/login) when you try to save an update ? Yes, I am seeing HTTP 302 in the logs when this happens, but I don't see "- Found" like I'm used to seeing. Then I get several web objects with status code 304. For example: 139.62.125.154 - - [07/May/2013:13:24:53 -0400] "GET /services/j_acegi_cas_security_check?ticket=<ticket data> HTTP/1.1" 302 - 139.62.125.154 - - [07/May/2013:13:24:53 -0400] "GET /services/manage.html HTTP/1.1" 200 9601 139.62.125.154 - - [07/May/2013:13:24:53 -0400] "GET /css/services/cas.css HTTP/1.1" 304 - 139.62.125.154 - - [07/May/2013:13:24:53 -0400] "GET /js/cas.js HTTP/1.1" 304 - 139.62.125.154 - - [07/May/2013:13:24:53 -0400] "GET /js/MyInfusion.js HTTP/1.1" 304 - 139.62.125.154 - - [07/May/2013:13:24:53 -0400] "GET /js/services.js HTTP/1.1" 304 - 139.62.125.154 - - [07/May/2013:13:24:53 -0400] "GET /images/services/true.gif HTTP/1.1" 304 - 139.62.125.154 - - [07/May/2013:13:24:53 -0400] "GET /images/services/false.gif HTTP/1.1" 304 - Geoff -----Original Message----- From: Alberto Cabello Sanchez [mailto:[email protected]] Sent: Monday, May 6, 2013 4:27 PM To: [email protected] Subject: Re: [cas-user] Changes not saving in Services Managment > I'm having an intermittent problem with Tomcat/CAS were sometimes I'll > click a link or button, etc and the page will flash like it's doing a > GET/POST and then nothing happens. > > For instance: I'm trying to make a change to service in the Services > Manager and I click save, it does it's post and redirects me to > ManageServices main page, but the change didn't save. Often, I'll > click edit to go into one and the browser flashes like it's about to go the > next page, but it just leaves me where I started. > > Is this a caching problem with the Tomcat server or is this a CAS > problem... Any ideas? Hi, Geoff. I ran into that same trouble while setting up CAS for the first time. I think it has to do with the infamous Tomcat "PermGen space error", but I didn't wrote it down :( Please check Tomcat log files and look for some clue. > Geoff > > -- > 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
