Results 1 to 3 of 3

Thread: Webflow 2.3.1 with Hibernate 4 - webflow.conversation.impl.LockTimeoutException

Hybrid View

  1. #1
    Join Date
    Apr 2008
    Posts
    22

    Question Webflow 2.3.1 with Hibernate 4 - webflow.conversation.impl.LockTimeoutException

    Hi.

    I was using spring webflow 2.3.1 with hibernate 3.6.9.FINAL and JPA 2.0.

    Everything worked well until yesterday, when i updated hibernate to version 4. Suddenly i started to get:

    Code:
    DEBUG: org.springframework.web.servlet.handler.SimpleMappingExceptionResolver - Resolving exception from handler [[FlowHandlerMapping.DefaultFlowHandler@6bea9919]]: org.springframework.webflow.conversation.impl.LockTimeoutException: Unable to acquire conversation lock after 30 seconds
    DEBUG: org.springframework.web.servlet.handler.SimpleMappingExceptionResolver - Resolving to default view 'uncaughtException' for exception of type [org.springframework.webflow.conversation.impl.LockTimeoutException]
    DEBUG: org.springframework.web.servlet.handler.SimpleMappingExceptionResolver - Exposing Exception as model attribute 'exception'
    DEBUG: org.springframework.web.servlet.DispatcherServlet - Handler execution resulted in exception - forwarding to resolved error view: ModelAndView: reference to view with name 'uncaughtException'; model is {exception=org.springframework.webflow.conversation.impl.LockTimeoutException: Unable to acquire conversation lock after 30 seconds}
    org.springframework.webflow.conversation.impl.LockTimeoutException: Unable to acquire conversation lock after 30 seconds
           at org.springframework.webflow.conversation.impl.JdkConcurrentConversationLock.lock(JdkConcurrentConversationLock.java:44)
           at org.springframework.webflow.conversation.impl.ContainedConversation.lock(ContainedConversation.java:69)
           at org.springframework.webflow.execution.repository.support.ConversationBackedFlowExecutionLock.lock(ConversationBackedFlowExecutionLock.java:51)
           at org.springframework.webflow.executor.FlowExecutorImpl.resumeExecution(FlowExecutorImpl.java:166)
           at org.springframework.webflow.mvc.servlet.FlowHandlerAdapter.handle(FlowHandlerAdapter.java:183)
           at org.springframework.faces.webflow.JsfFlowHandlerAdapter.handle(JsfFlowHandlerAdapter.java:48)
           at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
           at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
           at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
           at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
    Does anyone knows what could be the cause of this problem?

    Thanks in advance

    Best regards
    Last edited by jsimas; Aug 17th, 2012 at 09:10 AM. Reason: Updated title for visibility
    Joćo Simas
    Software Engineer @ Glintt

  2. #2
    Join Date
    Apr 2008
    Posts
    22

    Default

    Does someone has an idea about this subject?

    Thanks.

    Best Regards
    Joćo Simas
    Software Engineer @ Glintt

  3. #3

    Default

    Anybody resolved this problem?

    I need the solution.

    Sukanta

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •