You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Charitha Kankanamge (JIRA)" <ji...@apache.org> on 2008/04/18 09:33:21 UTC

[jira] Created: (SYNAPSE-271) 'PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast' error occurs when running sample 200

'PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast' error occurs when running sample 200
----------------------------------------------------------------------------------------------------------------------------------------

                 Key: SYNAPSE-271
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-271
             Project: Synapse
          Issue Type: Bug
    Affects Versions: NIGHTLY
         Environment: ubuntu, jdk15
            Reporter: Charitha Kankanamge


Following error occurs when starting synapse with the sample 200 configuration.

org.apache.axis2.phaseresolver.PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast
        at org.apache.axis2.engine.Phase.insertHandler(Phase.java:247)
        at org.apache.axis2.engine.Phase.addHandler(Phase.java:149)
        at org.apache.axis2.phaseresolver.PhaseHolder.addHandler(PhaseHolder.java:73)
        at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToFlow(PhaseResolver.java:68)
        at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToOperation(PhaseResolver.java:104)
        at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToOperation(PhaseResolver.java:110)
        at org.apache.axis2.description.AxisOperation.onEngage(AxisOperation.java:158)
        at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
        at org.apache.axis2.description.AxisService.onEngage(AxisService.java:785)
        at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
        at org.apache.axis2.description.AxisServiceGroup.onEngage(AxisServiceGroup.java:134)
        at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
        at org.apache.axis2.engine.AxisConfiguration.onEngage(AxisConfiguration.java:481)
        at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
        at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:453)
        at org.apache.axis2.engine.AxisConfiguration.engageModule(AxisConfiguration.java:453)
        at org.apache.axis2.engine.AxisConfiguration.engageGlobalModules(AxisConfiguration.java:582)
        at org.apache.axis2.deployment.DeploymentEngine.engageModules(DeploymentEngine.java:615)
        at org.apache.axis2.deployment.FileSystemConfigurator.engageGlobalModules(FileSystemConfigurator.java:142)
        at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:81)
        at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:184)
        at org.apache.synapse.ServerManager.start(ServerManager.java:87)
        at org.apache.synapse.SynapseServer.main(SynapseServer.java:49)
2008-04-18 13:52:22,718 [127.0.0.1-testb] [main] FATAL ServerManager Startup failed...

Steps to reproduce:
================
1. Start the Synapse configuration numbered 200: i.e. synapse -sample 200


-- 
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: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Updated: (SYNAPSE-271) 'PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast' error occurs when running sample 200

Posted by "Ruwan Linton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ruwan Linton updated SYNAPSE-271:
---------------------------------

    Fix Version/s: 1.2

putting the fix version as 1.2

> 'PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast' error occurs when running sample 200
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-271
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-271
>             Project: Synapse
>          Issue Type: Bug
>    Affects Versions: NIGHTLY
>         Environment: ubuntu, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Ruwan Linton
>             Fix For: 1.2
>
>
> Following error occurs when starting synapse with the sample 200 configuration.
> org.apache.axis2.phaseresolver.PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast
>         at org.apache.axis2.engine.Phase.insertHandler(Phase.java:247)
>         at org.apache.axis2.engine.Phase.addHandler(Phase.java:149)
>         at org.apache.axis2.phaseresolver.PhaseHolder.addHandler(PhaseHolder.java:73)
>         at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToFlow(PhaseResolver.java:68)
>         at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToOperation(PhaseResolver.java:104)
>         at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToOperation(PhaseResolver.java:110)
>         at org.apache.axis2.description.AxisOperation.onEngage(AxisOperation.java:158)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.description.AxisService.onEngage(AxisService.java:785)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.description.AxisServiceGroup.onEngage(AxisServiceGroup.java:134)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.engine.AxisConfiguration.onEngage(AxisConfiguration.java:481)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:453)
>         at org.apache.axis2.engine.AxisConfiguration.engageModule(AxisConfiguration.java:453)
>         at org.apache.axis2.engine.AxisConfiguration.engageGlobalModules(AxisConfiguration.java:582)
>         at org.apache.axis2.deployment.DeploymentEngine.engageModules(DeploymentEngine.java:615)
>         at org.apache.axis2.deployment.FileSystemConfigurator.engageGlobalModules(FileSystemConfigurator.java:142)
>         at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:81)
>         at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:184)
>         at org.apache.synapse.ServerManager.start(ServerManager.java:87)
>         at org.apache.synapse.SynapseServer.main(SynapseServer.java:49)
> 2008-04-18 13:52:22,718 [127.0.0.1-testb] [main] FATAL ServerManager Startup failed...
> Steps to reproduce:
> ================
> 1. Start the Synapse configuration numbered 200: i.e. synapse -sample 200

