Never mind for this problem. I figured out where the 5 minute timeout was coming from.
On Tue, Apr 2, 2013 at 9:16 AM, Richard Versace <[email protected]>wrote: > A little more information now that I've had some time... > > This seems to occur after going to the login screen and then sitting idle > for a bit. About 5 minutes. When attempting to login after the 5 minutes > the screen accepts the login but then clears the fields and waits. > > I added logging for the webflow based on some hints from this post... > http://jasig.275507.n4.nabble.com/Spring-Webflow-Exceptions-td957058.html. > > What I see is the login ticket being created initially along with all of > the other bookkeeping. What I think I see next, after the wait and failed > login attempt, is the creation of a new login webflow. I never see the old > webflow disappear. > > Here are the last few / first few lines of the log where the "failed" > login occurs. > > Hopefully this will give someone a few more clues as to what is happening > here. > > Thanks, > > Rick. > > > > On Wed, Mar 13, 2013 at 10:37 AM, Richard Versace <[email protected]>wrote: > >> I've placed these 2 entries in the /opt/cas/log4j.xml files on both cas >> servers and restarted cas. >> >> <logger name="org.jasig.cas.authentication" additivity="true"> >> <level value="DEBUG" /> >> </logger> >> >> <logger name="org.springframework.ldap" additivity="true"> >> <level value="DEBUG" /> >> </logger> >> >> Now I'm waiting for someone to report the problem again. >> >> I'm not sure if this matters but I've been seeing these messages in >> catalina since the beginning of us using cas. >> >> log4j:WARN No appenders could be found for logger >> (org.springframework.web.context.ContextLoader). >> log4j:WARN Please initialize the log4j system properly. >> >> >> On Wed, Mar 13, 2013 at 9:24 AM, Marvin Addison <[email protected] >> > wrote: >> >>> > set to false... >>> > <property name="pooled" value="false"/> >>> >>> We need some CAS server logs to troubleshoot further. Put the >>> following logger categories in DEBUG: >>> >>> org.jasig.cas.authentication >>> org.springframework.ldap >>> >>> Once those categories are in place, reproduce the problem and post the >>> corresponding logs. >>> >>> 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 >>> >> >> > -- 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
