Re: [Dev] [ESB] [Automation] Error at TestSuite - On Finish - Deployment Synchronizer Error

2015-03-12 Thread Krishantha Samaraweera
Hi Maheeka,

Test framework shutdown the server forcefully at the end all test suite
execution. This error is thrown when forcefully shutting down the server.

You better manually shutdown the ESB server and check this.

Thanks,
Krishantha.



On Thu, Mar 12, 2015 at 5:39 PM, Dimuthu De Lanerolle 
wrote:

> Hi Maheeka,
>
> Did you try whats suggest in the following mail thread?
>
> [1]  [Dev]
> org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException is
> throwing GIT built apim
>
> Regards
>
> On Thu, Mar 12, 2015 at 5:02 PM, Maheeka Jayasuriya 
> wrote:
>
>> Hi Automation Team,
>>
>> I am getting the below error at the end of integration test execution.
>> Can you explain the cause of this, and how to avoid?
>>
>> INFO  [org.wso2.carbon.automation.engine.testlisteners.TestSuiteListener]
>> - Inside Test Suite Listener - On Finish
>> INFO
>> [org.wso2.carbon.automation.engine.testlisteners.TestExecutionListener] -
>> Inside Test Execution Listener - On Finish
>> INFO
>> [org.wso2.carbon.automation.extensions.servers.axis2server.Axis2ServerManager]
>> - Stopping sample Axis2 server
>> INFO  [org.apache.synapse.transport.nhttp.HttpCoreNIOListener] - HTTP
>> Listener Shutdown
>> INFO  [org.apache.synapse.transport.nhttp.HttpCoreNIOSender] - HTTP
>> Sender Shutdown
>> INFO  [org.apache.axis2.deployment.ModuleDeployer] - Deploying module:
>> wso2caching-4.2.0 -
>> file:/Users/maheeka/.m2/repository/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.jar
>> INFO
>> [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] -
>> [2015-03-12 16:35:16,630]  INFO - CarbonAuthenticationUtil
>> 'admin@carbon.super [-1234]' logged in at [2015-03-12 16:35:16,630+0530]
>> INFO
>> [org.wso2.carbon.integration.common.admin.client.AuthenticatorClient] -
>> Login Successful
>> INFO  [org.apache.axis2.deployment.ModuleDeployer] - Deploying module:
>> wso2caching-4.2.0 -
>> file:/Users/maheeka/.m2/repository/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.jar
>> INFO
>> [org.wso2.carbon.integration.common.extensions.usermgt.UserPopulator] -
>> User was deleted successfully - testuser11
>> INFO
>> [org.wso2.carbon.integration.common.extensions.usermgt.UserPopulator] -
>> User was deleted successfully - testuser21
>> INFO  [org.apache.axis2.deployment.ModuleDeployer] - Deploying module:
>> wso2caching-4.2.0 -
>> file:/Users/maheeka/.m2/repository/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.jar
>> INFO
>> [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] -
>> [2015-03-12 16:35:16,808]  INFO - CarbonAuthenticationUtil
>> 'admin@carbon.super [-1234]' logged in at [2015-03-12 16:35:16,808+0530]
>> INFO
>> [org.wso2.carbon.integration.common.admin.client.AuthenticatorClient] -
>> Login Successful
>> INFO  [org.apache.axis2.deployment.ModuleDeployer] - Deploying module:
>> wso2caching-4.2.0 -
>> file:/Users/maheeka/.m2/repository/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.jar
>> INFO
>> [org.wso2.carbon.integration.common.extensions.usermgt.UserPopulator] -
>> Tenant was deleted successfully - wso2.com
>> INFO  [org.apache.axis2.deployment.ModuleDeployer] - Deploying module:
>> wso2caching-4.2.0 -
>> file:/Users/maheeka/.m2/repository/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.jar
>> INFO
>> [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] -
>> [2015-03-12 16:35:16,998]  INFO - CarbonAuthenticationUtil
>> 'admin@carbon.super [-1234]' logged in at [2015-03-12 16:35:16,998+0530]
>> INFO
>> [org.wso2.carbon.integration.common.admin.client.AuthenticatorClient] -
>> Login Successful
>> INFO  [org.apache.axis2.deployment.ModuleDeployer] - Deploying module:
>> wso2caching-4.2.0 -
>> file:/Users/maheeka/.m2/repository/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.jar
>> INFO
>> [org.wso2.carbon.integration.common.extensions.usermgt.UserPopulator] -
>> Tenant was deleted successfully - abc.com
>> INFO  [org.apache.axis2.deployment.ModuleDeployer] - Deploying module:
>> wso2caching-4.2.0 -
>> file:/Users/maheeka/.m2/repository/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.jar
>> INFO
>> [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] -
>> [2015-03-12 16:35:17,175]  INFO - CarbonAuthenticationUtil
>> 'admin@carbon.super [-1234]' logged in at [2015-03-12 16:35:17,175+0530]
>> INFO
>> [org.wso2.carbon.integration.common.admin.client.AuthenticatorClient] -
>> Login Successful
>> INFO  [org.apache.axis2.deployment.ModuleDeployer] - Deploying module:
>> wso2caching-4.2.0 -
>> file:/Users/maheeka/.m2/repository/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.jar
>> INFO
>> [org.wso2.carbon.integration.common.extensions.usermgt.UserPopulator] -
>> Tena

