Re: [Carbon-dev] ESB Sample test framework

2012-02-02 Thread Chamara Silva
Framework doesn't start-up multiple esb instances at the same time. It should start one instance for a one test and shut down end of the test case. But there was s issue during the server shut down. issue was new esb instance starting before shut down previous esb instance during the test case tran

Re: [Carbon-dev] ESB Sample test framework

2012-02-02 Thread Charitha Kankanamge
I'm getting the following error. It seems the framework is trying to start 2 ESB instances in the same port. When I checked "ps -ef|grep wso2" after getting this error, I can see 2 ESB processes are running. 2012-02-02 14:40:03,127 [-] [SynapseServerForSample1 thread] INFO ServerStartupManager or

Re: [Carbon-dev] ESB Sample test framework

2012-02-02 Thread Chamara Silva
Thanks krishantha chamara Silva On Thu, Feb 2, 2012 at 1:58 PM, Krishantha Samaraweera wrote: > Chamara, Please check whether the port is open or not after each shutdown > request. Please refer [1]. > > Thanks, > Krishantha. > > [1] > https://svn.wso2.org/repos/wso2/trunk/carbon/platform-integra

Re: [Carbon-dev] ESB Sample test framework

2012-02-02 Thread Krishantha Samaraweera
Chamara, Please check whether the port is open or not after each shutdown request. Please refer [1]. Thanks, Krishantha. [1] https://svn.wso2.org/repos/wso2/trunk/carbon/platform-integration/system-test-framework/core/org.wso2.platform.integration.core/src/main/java/org/wso2/platform/test/core/Se

Re: [Carbon-dev] ESB Sample test framework

2012-02-02 Thread Evanthika Amarasiri
Hi Chamara, I came across the following exception as well. Any idea what this is? Is this a configuration/setup issue? 2012-02-02 13:47:23,620 [-] [Thread-9] INFO ServerStartupManager [2012-02-02 13:47:23,620] INFO - TimeoutHandler This engine will expire all callbacks after : 86400 seconds, ir

Re: [Carbon-dev] ESB Sample test framework

2012-02-02 Thread Krishantha Samaraweera
I see this issue while gracefully shutting down the server. It might be due to another test trying to start its execution while shutting down the server. Hence you see 'Access Denied' message. Thanks, Krishantha. On Thu, Feb 2, 2012 at 1:42 PM, Chamara Silva wrote: > Look in to the issue. > > T

Re: [Carbon-dev] ESB Sample test framework

2012-02-02 Thread Chamara Silva
Look in to the issue. Thanks, Chamara Silva On Thu, Feb 2, 2012 at 1:19 PM, Sandapa Handakumbura wrote: > Hi Chamara, > > I also got the same exception while executing the tests and there was no > other ESB running on my machine. > > Regards, > Sandapa > > > On Thu, Feb 2, 2012 at 12:30 PM, Ev

Re: [Carbon-dev] ESB Sample test framework

2012-02-01 Thread Sandapa Handakumbura
Hi Chamara, I also got the same exception while executing the tests and there was no other ESB running on my machine. Regards, Sandapa On Thu, Feb 2, 2012 at 12:30 PM, Evanthika Amarasiri wrote: > Maybe we should give more information in the README.txt explaining about > these stuff. > > Regar

Re: [Carbon-dev] ESB Sample test framework

2012-02-01 Thread Evanthika Amarasiri
Maybe we should give more information in the README.txt explaining about these stuff. Regards, Evanthika On Thu, Feb 2, 2012 at 12:12 PM, Chamara Silva wrote: > It seems another esb instance already running before you start the > framework. Pls note that no need to start esb or axis2 servers ma

Re: [Carbon-dev] ESB Sample test framework

2012-02-01 Thread Chamara Silva
It seems another esb instance already running before you start the framework. Pls note that no need to start esb or axis2 servers manually to run this framework. Thanks, Chamara silva On Thursday, February 2, 2012, Evanthika Amarasiri wrote: > Hi Chamara, > > When executing the tests, I'm contin

Re: [Carbon-dev] ESB Sample test framework

2012-02-01 Thread Evanthika Amarasiri
Hi Chamara, When executing the tests, I'm continuously getting the following exception. Any idea why? 2012-02-02 10:03:11,856 [-] [SynapseServerForSample7 thread] INFO SynapseProcessController SynapseProcessController.ServerThread:Shutting down Synapse Server... 2012-02-02 10:03:12,176 [-] [Thre

[Carbon-dev] ESB Sample test framework

2012-01-31 Thread Chamara Silva
Please find the ESB sample automated test framework from [1]. I made this framework after did some modifications to synapse test framework to working with WSO2 ESB. Currently it's working as a separate test framework and in future we are hoping to integrate in to the system-test-framework.Please fo