-- 
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: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Closed: (SYNAPSE-271) 'PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast' error occurs when running sample 200

Posted by "Charitha Kankanamge (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Charitha Kankanamge closed SYNAPSE-271.
---------------------------------------


Closed the bug.

> 'PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast' error occurs when running sample 200
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-271
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-271
>             Project: Synapse
>          Issue Type: Bug
>    Affects Versions: NIGHTLY
>         Environment: ubuntu, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Ruwan Linton
>             Fix For: 1.2
>
>         Attachments: SYNAPSE-271.patch
>
>
> Following error occurs when starting synapse with the sample 200 configuration.
> org.apache.axis2.phaseresolver.PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast
>         at org.apache.axis2.engine.Phase.insertHandler(Phase.java:247)
>         at org.apache.axis2.engine.Phase.addHandler(Phase.java:149)
>         at org.apache.axis2.phaseresolver.PhaseHolder.addHandler(PhaseHolder.java:73)
>         at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToFlow(PhaseResolver.java:68)
>         at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToOperation(PhaseResolver.java:104)
>         at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToOperation(PhaseResolver.java:110)
>         at org.apache.axis2.description.AxisOperation.onEngage(AxisOperation.java:158)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.description.AxisService.onEngage(AxisService.java:785)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.description.AxisServiceGroup.onEngage(AxisServiceGroup.java:134)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.engine.AxisConfiguration.onEngage(AxisConfiguration.java:481)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:453)
>         at org.apache.axis2.engine.AxisConfiguration.engageModule(AxisConfiguration.java:453)
>         at org.apache.axis2.engine.AxisConfiguration.engageGlobalModules(AxisConfiguration.java:582)
>         at org.apache.axis2.deployment.DeploymentEngine.engageModules(DeploymentEngine.java:615)
>         at org.apache.axis2.deployment.FileSystemConfigurator.engageGlobalModules(FileSystemConfigurator.java:142)
>         at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:81)
>         at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:184)
>         at org.apache.synapse.ServerManager.start(ServerManager.java:87)
>         at org.apache.synapse.SynapseServer.main(SynapseServer.java:49)
> 2008-04-18 13:52:22,718 [127.0.0.1-testb] [main] FATAL ServerManager Startup failed...
> Steps to reproduce:
> ================
> 1. Start the Synapse configuration numbered 200: i.e. synapse -sample 200

-- 
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: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Commented: (SYNAPSE-271) 'PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast' error occurs when running sample 200

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNAPSE-271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590882#action_12590882 ] 

Deepal Jayasinghe commented on SYNAPSE-271:
-------------------------------------------

I have fixed the issue in Axis2 trunk , but I did not commit my changes to the Axis2 1.4 branch. I will create a patch and attach here.

Thank you!
Deepal