Re: [Dev] [ESB] [Automation] Error at TestSuite - On Finish - Deployment Synchronizer Error

2015-03-12 Thread Dimuthu De Lanerolle
Hi Maheeka,

Did you try whats suggest in the following mail thread?

[1]  [Dev]
org.wso2.carbon.deployment.synchronizer.DeploymentSynchronizerException is
throwing GIT built apim

Regards

On Thu, Mar 12, 2015 at 5:02 PM, Maheeka Jayasuriya 
wrote:

> Hi Automation Team,
>
> I am getting the below error at the end of integration test execution. Can
> you explain the cause of this, and how to avoid?
>
> INFO  [org.wso2.carbon.automation.engine.testlisteners.TestSuiteListener]
> - Inside Test Suite Listener - On Finish
> INFO
> [org.wso2.carbon.automation.engine.testlisteners.TestExecutionListener] -
> Inside Test Execution Listener - On Finish
> INFO
> [org.wso2.carbon.automation.extensions.servers.axis2server.Axis2ServerManager]
> - Stopping sample Axis2 server
> INFO  [org.apache.synapse.transport.nhttp.HttpCoreNIOListener] - HTTP
> Listener Shutdown
> INFO  [org.apache.synapse.transport.nhttp.HttpCoreNIOSender] - HTTP Sender
> Shutdown
> INFO  [org.apache.axis2.deployment.ModuleDeployer] - Deploying module:
> wso2caching-4.2.0 -
> file:/Users/maheeka/.m2/repository/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.jar
> INFO
> [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] -
> [2015-03-12 16:35:16,630]  INFO - CarbonAuthenticationUtil
> 'admin@carbon.super [-1234]' logged in at [2015-03-12 16:35:16,630+0530]
> INFO
> [org.wso2.carbon.integration.common.admin.client.AuthenticatorClient] -
> Login Successful
> INFO  [org.apache.axis2.deployment.ModuleDeployer] - Deploying module:
> wso2caching-4.2.0 -
> file:/Users/maheeka/.m2/repository/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.jar
> INFO
> [org.wso2.carbon.integration.common.extensions.usermgt.UserPopulator] -
> User was deleted successfully - testuser11
> INFO
> [org.wso2.carbon.integration.common.extensions.usermgt.UserPopulator] -
> User was deleted successfully - testuser21
> INFO  [org.apache.axis2.deployment.ModuleDeployer] - Deploying module:
> wso2caching-4.2.0 -
> file:/Users/maheeka/.m2/repository/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.jar
> INFO
> [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] -
> [2015-03-12 16:35:16,808]  INFO - CarbonAuthenticationUtil
> 'admin@carbon.super [-1234]' logged in at [2015-03-12 16:35:16,808+0530]
> INFO
> [org.wso2.carbon.integration.common.admin.client.AuthenticatorClient] -
> Login Successful
> INFO  [org.apache.axis2.deployment.ModuleDeployer] - Deploying module:
> wso2caching-4.2.0 -
> file:/Users/maheeka/.m2/repository/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.jar
> INFO
> [org.wso2.carbon.integration.common.extensions.usermgt.UserPopulator] -
> Tenant was deleted successfully - wso2.com
> INFO  [org.apache.axis2.deployment.ModuleDeployer] - Deploying module:
> wso2caching-4.2.0 -
> file:/Users/maheeka/.m2/repository/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.jar
> INFO
> [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] -
> [2015-03-12 16:35:16,998]  INFO - CarbonAuthenticationUtil
> 'admin@carbon.super [-1234]' logged in at [2015-03-12 16:35:16,998+0530]
> INFO
> [org.wso2.carbon.integration.common.admin.client.AuthenticatorClient] -
> Login Successful
> INFO  [org.apache.axis2.deployment.ModuleDeployer] - Deploying module:
> wso2caching-4.2.0 -
> file:/Users/maheeka/.m2/repository/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.jar
> INFO
> [org.wso2.carbon.integration.common.extensions.usermgt.UserPopulator] -
> Tenant was deleted successfully - abc.com
> INFO  [org.apache.axis2.deployment.ModuleDeployer] - Deploying module:
> wso2caching-4.2.0 -
> file:/Users/maheeka/.m2/repository/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.jar
> INFO
> [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] -
> [2015-03-12 16:35:17,175]  INFO - CarbonAuthenticationUtil
> 'admin@carbon.super [-1234]' logged in at [2015-03-12 16:35:17,175+0530]
> INFO
> [org.wso2.carbon.integration.common.admin.client.AuthenticatorClient] -
> Login Successful
> INFO  [org.apache.axis2.deployment.ModuleDeployer] - Deploying module:
> wso2caching-4.2.0 -
> file:/Users/maheeka/.m2/repository/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.jar
> INFO
> [org.wso2.carbon.integration.common.extensions.usermgt.UserPopulator] -
> Tenant was deleted successfully - malintha.com
> INFO
> [org.wso2.carbon.integration.common.extensions.carbonserver.CarbonServerManager]
> - Shutting down server..
> INFO  [org.wso2.carbon.integration.common.utils.ClientConnectionUtil] -
> Successfully connected to the server on port 9443
> INFO  [org.apache.axis2.deployment.ModuleDeployer] - Deploying module:
> wso2caching-4.2.0 -
> file:/Users/maheeka/.m2/repos

