Я получаю org.springframework.webflow.execution.repository.snapshot.SnapshotNotFound
Исключение в производственной среде, однако я не могу повторить эту проблему в среде разработки.Любая помощь по этому вопросу приветствуется
URL: - /path?execution=e5s6
Я также определил максимальный снимок
<webflow:flow-executor id="flowExecutor" flow-registry="flowRegistry" >
<webflow:flow-execution-listeners>
<webflow:listener ref="loggingListener"/>
</webflow:flow-execution-listeners>
<webflow:flow-execution-repository max-executions="5" max-execution-snapshots="50" />
</webflow:flow-executor>
И трассировка стека ошибок здесь
org.springframework.webflow.execution.repository.snapshot.SnapshotNotFoundException: No flow execution snapshot could be found with id '7';
perhaps the snapshot has been removed? at
org.springframework.webflow.execution.repository.impl.SimpleFlowExecutionSnapshotGroup.getSnapshot(SimpleFlowExecutionSnapshotGroup.java:73) at
org.springframework.webflow.execution.repository.impl.DefaultFlowExecutionRepository.getFlowExecution(DefaultFlowExecutionRepository.java:111) at
org.springframework.webflow.executor.FlowExecutorImpl.resumeExecution(FlowExecutorImpl.java:168) at
org.springframework.webflow.mvc.servlet.FlowHandlerAdapter.handle(FlowHandlerAdapter.java:228) at
org.springframework.webflow.mvc.servlet.FlowController.handleRequest(FlowController.java:174) at