Jump to content
We've recently updated our Privacy Statement, available here ×

Error on logging in


umair

Recommended Posts

Sometimes, when i log in, Jasper Server throws the following error message:

 

org.springframework.webflow.executor.support.FlowExecutorArgumentExtractionException: Unable to extract the flow definition id parameter: make sure the client provides the '_flowId' parameter as input or set the 'defaultFlowId' property; the parameters provided in this request are: map[[empty]

rg.springframework.webflow.executor.support.FlowExecutorArgumentExtractionException: Unable to extract the flow definition id parameter: make sure the client provides the '_flowId' parameter as input or set the 'defaultFlowId' property; the parameters provided in this request are: map[[empty]]
at org.springframework.webflow.executor.support.RequestParameterFlowExecutorArgumentHandler.extractFlowId(RequestParameterFlowExecutorArgumentHandler.java:81)

Link to comment
Share on other sites

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

  • 1 month later...
This usually occurs when a webflow conversation has ended. You can easily reproduce it by engaging a flow conversation and wait for the flow timeout see SWF documentation. There ways to avoid SWF exceptions by defining Exception Resolvers with Spring. Hope this helps... BTW When are you planning to move to SWF 2.0?
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...