2 Replies Latest reply on Jun 7, 2007 7:37 AM by kooudy

    Conversation recovery or destroy

    kooudy

      Hello,
      I have conversation, which is in inconsistent state:

      java.lang.IllegalStateException[pageflow is not currently at a <page> or <start-page> node (note that pageflows that begin during the RENDER_RESPONSE phase should use <start-page> instead of <start-state>)]


      Is there any possibility to get rid of this conversation? Or recovery it?

      Conversation is visible in SEAM conversations switcher, it is possible to switch to this conversation, but it is impossible to continue in pageflow, no actions are invoked on buttons clicks, no transitions.

        • 1. Re: Conversation recovery or destroy
          kooudy

          I see this in seam debug page even after i switch conversation by the help of conversation switcher (no further actions, only switch workspace, from no long running conversation to long running conversation):

          java.lang.IllegalStateException[pageflow is not currently at a <page> or <start-page> node (note that pageflows that begin during the RENDER_RESPONSE phase should use <start-page> instead of <start-state>)]


          • 2. Re: Conversation recovery or destroy
            kooudy

            please, when I switch from no-long-running conversation to long-running-conversation using seam switcher (defined by jPDL - pageflow) then in seam debug page I can see:

            java.lang.IllegalStateException[pageflow is not currently at a <page> or <start-page> node (note that pageflows that begin during the RENDER_RESPONSE phase should use <start-page> instead of <start-state>)]


            there have to be a bug ... help