jeudi 19 juin 2014

Web flow Exception: No flow execution snapshot could be found with id '1'


Vote count:

0




I am getting below exception whenever I switch one state to another more then 15 times in web-flow.



No flow execution snapshot could be found with id '1'; perhaps the snapshot has been removed? . Stacktrace follows:
org.springframework.webflow.execution.repository.FlowExecutionRestorationFailureException: A problem occurred restoring the flow execution with key 'e7s1'
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: org.springframework.webflow.execution.repository.snapshot.SnapshotNotFoundException: No flow execution snapshot could be found with id '1'; perhaps the snapshot has been removed?
... 3 more


I am using grails webflow plug-in.


Are anyone have any idea why this is occurring and how to resolve this?



asked 1 min ago






1 commentaire:

  1. I am getting this exception after I have added the spring-session into the application .When I create a class like this the error occurs.
    public class SpringSessionInitializer extends AbstractHttpSessionApplicationInitializer {
    }

    RépondreSupprimer