This error actually happened while I was using Chrome. It also happened using IE7 later. This happens very sporadically. I thought it had something to do with that LT parameter, but I didn't modify that parameter. Just commented out the warn parameter and took out all of the locale options. It happened when I first browsed to the service, was prompted with the cas login page and then hit submit, with the only delay being how long it too me to input my netid/password. It would clear the inputs and put the cursor back into the netid field. Then on the second try, it would allow me go on through. Thanks, Jeremy
>>> Marvin Addison <[email protected]> 12/10/2009 10:57 AM >>> > org.springframework.webflow.execution.repository.NoSuchFlowExecutionException: > No flow execution could be found with key > '_c76FD9404-2B43-A91B-48CD-15889EB77032_kDC3C4C51-C887-4E29-35A1-D01475FF982D' This error is thrown most commonly when the container session expires causing the Web Flow state to disappear in the process. In practical terms this happens if a user arrives at the CAS login form, is interrupted, then submits the form several minutes later. Do you see this error every time or intermittently? I wonder if your login form customizations have interfered with maitaining your LT, which in this implementation is the Spring Webflow execution key. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja ( 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