> 'PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast' error occurs when running sample 200
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-271
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-271
>             Project: Synapse
>          Issue Type: Bug
>    Affects Versions: NIGHTLY
>         Environment: ubuntu, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Ruwan Linton
>             Fix For: 1.2
>
>         Attachments: SYNAPSE-271.patch
>
>
> Following error occurs when starting synapse with the sample 200 configuration.
> org.apache.axis2.phaseresolver.PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast
>         at org.apache.axis2.engine.Phase.insertHandler(Phase.java:247)
>         at org.apache.axis2.engine.Phase.addHandler(Phase.java:149)
>         at org.apache.axis2.phaseresolver.PhaseHolder.addHandler(PhaseHolder.java:73)
>         at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToFlow(PhaseResolver.java:68)
>         at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToOperation(PhaseResolver.java:104)
>         at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToOperation(PhaseResolver.java:110)
>         at org.apache.axis2.description.AxisOperation.onEngage(AxisOperation.java:158)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.description.AxisService.onEngage(AxisService.java:785)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.description.AxisServiceGroup.onEngage(AxisServiceGroup.java:134)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.engine.AxisConfiguration.onEngage(AxisConfiguration.java:481)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:453)
>         at org.apache.axis2.engine.AxisConfiguration.engageModule(AxisConfiguration.java:453)
>         at org.apache.axis2.engine.AxisConfiguration.engageGlobalModules(AxisConfiguration.java:582)
>         at org.apache.axis2.deployment.DeploymentEngine.engageModules(DeploymentEngine.java:615)
>         at org.apache.axis2.deployment.FileSystemConfigurator.engageGlobalModules(FileSystemConfigurator.java:142)
>         at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:81)
>         at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:184)
>         at org.apache.synapse.ServerManager.start(ServerManager.java:87)
>         at org.apache.synapse.SynapseServer.main(SynapseServer.java:49)
> 2008-04-18 13:52:22,718 [127.0.0.1-testb] [main] FATAL ServerManager Startup failed...
> Steps to reproduce:
> ================
> 1. Start the Synapse configuration numbered 200: i.e. synapse -sample 200

-- 
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: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Commented: (SYNAPSE-271) 'PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast' error occurs when running sample 200

Posted by "Ruwan Linton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNAPSE-271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590944#action_12590944 ] 

Ruwan Linton commented on SYNAPSE-271:
--------------------------------------

Created an issue on axis2 and hope we will be able to get this fixed before the 1.4 release

https://issues.apache.org/jira/browse/AXIS2-3757

> 'PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast' error occurs when running sample 200
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-271
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-271
>             Project: Synapse
>          Issue Type: Bug
>    Affects Versions: NIGHTLY
>         Environment: ubuntu, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Ruwan Linton
>             Fix For: 1.2
>
>         Attachments: SYNAPSE-271.patch
>
>
> Following error occurs when starting synapse with the sample 200 configuration.
> org.apache.axis2.phaseresolver.PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast
>         at org.apache.axis2.engine.Phase.insertHandler(Phase.java:247)
>         at org.apache.axis2.engine.Phase.addHandler(Phase.java:149)
>         at org.apache.axis2.phaseresolver.PhaseHolder.addHandler(PhaseHolder.java:73)
>         at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToFlow(PhaseResolver.java:68)
>         at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToOperation(PhaseResolver.java:104)
>         at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToOperation(PhaseResolver.java:110)
>         at org.apache.axis2.description.AxisOperation.onEngage(AxisOperation.java:158)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.description.AxisService.onEngage(AxisService.java:785)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.description.AxisServiceGroup.onEngage(AxisServiceGroup.java:134)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.engine.AxisConfiguration.onEngage(AxisConfiguration.java:481)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:453)
>         at org.apache.axis2.engine.AxisConfiguration.engageModule(AxisConfiguration.java:453)
>         at org.apache.axis2.engine.AxisConfiguration.engageGlobalModules(AxisConfiguration.java:582)
>         at org.apache.axis2.deployment.DeploymentEngine.engageModules(DeploymentEngine.java:615)
>         at org.apache.axis2.deployment.FileSystemConfigurator.engageGlobalModules(FileSystemConfigurator.java:142)
>         at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:81)
>         at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:184)
>         at org.apache.synapse.ServerManager.start(ServerManager.java:87)
>         at org.apache.synapse.SynapseServer.main(SynapseServer.java:49)
> 2008-04-18 13:52:22,718 [127.0.0.1-testb] [main] FATAL ServerManager Startup failed...
> Steps to reproduce:
> ================
> 1. Start the Synapse configuration numbered 200: i.e. synapse -sample 200

-- 
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: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Assigned: (SYNAPSE-271) 'PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast' error occurs when running sample 200

