Hi Carlos, 

 

I had customized the existing login page i.e.  casLoginView.jsp and 
casLogoutView.jsp

Following are the hidden fields in my login form:

<input type="hidden" name="lt" value="${loginTicket}" />

<input type="hidden" name="execution" value="${flowExecutionKey}" />

<input type="hidden" name="_eventId" value="submit" />

 

Thanks & regards

Puneet Goyal

From: Carlos Fernandez [mailto:[email protected]] 
Sent: Friday, January 02, 2015 10:19 PM
To: [email protected]
Subject: Re: [cas-user] Nested Servlet Exception During Load testing with CAS

 

Hi, Puneet,

 

Does your CAS installation use a custom login page? If so, check that the login 
form includes the hidden "execution" field. Check the default casLoginPage.jsp 
for reference on which JSP variable to use to populate the field's value.

Best regards,

--

Carlos M. Fernández

Sr. Enterprise Systems Admin

Saint Joseph's University

W: 610-660-1501

M: 215-316-1193

E: [email protected]


On Jan 2, 2015, at 01:33, Puneet Goyal <[email protected]> wrote:

Hi, 

I'm using CAS 4.0 and during a load test i'm getting the following errors:

org.springframework.web.util.NestedServletException: Request processing failed; 
nested exception is 
org.springframework.webflow.execution.repository.BadlyFormattedFlowExecutionKeyException:
 Badly formatted flow execution key 'NOTFOUND', the expected format is 
'e<executionId>s<snapshotId>' 

This is similar to the exception stated in  CAS-1142 and the solution proposed 
in CAS-1142 is already present in CAS 4.0’s XML config.

        i.e.  <webflow:redirect-in-same-state value="false" /> in 
cas-servlet.xml

Has anybody experienced this. Please suggest what could be the problem.

 

Thanks

Puneet Goyal

 

-- 
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

Reply via email to