2011-12-30 33 views
0

シングルサインオン認証用にCASを実装しています。私は次のエラーを取得していますSSLを使用してCASを実装する際に「NoSuchFlowExecutionException」例外が発生する

org.springframework.webflow.execution.repository.NoSuchFlowExecutionException: No flow execution could be found with key '_c642A7AC9-3721-0813-DF9B-9B90458DB0C9_kD14EEF54-E743-8317-8735-825AB028366B' -- perhaps this executing flow has ended or expired? This could happen if your users are relying on browser history (typically via the back button) that references ended flows.; nested exception is org.springframework.webflow.conversation.NoSuchConversationException: No conversation could be found with id '642A7AC9-3721-0813-DF9B-9B90458DB0C9' -- perhaps this conversation has ended? 
org.springframework.webflow.execution.repository.support.AbstractConversationFlowExecutionRepository.getConversation(AbstractConversationFlowExecutionRepository.java:229) 
org.springframework.webflow.execution.repository.support.AbstractConversationFlowExecutionRepository.getLock(AbstractConversationFlowExecutionRepository.java:119) 
org.springframework.webflow.executor.FlowExecutorImpl.resume(FlowExecutorImpl.java:217) 
org.springframework.webflow.executor.support.FlowRequestHandler.handleFlowRequest(FlowRequestHandler.java:111) 
org.springframework.webflow.executor.mvc.FlowController.handleRequestInternal(FlowController.java:165) 
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153) 
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48) 
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875) 
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809) 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571) 
org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:511) 
javax.servlet.http.HttpServlet.service(HttpServlet.java:710) 
javax.servlet.http.HttpServlet.service(HttpServlet.java:803) 
org.jasig.cas.web.init.SafeDispatcherServlet.service(SafeDispatcherServlet.java:115) 
org.inspektr.common.web.ClientInfoThreadLocalFilter.doFilterInternal(ClientInfoThreadLocalFilter.java:48) 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) 


root cause 

org.springframework.webflow.conversation.NoSuchConversationException: No conversation could be found with id '642A7AC9-3721-0813-DF9B-9B90458DB0C9' -- perhaps this conversation has ended? 
org.springframework.webflow.conversation.impl.ConversationContainer.getConversation(ConversationContainer.java:107) 
org.springframework.webflow.conversation.impl.SessionBindingConversationManager.getConversation(SessionBindingConversationManager.java:125) 
org.springframework.webflow.execution.repository.support.AbstractConversationFlowExecutionRepository.getConversation(AbstractConversationFlowExecutionRepository.java:227) 
org.springframework.webflow.execution.repository.support.AbstractConversationFlowExecutionRepository.getLock(AbstractConversationFlowExecutionRepository.java:119) 
org.springframework.webflow.executor.FlowExecutorImpl.resume(FlowExecutorImpl.java:217) 
org.springframework.webflow.executor.support.FlowRequestHandler.handleFlowRequest(FlowRequestHandler.java:111) 
org.springframework.webflow.executor.mvc.FlowController.handleRequestInternal(FlowController.java:165) 
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153) 
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48) 
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875) 
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809) 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571) 
org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:511) 
javax.servlet.http.HttpServlet.service(HttpServlet.java:710) 
javax.servlet.http.HttpServlet.service(HttpServlet.java:803) 
org.jasig.cas.web.init.SafeDispatcherServlet.service(SafeDispatcherServlet.java:115) 
org.inspektr.common.web.ClientInfoThreadLocalFilter.doFilterInternal(ClientInfoThreadLocalFilter.java:48) 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) 

誰もがこの1についての考えを持っている場合は、案内してください。

ありがとうございました。

"login-webflow.xml"に関連する何か手がかりを得ました。誰かがget..plzを元に戻した場合は見つかりました。

答えて

0

完了、証明書の名前に問題があり、証明書の名前がマシン番号として与えられ、機能しました。

関連する問題