Posted by "Ruwan Linton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ruwan Linton reassigned SYNAPSE-271:
------------------------------------

    Assignee: Ruwan Linton

> 'PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast' error occurs when running sample 200
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-271
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-271
>             Project: Synapse
>          Issue Type: Bug
>    Affects Versions: NIGHTLY
>         Environment: ubuntu, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Ruwan Linton
>             Fix For: 1.2
>
>
> Following error occurs when starting synapse with the sample 200 configuration.
> org.apache.axis2.phaseresolver.PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast
>         at org.apache.axis2.engine.Phase.insertHandler(Phase.java:247)
>         at org.apache.axis2.engine.Phase.addHandler(Phase.java:149)
>         at org.apache.axis2.phaseresolver.PhaseHolder.addHandler(PhaseHolder.java:73)
>         at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToFlow(PhaseResolver.java:68)
>         at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToOperation(PhaseResolver.java:104)
>         at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToOperation(PhaseResolver.java:110)
>         at org.apache.axis2.description.AxisOperation.onEngage(AxisOperation.java:158)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.description.AxisService.onEngage(AxisService.java:785)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.description.AxisServiceGroup.onEngage(AxisServiceGroup.java:134)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.engine.AxisConfiguration.onEngage(AxisConfiguration.java:481)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:453)
>         at org.apache.axis2.engine.AxisConfiguration.engageModule(AxisConfiguration.java:453)
>         at org.apache.axis2.engine.AxisConfiguration.engageGlobalModules(AxisConfiguration.java:582)
>         at org.apache.axis2.deployment.DeploymentEngine.engageModules(DeploymentEngine.java:615)
>         at org.apache.axis2.deployment.FileSystemConfigurator.engageGlobalModules(FileSystemConfigurator.java:142)
>         at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:81)
>         at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:184)
>         at org.apache.synapse.ServerManager.start(ServerManager.java:87)
>         at org.apache.synapse.SynapseServer.main(SynapseServer.java:49)
> 2008-04-18 13:52:22,718 [127.0.0.1-testb] [main] FATAL ServerManager Startup failed...
> Steps to reproduce:
> ================
> 1. Start the Synapse configuration numbered 200: i.e. synapse -sample 200

-- 
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: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Commented: (SYNAPSE-271) 'PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast' error occurs when running sample 200

Posted by "Ruwan Linton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNAPSE-271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590849#action_12590849 ] 

Ruwan Linton commented on SYNAPSE-271:
--------------------------------------

This is due to an issue in axis2 Phase.java class, we will try our best to get this fix into axis2 before the 1.4 release

> 'PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast' error occurs when running sample 200
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-271
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-271
>             Project: Synapse
>          Issue Type: Bug
>    Affects Versions: NIGHTLY
>         Environment: ubuntu, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Ruwan Linton
>             Fix For: 1.2
>
>
> Following error occurs when starting synapse with the sample 200 configuration.
> org.apache.axis2.phaseresolver.PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast
>         at org.apache.axis2.engine.Phase.insertHandler(Phase.java:247)
>         at org.apache.axis2.engine.Phase.addHandler(Phase.java:149)
>         at org.apache.axis2.phaseresolver.PhaseHolder.addHandler(PhaseHolder.java:73)
>         at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToFlow(PhaseResolver.java:68)
>         at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToOperation(PhaseResolver.java:104)
>         at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToOperation(PhaseResolver.java:110)
>         at org.apache.axis2.description.AxisOperation.onEngage(AxisOperation.java:158)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.description.AxisService.onEngage(AxisService.java:785)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.description.AxisServiceGroup.onEngage(AxisServiceGroup.java:134)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.engine.AxisConfiguration.onEngage(AxisConfiguration.java:481)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:453)
>         at org.apache.axis2.engine.AxisConfiguration.engageModule(AxisConfiguration.java:453)
>         at org.apache.axis2.engine.AxisConfiguration.engageGlobalModules(AxisConfiguration.java:582)
>         at org.apache.axis2.deployment.DeploymentEngine.engageModules(DeploymentEngine.java:615)
>         at org.apache.axis2.deployment.FileSystemConfigurator.engageGlobalModules(FileSystemConfigurator.java:142)
>         at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:81)
>         at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:184)
>         at org.apache.synapse.ServerManager.start(ServerManager.java:87)
>         at org.apache.synapse.SynapseServer.main(SynapseServer.java:49)
> 2008-04-18 13:52:22,718 [127.0.0.1-testb] [main] FATAL ServerManager Startup failed...
> Steps to reproduce:
> ================
> 1. Start the Synapse configuration numbered 200: i.e. synapse -sample 200