[Dev] [ESB] [Automation] Error at TestSuite - On Finish - Deployment Synchronizer Error

2015-03-12 Thread Maheeka Jayasuriya
Hi Automation Team,

I am getting the below error at the end of integration test execution. Can
you explain the cause of this, and how to avoid?

INFO  [org.wso2.carbon.automation.engine.testlisteners.TestSuiteListener] -
Inside Test Suite Listener - On Finish
INFO
[org.wso2.carbon.automation.engine.testlisteners.TestExecutionListener] -
Inside Test Execution Listener - On Finish
INFO
[org.wso2.carbon.automation.extensions.servers.axis2server.Axis2ServerManager]
- Stopping sample Axis2 server
INFO  [org.apache.synapse.transport.nhttp.HttpCoreNIOListener] - HTTP
Listener Shutdown
INFO  [org.apache.synapse.transport.nhttp.HttpCoreNIOSender] - HTTP Sender
Shutdown
INFO  [org.apache.axis2.deployment.ModuleDeployer] - Deploying module:
wso2caching-4.2.0 -
file:/Users/maheeka/.m2/repository/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.jar
INFO  [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader]
- [2015-03-12 16:35:16,630]  INFO - CarbonAuthenticationUtil
'admin@carbon.super [-1234]' logged in at [2015-03-12 16:35:16,630+0530]
INFO  [org.wso2.carbon.integration.common.admin.client.AuthenticatorClient]
- Login Successful
INFO  [org.apache.axis2.deployment.ModuleDeployer] - Deploying module:
wso2caching-4.2.0 -
file:/Users/maheeka/.m2/repository/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.jar
INFO  [org.wso2.carbon.integration.common.extensions.usermgt.UserPopulator]
- User was deleted successfully - testuser11
INFO  [org.wso2.carbon.integration.common.extensions.usermgt.UserPopulator]
- User was deleted successfully - testuser21
INFO  [org.apache.axis2.deployment.ModuleDeployer] - Deploying module:
wso2caching-4.2.0 -
file:/Users/maheeka/.m2/repository/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.jar
INFO  [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader]
- [2015-03-12 16:35:16,808]  INFO - CarbonAuthenticationUtil
'admin@carbon.super [-1234]' logged in at [2015-03-12 16:35:16,808+0530]
INFO  [org.wso2.carbon.integration.common.admin.client.AuthenticatorClient]
- Login Successful
INFO  [org.apache.axis2.deployment.ModuleDeployer] - Deploying module:
wso2caching-4.2.0 -
file:/Users/maheeka/.m2/repository/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.jar
INFO  [org.wso2.carbon.integration.common.extensions.usermgt.UserPopulator]
- Tenant was deleted successfully - wso2.com
INFO  [org.apache.axis2.deployment.ModuleDeployer] - Deploying module:
wso2caching-4.2.0 -
file:/Users/maheeka/.m2/repository/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.jar
INFO  [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader]
- [2015-03-12 16:35:16,998]  INFO - CarbonAuthenticationUtil
'admin@carbon.super [-1234]' logged in at [2015-03-12 16:35:16,998+0530]
INFO  [org.wso2.carbon.integration.common.admin.client.AuthenticatorClient]
- Login Successful
INFO  [org.apache.axis2.deployment.ModuleDeployer] - Deploying module:
wso2caching-4.2.0 -
file:/Users/maheeka/.m2/repository/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.jar
INFO  [org.wso2.carbon.integration.common.extensions.usermgt.UserPopulator]
- Tenant was deleted successfully - abc.com
INFO  [org.apache.axis2.deployment.ModuleDeployer] - Deploying module:
wso2caching-4.2.0 -
file:/Users/maheeka/.m2/repository/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.jar
INFO  [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader]
- [2015-03-12 16:35:17,175]  INFO - CarbonAuthenticationUtil
'admin@carbon.super [-1234]' logged in at [2015-03-12 16:35:17,175+0530]
INFO  [org.wso2.carbon.integration.common.admin.client.AuthenticatorClient]
- Login Successful
INFO  [org.apache.axis2.deployment.ModuleDeployer] - Deploying module:
wso2caching-4.2.0 -
file:/Users/maheeka/.m2/repository/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.jar
INFO  [org.wso2.carbon.integration.common.extensions.usermgt.UserPopulator]
- Tenant was deleted successfully - malintha.com
INFO
[org.wso2.carbon.integration.common.extensions.carbonserver.CarbonServerManager]
- Shutting down server..
INFO  [org.wso2.carbon.integration.common.utils.ClientConnectionUtil] -
Successfully connected to the server on port 9443
INFO  [org.apache.axis2.deployment.ModuleDeployer] - Deploying module:
wso2caching-4.2.0 -
file:/Users/maheeka/.m2/repository/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.jar
INFO  [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader]
- [2015-03-12 16:35:17,287]  INFO - CarbonAuthenticationUtil
'admin@carbon.super [-1234]' logged in at [2015-03-12 16:35:17,287+0530]
INFO  [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader]
- [2015-03-12 16:35:18,289]  INFO - Ca