You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org> on 2008/12/09 06:27:44 UTC

[jira] Created: (SANDESHA2-186) Persistance Recovery

Persistance Recovery
--------------------

                 Key: SANDESHA2-186
                 URL: https://issues.apache.org/jira/browse/SANDESHA2-186
             Project: Sandesha2
          Issue Type: Bug
            Reporter: Amila Chinthaka Suriarachchi


Sandesha2 can not start the sequences after a machine crash. The reason for this is that the workers are started at the create sequence time and they are not started at a server recovery.
A deployment Lifecycle listener can be used to solve this issue by starting the sequence workers for remaining sequences.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org


[jira] Commented: (SANDESHA2-186) Persistance Recovery

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SANDESHA2-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654706#action_12654706 ] 

Amila Chinthaka Suriarachchi commented on SANDESHA2-186:
--------------------------------------------------------

need to add the following entry to axis2.xml

<parameter name="deploymentLifeCycleListener">org.apache.sandesha2.listeners.Sandesha2LifeCycleListener</parameter>

> Persistance Recovery
> --------------------
>
>                 Key: SANDESHA2-186
>                 URL: https://issues.apache.org/jira/browse/SANDESHA2-186
>             Project: Sandesha2
>          Issue Type: Bug
>            Reporter: Amila Chinthaka Suriarachchi
>         Attachments: persistanceRecovery.txt
>
>
> Sandesha2 can not start the sequences after a machine crash. The reason for this is that the workers are started at the create sequence time and they are not started at a server recovery.
> A deployment Lifecycle listener can be used to solve this issue by starting the sequence workers for remaining sequences.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org


[jira] Resolved: (SANDESHA2-186) Persistance Recovery

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SANDESHA2-186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amila Chinthaka Suriarachchi resolved SANDESHA2-186.
----------------------------------------------------

    Resolution: Fixed

applied the patch

> Persistance Recovery
> --------------------
>
>                 Key: SANDESHA2-186
>                 URL: https://issues.apache.org/jira/browse/SANDESHA2-186
>             Project: Sandesha2
>          Issue Type: Bug
>            Reporter: Amila Chinthaka Suriarachchi
>         Attachments: persistanceRecovery.txt
>
>
> Sandesha2 can not start the sequences after a machine crash. The reason for this is that the workers are started at the create sequence time and they are not started at a server recovery.
> A deployment Lifecycle listener can be used to solve this issue by starting the sequence workers for remaining sequences.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org


[jira] Updated: (SANDESHA2-186) Persistance Recovery

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SANDESHA2-186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amila Chinthaka Suriarachchi updated SANDESHA2-186:
---------------------------------------------------

    Attachment: persistanceRecovery.txt

this patch starts the sequences at the sever start up.

> Persistance Recovery
> --------------------
>
>                 Key: SANDESHA2-186
>                 URL: https://issues.apache.org/jira/browse/SANDESHA2-186
>             Project: Sandesha2
>          Issue Type: Bug
>            Reporter: Amila Chinthaka Suriarachchi
>         Attachments: persistanceRecovery.txt
>
>
> Sandesha2 can not start the sequences after a machine crash. The reason for this is that the workers are started at the create sequence time and they are not started at a server recovery.
> A deployment Lifecycle listener can be used to solve this issue by starting the sequence workers for remaining sequences.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org