-- 
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: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Resolved: (SYNAPSE-271) 'PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast' error occurs when running sample 200

Posted by "Ruwan Linton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ruwan Linton resolved SYNAPSE-271.
----------------------------------

    Resolution: Fixed

Dims has fixed the issue on the axis2 1.4 branch and will be available to us with the 1.4 release. Thanks Dims.

> 'PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast' error occurs when running sample 200
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-271
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-271
>             Project: Synapse
>          Issue Type: Bug
>    Affects Versions: NIGHTLY
>         Environment: ubuntu, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Ruwan Linton
>             Fix For: 1.2
>
>         Attachments: SYNAPSE-271.patch
>
>
> Following error occurs when starting synapse with the sample 200 configuration.
> org.apache.axis2.phaseresolver.PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast
>         at org.apache.axis2.engine.Phase.insertHandler(Phase.java:247)
>         at org.apache.axis2.engine.Phase.addHandler(Phase.java:149)
>         at org.apache.axis2.phaseresolver.PhaseHolder.addHandler(PhaseHolder.java:73)
>         at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToFlow(PhaseResolver.java:68)
>         at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToOperation(PhaseResolver.java:104)
>         at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToOperation(PhaseResolver.java:110)
>         at org.apache.axis2.description.AxisOperation.onEngage(AxisOperation.java:158)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.description.AxisService.onEngage(AxisService.java:785)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.description.AxisServiceGroup.onEngage(AxisServiceGroup.java:134)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.engine.AxisConfiguration.onEngage(AxisConfiguration.java:481)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:453)
>         at org.apache.axis2.engine.AxisConfiguration.engageModule(AxisConfiguration.java:453)
>         at org.apache.axis2.engine.AxisConfiguration.engageGlobalModules(AxisConfiguration.java:582)
>         at org.apache.axis2.deployment.DeploymentEngine.engageModules(DeploymentEngine.java:615)
>         at org.apache.axis2.deployment.FileSystemConfigurator.engageGlobalModules(FileSystemConfigurator.java:142)
>         at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:81)
>         at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:184)
>         at org.apache.synapse.ServerManager.start(ServerManager.java:87)
>         at org.apache.synapse.SynapseServer.main(SynapseServer.java:49)
> 2008-04-18 13:52:22,718 [127.0.0.1-testb] [main] FATAL ServerManager Startup failed...
> Steps to reproduce:
> ================
> 1. Start the Synapse configuration numbered 200: i.e. synapse -sample 200

-- 
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: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Commented: (SYNAPSE-271) 'PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast' error occurs when running sample 200

Posted by "Evanthika Amarasiri (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNAPSE-271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596272#action_12596272 ] 

Evanthika Amarasiri commented on SYNAPSE-271:
---------------------------------------------

When starting sample 200, no exception are given anymore. Tested on 1.2_SNAPSHOT. The issue can be closed

> 'PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast' error occurs when running sample 200
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-271
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-271
>             Project: Synapse
>          Issue Type: Bug
>    Affects Versions: NIGHTLY
>         Environment: ubuntu, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Ruwan Linton
>             Fix For: 1.2
>
>         Attachments: SYNAPSE-271.patch
>
>
> Following error occurs when starting synapse with the sample 200 configuration.
> org.apache.axis2.phaseresolver.PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast
>         at org.apache.axis2.engine.Phase.insertHandler(Phase.java:247)
>         at org.apache.axis2.engine.Phase.addHandler(Phase.java:149)
>         at org.apache.axis2.phaseresolver.PhaseHolder.addHandler(PhaseHolder.java:73)
>         at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToFlow(PhaseResolver.java:68)
>         at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToOperation(PhaseResolver.java:104)
>         at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToOperation(PhaseResolver.java:110)
>         at org.apache.axis2.description.AxisOperation.onEngage(AxisOperation.java:158)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.description.AxisService.onEngage(AxisService.java:785)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.description.AxisServiceGroup.onEngage(AxisServiceGroup.java:134)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.engine.AxisConfiguration.onEngage(AxisConfiguration.java:481)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:453)
>         at org.apache.axis2.engine.AxisConfiguration.engageModule(AxisConfiguration.java:453)
>         at org.apache.axis2.engine.AxisConfiguration.engageGlobalModules(AxisConfiguration.java:582)
>         at org.apache.axis2.deployment.DeploymentEngine.engageModules(DeploymentEngine.java:615)
>         at org.apache.axis2.deployment.FileSystemConfigurator.engageGlobalModules(FileSystemConfigurator.java:142)
>         at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:81)
>         at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:184)
>         at org.apache.synapse.ServerManager.start(ServerManager.java:87)
>         at org.apache.synapse.SynapseServer.main(SynapseServer.java:49)
> 2008-04-18 13:52:22,718 [127.0.0.1-testb] [main] FATAL ServerManager Startup failed...
> Steps to reproduce:
> ================
> 1. Start the Synapse configuration numbered 200: i.e. synapse -sample 200

-- 
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: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Updated: (SYNAPSE-271) 'PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast' error occurs when running sample 200

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe updated SYNAPSE-271:
--------------------------------------

    Attachment: SYNAPSE-271.patch

> 'PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast' error occurs when running sample 200
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-271
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-271
>             Project: Synapse
>          Issue Type: Bug
>    Affects Versions: NIGHTLY
>         Environment: ubuntu, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Ruwan Linton
>             Fix For: 1.2
>
>         Attachments: SYNAPSE-271.patch
>
>
> Following error occurs when starting synapse with the sample 200 configuration.
> org.apache.axis2.phaseresolver.PhaseException: Can't insert handler after handler 'SynapseDispatcher', which is marked phaseLast
>         at org.apache.axis2.engine.Phase.insertHandler(Phase.java:247)
>         at org.apache.axis2.engine.Phase.addHandler(Phase.java:149)
>         at org.apache.axis2.phaseresolver.PhaseHolder.addHandler(PhaseHolder.java:73)
>         at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToFlow(PhaseResolver.java:68)
>         at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToOperation(PhaseResolver.java:104)
>         at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToOperation(PhaseResolver.java:110)
>         at org.apache.axis2.description.AxisOperation.onEngage(AxisOperation.java:158)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.description.AxisService.onEngage(AxisService.java:785)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.description.AxisServiceGroup.onEngage(AxisServiceGroup.java:134)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.engine.AxisConfiguration.onEngage(AxisConfiguration.java:481)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:490)
>         at org.apache.axis2.description.AxisDescription.engageModule(AxisDescription.java:453)
>         at org.apache.axis2.engine.AxisConfiguration.engageModule(AxisConfiguration.java:453)
>         at org.apache.axis2.engine.AxisConfiguration.engageGlobalModules(AxisConfiguration.java:582)
>         at org.apache.axis2.deployment.DeploymentEngine.engageModules(DeploymentEngine.java:615)
>         at org.apache.axis2.deployment.FileSystemConfigurator.engageGlobalModules(FileSystemConfigurator.java:142)
>         at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:81)
>         at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:184)
>         at org.apache.synapse.ServerManager.start(ServerManager.java:87)
>         at org.apache.synapse.SynapseServer.main(SynapseServer.java:49)
> 2008-04-18 13:52:22,718 [127.0.0.1-testb] [main] FATAL ServerManager Startup failed...
> Steps to reproduce:
> ================
> 1. Start the Synapse configuration numbered 200: i.e. synapse -sample 200

-- 
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: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org