Hi Irham,

Yes, war file path is correct. Please find the whole logs attached.

On Thu, Oct 1, 2015 at 1:22 PM, Irham Iqbal <[email protected]> wrote:

> Hi Abimaran,
>
> Can you send the full log. Also make sure the was file path is correct.
>
> Thanks,
> Iqbal
>
> On Thu, Oct 1, 2015 at 1:15 PM, Abimaran Kugathasan <[email protected]>
> wrote:
>
>> Hi,
>>
>> I'm getting below Exception while uploading a REST web service.
>>
>> java.rmi.RemoteException: Fail to upload webapp file
>>> :org.apache.axis2.AxisFault: Unable to read data handler for dataHandler
>>
>>
>> Below is my test method.
>>
>> public void deployArrService(String backEndUrl, String sessionCookie, String 
>> serviceFilePath)
>>         throws RemoteException, MalformedURLException, 
>> LoginAuthenticationExceptionException, ExceptionException {
>>
>>     WebAppAdminClient webAppAdminClient = new WebAppAdminClient(backEndUrl, 
>> sessionCookie);
>>     webAppAdminClient.warFileUplaoder(serviceFilePath);
>>
>> }
>>
>> @Test(groups = {"wso2.am"}, description = "test endpoint deployment from car 
>> file")
>> public void testMethod() throws Exception  {
>>     String filePath = 
>> ProductConstant.getResourceLocations(ProductConstant.AM_SERVER_NAME)
>>                                                + File.separator + 
>> "backendTimeout" + File.separator + "RESTFulExample.war";
>>
>>     deployArrService(amServer.getBackEndUrl(), amServer.getSessionCookie(), 
>> filePath);
>>     System.out.println("Running test");
>> }
>>
>>
>> The webserive is simple REST webservice based on resteasy-jaxrs.
>>
>> <dependency>
>> <groupId>org.jboss.resteasy</groupId>
>> <artifactId>resteasy-jaxrs</artifactId>
>> <version>2.2.1.GA</version>
>> </dependency>
>>
>>
>> On Thu, Oct 1, 2015 at 10:28 AM, Abimaran Kugathasan <[email protected]>
>> wrote:
>>
>>> Thanks a lot NuwanW and Thusitha! I will use it.
>>>
>>> On Thu, Oct 1, 2015 at 10:25 AM, Thusitha Thilina Dayaratne <
>>> [email protected]> wrote:
>>>
>>>> Hi Abimaran,
>>>> In product-as we are using WebappAdminClient[1] to deploy war files. I
>>>> think you can refer to the same
>>>> [1] -
>>>> https://github.com/wso2/product-as/blob/master/modules/integration/tests-common/admin-clients/src/main/java/org/wso2/appserver/integration/common/clients/WebAppAdminClient.java
>>>>
>>>> Thanks
>>>> /Thusitha
>>>> On Thu, Oct 1, 2015 at 10:11 AM, Abimaran Kugathasan <[email protected]
>>>> > wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>>
>>>>> We can deploy aar files using ServiceAdminClient into a product. Can
>>>>> we do the same for war file. Does our automation framework support it?
>>>>>
>>>>> If so, can anybody please point me the Class or module name?
>>>>>
>>>>> --
>>>>> Thanks
>>>>> Abimaran Kugathasan
>>>>>
>>>>> Software Engineer | WSO2 Inc
>>>>> Data & APIs Technologies Team
>>>>> Mobile : +94 773922820
>>>>>
>>>>> <http://stackoverflow.com/users/515034>
>>>>> <http://lk.linkedin.com/in/abimaran>
>>>>> <http://www.lkabimaran.blogspot.com/>  <https://github.com/abimarank>
>>>>> <https://twitter.com/abimaran>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Dev mailing list
>>>>> [email protected]
>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Thusitha Dayaratne
>>>> Software Engineer
>>>> WSO2 Inc. - lean . enterprise . middleware |  wso2.com
>>>>
>>>> Mobile  +94712756809
>>>> Blog      alokayasoya.blogspot.com
>>>> About    http://about.me/thusithathilina
>>>>
>>>>
>>>
>>>
>>> --
>>> Thanks
>>> Abimaran Kugathasan
>>>
>>> Software Engineer | WSO2 Inc
>>> Data & APIs Technologies Team
>>> Mobile : +94 773922820
>>>
>>> <http://stackoverflow.com/users/515034>
>>> <http://lk.linkedin.com/in/abimaran>
>>> <http://www.lkabimaran.blogspot.com/>  <https://github.com/abimarank>
>>> <https://twitter.com/abimaran>
>>>
>>>
>>
>>
>> --
>> Thanks
>> Abimaran Kugathasan
>>
>> Software Engineer | WSO2 Inc
>> Data & APIs Technologies Team
>> Mobile : +94 773922820
>>
>> <http://stackoverflow.com/users/515034>
>> <http://lk.linkedin.com/in/abimaran>
>> <http://www.lkabimaran.blogspot.com/>  <https://github.com/abimarank>
>> <https://twitter.com/abimaran>
>>
>>
>> _______________________________________________
>> Dev mailing list
>> [email protected]
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Irham Iqbal
> Software Engineer - Test Automation
> WSO2, Inc.: http://wso2.com
> lean. enterprise. middleware
> phone: +94 777888452
>



-- 
Thanks
Abimaran Kugathasan

Software Engineer | WSO2 Inc
Data & APIs Technologies Team
Mobile : +94 773922820

<http://stackoverflow.com/users/515034>
<http://lk.linkedin.com/in/abimaran>  <http://www.lkabimaran.blogspot.com/>
<https://github.com/abimarank>  <https://twitter.com/abimaran>
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.wso2.am:org.wso2.carbon.am.patch.test:jar:1.6.0
[WARNING] 'version' contains an expression but should be a constant. @ 
org.wso2.am:am-parent:${apimserver.version}, 
/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/pom.xml, 
line 35, column 14
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten 
the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.
[WARNING] 
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building WSO2 API Manager - Integration Patch Test Module 1.6.0
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ 
org.wso2.carbon.am.patch.test ---
[INFO] Deleting 
/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target
[INFO] 
[INFO] --- incremental-build-plugin:1.3:incremental-build (default) @ 
org.wso2.carbon.am.patch.test ---
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting 
/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (auto-clean) @ 
org.wso2.carbon.am.patch.test ---
[INFO] Deleting 
/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
org.wso2.carbon.am.patch.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ 
org.wso2.carbon.am.patch.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-dependency-plugin:2.1:copy-dependencies 
(copy-emma-dependencies) @ org.wso2.carbon.am.patch.test ---
[INFO] Copying emma-2.1.5320.jar to 
/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target/emma/emma-2.1.5320.jar
[INFO] Copying org.wso2.carbon.automation.core-4.2.1.jar to 
/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target/emma/org.wso2.carbon.automation.core-4.2.1.jar
[INFO] 
[INFO] --- maven-dependency-plugin:2.1:copy-dependencies (copy-secVerifier) @ 
org.wso2.carbon.am.patch.test ---
[INFO] Copying SecVerifier-4.2.0.aar to 
/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target/security-verifier/SecVerifier.aar
[INFO] 
[INFO] --- maven-dependency-plugin:2.1:unpack (unpack-mar-jks) @ 
org.wso2.carbon.am.patch.test ---
[INFO] Configured Artifact: org.wso2.am:wso2am:1.6.0:zip
[INFO] Unpacking 
/home/abimaran/.m2/repository/org/wso2/am/wso2am/1.6.0/wso2am-1.6.0.zip to
  
/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target/tobeCopied
   with includes **/*.jks,**/*.mar,**/axis2_client.xml and excludes:null
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources-jks) @ 
org.wso2.carbon.am.patch.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-axis2files) @ 
org.wso2.carbon.am.patch.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources-mar) @ 
org.wso2.carbon.am.patch.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
org.wso2.carbon.am.patch.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 13 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ 
org.wso2.carbon.am.patch.test ---
[INFO] Compiling 2 source files to 
/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ 
org.wso2.carbon.am.patch.test ---
[INFO] Surefire report directory: 
/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running TestSuite
[2015-10-01 12:38:54,423]  INFO 
{org.wso2.carbon.automation.core.PlatformExecutionManager} -  
---------------Test Execution Started --------------------------
[2015-10-01 12:38:54,432]  INFO 
{org.wso2.carbon.automation.core.ServerGroupManager} -  Carbon zip file - 
/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/../../distribution/product/target/wso2am-1.6.0.zip
[2015-10-01 12:38:57,580]  INFO 
{org.wso2.carbon.automation.core.ServerGroupManager} -  Copying 
/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target/security-verifier/SecVerifier.aar
 => 
/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target/carbontmp1443683334438/wso2am-1.6.0/repository/deployment/server/axis2services/SecVerifier.aar
[2015-10-01 12:38:57,658]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.CodeCoverageUtils} -  
Instrumentation of jar files in progress ...
[2015-10-01 12:38:58,692]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.CodeCoverageUtils} -  
Instrumented 8 files.
[2015-10-01 12:38:58,693]  INFO 
{org.wso2.carbon.automation.core.utils.serverutils.ServerUtils} -  Starting 
server............. 
[2015-10-01 12:38:58,752]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
JAVA_HOME environment variable is set to /home/abimaran/installs/jdk1.7.0_55
[2015-10-01 12:38:58,754]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
CARBON_HOME environment variable is set to 
/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target/carbontmp1443683334438/wso2am-1.6.0
[2015-10-01 12:38:59,203]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:38:59,203]  INFO 
{org.wso2.carbon.server.extensions.PatchInstaller} -  Patch changes detected 
[2015-10-01 12:38:59,490]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:38:59,490]  INFO 
{org.wso2.carbon.server.util.PatchUtils.console} -  Backed up plugins to 
patch0000
[2015-10-01 12:39:00,845]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:00,845]  INFO 
{org.wso2.carbon.server.util.PatchUtils.console} -  Patch verification started
[2015-10-01 12:39:01,062]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:01,062]  INFO 
{org.wso2.carbon.server.util.PatchUtils.console} -  Patch verification 
successfully completed without encountering any issues.
[2015-10-01 12:39:16,540]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:16,540]  INFO - CarbonCoreActivator Starting WSO2 Carbon...
[2015-10-01 12:39:16,542]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:16,542]  INFO - CarbonCoreActivator Operating System : Linux 
3.13.0-63-generic, amd64
[2015-10-01 12:39:16,542]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:16,542]  INFO - CarbonCoreActivator Java Home        : 
/home/abimaran/installs/jdk1.7.0_55/jre
[2015-10-01 12:39:16,542]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:16,542]  INFO - CarbonCoreActivator Java Version     : 
1.7.0_55
[2015-10-01 12:39:16,542]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:16,542]  INFO - CarbonCoreActivator Java VM          : Java 
HotSpot(TM) 64-Bit Server VM 24.55-b03,Oracle Corporation
[2015-10-01 12:39:16,543]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:16,542]  INFO - CarbonCoreActivator Carbon Home      : 
/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target/carbontmp1443683334438/wso2am-1.6.0
[2015-10-01 12:39:16,543]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:16,542]  INFO - CarbonCoreActivator Java Temp Dir    : 
/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target/carbontmp1443683334438/wso2am-1.6.0/tmp
[2015-10-01 12:39:16,543]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:16,542]  INFO - CarbonCoreActivator User             : 
abimaran, en-US, Asia/Colombo
[2015-10-01 12:39:16,589]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:16,589]  WARN - ValidationResultPrinter The default keystore 
(wso2carbon.jks) is currently being used. To maximize security when deploying 
to a production environment, configure a new keystore with a unique password in 
the production server profile.
[2015-10-01 12:39:16,638]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:16,638]  INFO - AgentHolder Agent created !
[2015-10-01 12:39:16,650]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:16,650]  INFO - AgentDS Successfully deployed Agent Client
[2015-10-01 12:39:17,961]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:17,961]  INFO - EmbeddedRegistryService Configured Registry 
in 84ms
[2015-10-01 12:39:18,285]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:18,284]  INFO - RegistryCoreServiceComponent Registry Mode    
: READ-WRITE
[2015-10-01 12:39:19,877]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:19,877]  INFO - UserStoreMgtDSComponent Carbon 
UserStoreMgtDSComponent activated successfully.
[2015-10-01 12:39:22,525]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:22,524]  INFO - TaglibUriRule TLD skipped. URI: 
http://tiles.apache.org/tags-tiles is already defined
[2015-10-01 12:39:23,109]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:23,109]  INFO - ClusterBuilder Clustering has been disabled
[2015-10-01 12:39:23,445]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:23,444]  INFO - LandingPageWebappDeployer Deployed product 
landing page webapp: 
StandardEngine[Catalina].StandardHost[localhost].StandardContext[/home]
[2015-10-01 12:39:23,445]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:23,445]  INFO - UserStoreConfigurationDeployer User Store 
Configuration Deployer initiated.
[2015-10-01 12:39:23,470]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:23,470]  INFO - PassThroughHttpSSLSender Initializing 
Pass-through HTTP/S Sender...
[2015-10-01 12:39:23,480]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:23,480]  INFO - ClientConnFactoryBuilder HTTPS Loading 
Identity Keystore from : repository/resources/security/wso2carbon.jks
[2015-10-01 12:39:23,484]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:23,484]  INFO - ClientConnFactoryBuilder HTTPS Loading Trust 
Keystore from : repository/resources/security/client-truststore.jks
[2015-10-01 12:39:23,501]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:23,501]  INFO - PassThroughHttpSSLSender Pass-through HTTPS 
Sender started...
[2015-10-01 12:39:23,501]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:23,501]  INFO - PassThroughHttpSender Initializing 
Pass-through HTTP/S Sender...
[2015-10-01 12:39:23,502]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:23,502]  INFO - PassThroughHttpSender Pass-through HTTP 
Sender started...
[2015-10-01 12:39:23,598]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:23,598]  INFO - DeploymentInterceptor Deploying Axis2 
service: echo {super-tenant}
[2015-10-01 12:39:23,649]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:23,649]  INFO - DeploymentEngine Deploying Web service: 
Echo.aar - 
file:/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target/carbontmp1443683334438/wso2am-1.6.0/repository/deployment/server/axis2services/Echo.aar
[2015-10-01 12:39:23,670]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:23,670]  INFO - TomcatGenericWebappsDeployer Deployed webapp: 
StandardEngine[Catalina].StandardHost[localhost].StandardContext[/STRATOS_ROOT].File[/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target/carbontmp1443683334438/wso2am-1.6.0/repository/deployment/server/webapps/STRATOS_ROOT]
[2015-10-01 12:39:25,291]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:25,291]  INFO - DeploymentInterceptor Deploying Axis2 
service: SecurityVerifierService {super-tenant}
[2015-10-01 12:39:25,726]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:25,726]  INFO - DeploymentEngine Deploying Web service: 
SecVerifier.aar - 
file:/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target/carbontmp1443683334438/wso2am-1.6.0/repository/deployment/server/axis2services/SecVerifier.aar
[2015-10-01 12:39:25,778]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:25,778]  INFO - DeploymentInterceptor Deploying Axis2 
service: Version {super-tenant}
[2015-10-01 12:39:25,794]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:25,794]  INFO - DeploymentEngine Deploying Web service: 
Version.aar - 
file:/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target/carbontmp1443683334438/wso2am-1.6.0/repository/deployment/server/axis2services/Version.aar
[2015-10-01 12:39:25,844]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:25,844]  INFO - TomcatGenericWebappsDeployer Deployed webapp: 
StandardEngine[Catalina].StandardHost[localhost].StandardContext[/authenticationendpoint].File[/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target/carbontmp1443683334438/wso2am-1.6.0/repository/deployment/server/webapps/authenticationendpoint.war]
[2015-10-01 12:39:27,137]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:27,137]  INFO - TomcatGenericWebappsDeployer Deployed webapp: 
StandardEngine[Catalina].StandardHost[localhost].StandardContext[/oauth2].File[/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target/carbontmp1443683334438/wso2am-1.6.0/repository/deployment/server/webapps/oauth2.war]
[2015-10-01 12:39:27,340]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:27,339] ERROR - ModuleManager Error while adding HostObject : 
Encode org.wso2.carbon.apimgt.hostobjects.EncodeHostObject
[2015-10-01 12:39:27,341]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
java.lang.ClassNotFoundException: 
org.wso2.carbon.apimgt.hostobjects.EncodeHostObject
[2015-10-01 12:39:27,341]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:455)
[2015-10-01 12:39:27,341]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
[2015-10-01 12:39:27,341]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
[2015-10-01 12:39:27,341]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
[2015-10-01 12:39:27,342]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
[2015-10-01 12:39:27,342]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at java.lang.Class.forName0(Native Method)
[2015-10-01 12:39:27,342]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at java.lang.Class.forName(Class.java:190)
[2015-10-01 12:39:27,342]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.jaggeryjs.jaggery.core.manager.ModuleManager.initHostObjects(ModuleManager.java:251)
[2015-10-01 12:39:27,342]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.jaggeryjs.jaggery.core.manager.ModuleManager.initModule(ModuleManager.java:129)
[2015-10-01 12:39:27,342]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.jaggeryjs.jaggery.core.manager.ModuleManager.loadModule(ModuleManager.java:83)
[2015-10-01 12:39:27,342]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at org.jaggeryjs.jaggery.core.manager.ModuleManager.init(ModuleManager.java:72)
[2015-10-01 12:39:27,343]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.jaggeryjs.jaggery.core.manager.ModuleManager.<init>(ModuleManager.java:56)
[2015-10-01 12:39:27,343]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.jaggeryjs.jaggery.core.manager.CommonManager.initialize(CommonManager.java:69)
[2015-10-01 12:39:27,343]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.jaggeryjs.jaggery.core.manager.WebAppManager.<clinit>(WebAppManager.java:76)
[2015-10-01 12:39:27,343]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer$JaggeryConfListener.lifecycleEvent(TomcatJaggeryWebappsDeployer.java:275)
[2015-10-01 12:39:27,343]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
[2015-10-01 12:39:27,343]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
[2015-10-01 12:39:27,343]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:402)
[2015-10-01 12:39:27,344]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:347)
[2015-10-01 12:39:27,344]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5350)
[2015-10-01 12:39:27,344]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
[2015-10-01 12:39:27,344]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
[2015-10-01 12:39:27,344]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
[2015-10-01 12:39:27,344]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633)
[2015-10-01 12:39:27,344]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at org.wso2.carbon.tomcat.internal.CarbonTomcat.addWebApp(CarbonTomcat.java:280)
[2015-10-01 12:39:27,345]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at org.wso2.carbon.tomcat.internal.CarbonTomcat.addWebApp(CarbonTomcat.java:202)
[2015-10-01 12:39:27,345]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer.handleWebappDeployment(TomcatJaggeryWebappsDeployer.java:204)
[2015-10-01 12:39:27,345]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.handleExplodedWebappDeployment(TomcatGenericWebappsDeployer.java:213)
[2015-10-01 12:39:27,345]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.handleHotDeployment(TomcatGenericWebappsDeployer.java:139)
[2015-10-01 12:39:27,345]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.jaggeryjs.jaggery.app.mgt.TomcatJaggeryWebappsDeployer.deploy(TomcatJaggeryWebappsDeployer.java:109)
[2015-10-01 12:39:27,345]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.wso2.carbon.webapp.mgt.AbstractWebappDeployer.deployThisWebApp(AbstractWebappDeployer.java:140)
[2015-10-01 12:39:27,345]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.wso2.carbon.webapp.mgt.AbstractWebappDeployer.deploy(AbstractWebappDeployer.java:90)
[2015-10-01 12:39:27,346]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.jaggeryjs.jaggery.deployer.JaggeryDeployer.deploy(JaggeryDeployer.java:59)
[2015-10-01 12:39:27,346]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
[2015-10-01 12:39:27,346]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:807)
[2015-10-01 12:39:27,346]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144)
[2015-10-01 12:39:27,346]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:377)
[2015-10-01 12:39:27,346]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:254)
[2015-10-01 12:39:27,346]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.apache.axis2.deployment.DeploymentEngine.loadServices(DeploymentEngine.java:135)
[2015-10-01 12:39:27,347]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.wso2.carbon.core.CarbonAxisConfigurator.loadServices(CarbonAxisConfigurator.java:464)
[2015-10-01 12:39:27,347]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:95)
[2015-10-01 12:39:27,347]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.wso2.carbon.core.CarbonConfigurationContextFactory.createNewConfigurationContext(CarbonConfigurationContextFactory.java:65)
[2015-10-01 12:39:27,347]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:398)
[2015-10-01 12:39:27,347]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.wso2.carbon.core.init.CarbonServerManager.start(CarbonServerManager.java:219)
[2015-10-01 12:39:27,347]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.wso2.carbon.core.internal.CarbonCoreServiceComponent.activate(CarbonCoreServiceComponent.java:77)
[2015-10-01 12:39:27,347]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2015-10-01 12:39:27,348]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[2015-10-01 12:39:27,348]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2015-10-01 12:39:27,348]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at java.lang.reflect.Method.invoke(Method.java:606)
[2015-10-01 12:39:27,348]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:260)
[2015-10-01 12:39:27,348]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:146)
[2015-10-01 12:39:27,348]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:347)
[2015-10-01 12:39:27,348]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:620)
[2015-10-01 12:39:27,349]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:197)
[2015-10-01 12:39:27,349]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:343)
[2015-10-01 12:39:27,349]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:222)
[2015-10-01 12:39:27,349]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:107)
[2015-10-01 12:39:27,349]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:861)
[2015-10-01 12:39:27,349]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
[2015-10-01 12:39:27,349]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
[2015-10-01 12:39:27,350]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:819)
[2015-10-01 12:39:27,350]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771)
[2015-10-01 12:39:27,350]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
[2015-10-01 12:39:27,350]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:214)
[2015-10-01 12:39:27,350]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:433)
[2015-10-01 12:39:27,350]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.eclipse.equinox.http.servlet.internal.Activator.registerHttpService(Activator.java:81)
[2015-10-01 12:39:27,350]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.eclipse.equinox.http.servlet.internal.Activator.addProxyServlet(Activator.java:60)
[2015-10-01 12:39:27,351]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.eclipse.equinox.http.servlet.internal.ProxyServlet.init(ProxyServlet.java:40)
[2015-10-01 12:39:27,351]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.init(DelegationServlet.java:38)
[2015-10-01 12:39:27,351]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1267)
[2015-10-01 12:39:27,351]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1186)
[2015-10-01 12:39:27,351]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1081)
[2015-10-01 12:39:27,351]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5027)
[2015-10-01 12:39:27,351]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5314)
[2015-10-01 12:39:27,352]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
[2015-10-01 12:39:27,352]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
[2015-10-01 12:39:27,352]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
[2015-10-01 12:39:27,352]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
[2015-10-01 12:39:27,352]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[2015-10-01 12:39:27,352]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[2015-10-01 12:39:27,352]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -          
at java.lang.Thread.run(Thread.java:745)
[2015-10-01 12:39:27,490]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:27,490]  INFO - PassThroughHttpSSLListener Initializing 
Pass-through HTTP/S Listener...
[2015-10-01 12:39:27,502]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:27,502]  INFO - PassThroughHttpListener Initializing 
Pass-through HTTP/S Listener...
[2015-10-01 12:39:27,531]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:27,531]  INFO - ModuleDeployer Deploying module: 
addressing-1.6.1-wso2v10 - 
file:/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target/carbontmp1443683334438/wso2am-1.6.0/repository/deployment/client/modules/addressing-1.6.1-wso2v10.mar
[2015-10-01 12:39:27,535]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:27,535]  INFO - TCPTransportSender TCP Sender started
[2015-10-01 12:39:28,091]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:28,091]  WARN - DefaultSchemaGenerator We don't support 
method overloading. Ignoring [validateAudienceRestriction]
[2015-10-01 12:39:29,208]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:29,208]  INFO - DeploymentEngine Deploying Web service: 
org.wso2.carbon.registry.ws.api - 
[2015-10-01 12:39:29,474]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:29,474]  INFO - DeploymentInterceptor Deploying Axis2 
service: wso2carbon-sts {super-tenant}
[2015-10-01 12:39:29,517]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:29,517]  INFO - DeploymentEngine Deploying Web service: 
org.wso2.carbon.sts - 
[2015-10-01 12:39:29,919]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:29,919]  INFO - DeploymentEngine Deploying Web service: 
org.wso2.carbon.tryit - 
[2015-10-01 12:39:29,962]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:29,962]  WARN - DefaultSchemaGenerator We don't support 
method overloading. Ignoring [getAttributeName]
[2015-10-01 12:39:30,145]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:30,145]  INFO - CarbonServerManager Repository       : 
/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target/carbontmp1443683334438/wso2am-1.6.0/repository/deployment/server/
[2015-10-01 12:39:30,302]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:30,302]  INFO - PermissionUpdater Permission cache updated 
for tenant -1234
[2015-10-01 12:39:30,347]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:30,347]  INFO - ServiceBusInitializer Starting ESB...
[2015-10-01 12:39:30,360]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:30,360]  INFO - ServiceBusInitializer Initializing Apache 
Synapse...
[2015-10-01 12:39:30,398]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:30,398]  INFO - SynapseControllerFactory Using Synapse home : 
/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target/carbontmp1443683334438/wso2am-1.6.0/.
[2015-10-01 12:39:30,398]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:30,398]  INFO - SynapseControllerFactory Using synapse.xml 
location : 
/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target/carbontmp1443683334438/wso2am-1.6.0/././repository/deployment/server/synapse-configs/default
[2015-10-01 12:39:30,399]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:30,398]  INFO - SynapseControllerFactory Using server name : 
localhost
[2015-10-01 12:39:30,402]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:30,402]  INFO - SynapseControllerFactory The timeout handler 
will run every : 15s
[2015-10-01 12:39:30,408]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:30,408]  INFO - Axis2SynapseController Initializing Synapse 
at : Thu Oct 01 12:39:30 IST 2015
[2015-10-01 12:39:30,411]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:30,411]  INFO - CarbonSynapseController Loading the mediation 
configuration from the file system
[2015-10-01 12:39:30,413]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:30,413]  INFO - MultiXMLConfigurationBuilder Building synapse 
configuration from the synapse artifact repository at : 
././repository/deployment/server/synapse-configs/default
[2015-10-01 12:39:30,414]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:30,414]  INFO - XMLConfigurationBuilder Generating the 
Synapse configuration model by parsing the XML configuration
[2015-10-01 12:39:30,521]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:30,520]  INFO - SynapseConfigurationBuilder Loaded Synapse 
configuration from the artifact repository at : 
././repository/deployment/server/synapse-configs/default
[2015-10-01 12:39:30,524]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:30,524]  INFO - Axis2SynapseController Loading mediator 
extensions...
[2015-10-01 12:39:30,605]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:30,605]  INFO - Axis2SynapseController Deploying the Synapse 
service...
[2015-10-01 12:39:30,606]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:30,606]  INFO - Axis2SynapseController Deploying Proxy 
services...
[2015-10-01 12:39:30,607]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:30,606]  INFO - ProxyService Building Axis service for Proxy 
service : WorkflowCallbackService
[2015-10-01 12:39:30,615]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:30,614]  INFO - ProxyService Adding service 
WorkflowCallbackService to the Axis2 configuration
[2015-10-01 12:39:30,622]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:30,621]  INFO - DeploymentInterceptor Deploying Axis2 
service: WorkflowCallbackService {super-tenant}
[2015-10-01 12:39:30,643]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:30,643]  INFO - ProxyService Successfully created the Axis2 
service for Proxy service : WorkflowCallbackService
[2015-10-01 12:39:30,644]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:30,643]  INFO - Axis2SynapseController Deployed Proxy service 
: WorkflowCallbackService
[2015-10-01 12:39:30,644]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:30,644]  INFO - Axis2SynapseController Deploying 
EventSources...
[2015-10-01 12:39:30,650]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:30,650]  INFO - API Initializing API: _WSO2AMTokenAPI_
[2015-10-01 12:39:30,651]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:30,651]  INFO - API Initializing API: _WSO2AMAuthorizeAPI_
[2015-10-01 12:39:30,651]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:30,651]  INFO - API Initializing API: _WSO2AMRevokeAPI_
[2015-10-01 12:39:30,651]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:30,651]  INFO - ServerManager Server ready for processing...
[2015-10-01 12:39:31,305]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:31,305]  INFO - SecurityMgtServiceComponent POX Security 
Disabled
[2015-10-01 12:39:31,459]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:31,459]  INFO - PassThroughHttpSSLListener Starting 
Pass-through HTTPS Listener...
[2015-10-01 12:39:31,463]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:31,463]  INFO - PassThroughHttpSSLListener Pass-through HTTPS 
Listener started on 0:0:0:0:0:0:0:0:8243
[2015-10-01 12:39:31,464]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:31,464]  INFO - PassThroughHttpListener Starting Pass-through 
HTTP Listener...
[2015-10-01 12:39:31,465]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:31,465]  INFO - PassThroughHttpListener Pass-through HTTP 
Listener started on 0:0:0:0:0:0:0:0:8280
[2015-10-01 12:39:31,467]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:31,466]  INFO - NioSelectorPool Using a shared selector for 
servlet write/read
[2015-10-01 12:39:31,629]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:31,628]  INFO - NioSelectorPool Using a shared selector for 
servlet write/read
[2015-10-01 12:39:31,667]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:31,667]  INFO - TaskServiceImpl Task service starting in 
STANDALONE mode...
[2015-10-01 12:39:31,676]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:31,676]  INFO - RegistryEventingServiceComponent Successfully 
Initialized Eventing on Registry
[2015-10-01 12:39:31,716]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:31,715]  INFO - JMXServerManager JMX Service URL  : 
service:jmx:rmi://localhost:11111/jndi/rmi://localhost:9999/jmxrmi
[2015-10-01 12:39:31,716]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:31,716]  INFO - StartupFinalizerServiceComponent Server       
    :  WSO2 API Manager-1.6.0
[2015-10-01 12:39:31,716]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:31,716]  INFO - StartupFinalizerServiceComponent WSO2 Carbon 
started in 32 sec
[2015-10-01 12:39:32,065]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:31,977]  INFO - CarbonUIServiceComponent Mgt Console URL  : 
https://10.100.5.121:9443/carbon/
[2015-10-01 12:39:32,066]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:31,977]  INFO - CarbonUIServiceComponent API Publisher 
Default Context : http://10.100.5.121:9763/publisher
[2015-10-01 12:39:32,066]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:31,977]  INFO - CarbonUIServiceComponent API Store Default 
Context : http://10.100.5.121:9763/store
[2015-10-01 12:39:32,066]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:32,009]  INFO - APIKeyMgtServiceComponent Setting default 
carbon host for thrift key management service: 10.100.5.121
[2015-10-01 12:39:32,066]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:32,018]  INFO - APIKeyMgtServiceComponent Started thrift key 
mgt service at port:10397
[2015-10-01 12:39:32,069]  INFO 
{org.wso2.carbon.automation.core.utils.ClientConnectionUtil} -  Waiting to 
login to Carbon server...
[2015-10-01 12:39:32,070]  INFO 
{org.wso2.carbon.automation.core.utils.ClientConnectionUtil} -  Successfully 
connected to the server on port 9443
[2015-10-01 12:39:32,689]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:32,689]  INFO - CarbonAuthenticationUtil '[email protected] 
[-1234]' logged in at [2015-10-01 12:39:32,688+0530]
[2015-10-01 12:39:32,744]  INFO 
{org.wso2.carbon.automation.api.clients.authenticators.AuthenticatorClient} -  
Login Successful
[2015-10-01 12:39:32,744]  INFO 
{org.wso2.carbon.automation.core.utils.serverutils.ServerUtils} -  Server 
started successfully.
[2015-10-01 12:39:32,828]  INFO 
{org.wso2.carbon.automation.core.PlatformSuiteManager} -  **********Starting 
executing test Suite am-patch-verifier on user***********
[2015-10-01 12:39:32,829]  INFO {org.wso2.carbon.automation.core.UserPopulator} 
-  Populating Users....
[2015-10-01 12:39:32,877]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:32,877]  INFO - CarbonAuthenticationUtil '[email protected] 
[-1234]' logged in at [2015-10-01 12:39:32,877+0530]
[2015-10-01 12:39:32,882]  INFO 
{org.wso2.carbon.automation.api.clients.authenticators.AuthenticatorClient} -  
Login Successful
[2015-10-01 12:39:32,924]  INFO {org.wso2.carbon.automation.core.UserPopulator} 
-  Populate user to AM server
[2015-10-01 12:39:32,967]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:32,967]  INFO - CarbonAuthenticationUtil '[email protected] 
[-1234]' logged in at [2015-10-01 12:39:32,967+0530]
[2015-10-01 12:39:32,972]  INFO 
{org.wso2.carbon.automation.api.clients.authenticators.AuthenticatorClient} -  
Login Successful
[2015-10-01 12:39:33,234]  INFO {org.wso2.carbon.automation.core.UserPopulator} 
-  Role testRole was created successfully
[2015-10-01 12:39:33,261]  INFO {org.wso2.carbon.automation.core.UserPopulator} 
-  User adminuser was created successfully
[2015-10-01 12:39:33,285]  INFO {org.wso2.carbon.automation.core.UserPopulator} 
-  User testuser2 was created successfully
[2015-10-01 12:39:33,301]  INFO {org.wso2.carbon.automation.core.UserPopulator} 
-  User testuser3 was created successfully
[2015-10-01 12:39:33,320]  INFO {org.wso2.carbon.automation.core.UserPopulator} 
-  User testuser4 was created successfully
[2015-10-01 12:39:33,345]  INFO {org.wso2.carbon.automation.core.UserPopulator} 
-  User testuser5 was created successfully
[2015-10-01 12:39:33,368]  INFO {org.wso2.carbon.automation.core.UserPopulator} 
-  User testuser6 was created successfully
[2015-10-01 12:39:33,398]  INFO {org.wso2.carbon.automation.core.UserPopulator} 
-  User testuser7 was created successfully
[2015-10-01 12:39:33,426]  INFO {org.wso2.carbon.automation.core.UserPopulator} 
-  User testuser8 was created successfully
[2015-10-01 12:39:33,459]  INFO {org.wso2.carbon.automation.core.UserPopulator} 
-  User testuser9 was created successfully
[2015-10-01 12:39:33,490]  INFO {org.wso2.carbon.automation.core.UserPopulator} 
-  User testuser10 was created successfully
[2015-10-01 12:39:33,522]  INFO {org.wso2.carbon.automation.core.UserPopulator} 
-  User testuser11 was created successfully
[2015-10-01 12:39:33,548]  INFO {org.wso2.carbon.automation.core.UserPopulator} 
-  User testuser12 was created successfully
[2015-10-01 12:39:33,574]  INFO {org.wso2.carbon.automation.core.UserPopulator} 
-  User testuser13 was created successfully
[2015-10-01 12:39:33,604]  INFO {org.wso2.carbon.automation.core.UserPopulator} 
-  User testuser14 was created successfully
[2015-10-01 12:39:33,636]  INFO {org.wso2.carbon.automation.core.UserPopulator} 
-  User testuser15 was created successfully
[2015-10-01 12:39:33,670]  INFO {org.wso2.carbon.automation.core.UserPopulator} 
-  User [email protected] was created successfully
[2015-10-01 12:39:33,670]  INFO 
{org.wso2.carbon.automation.core.PlatformTestManager} -  --------------Start 
executing test class InitializedAndSetupServer on suiteam-patch-verifier--------
[2015-10-01 12:39:33,740]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:33,740]  INFO - CarbonAuthenticationUtil 
'[email protected] [-1234]' logged in at [2015-10-01 12:39:33,740+0530]
[2015-10-01 12:39:33,744]  INFO 
{org.wso2.carbon.automation.api.clients.authenticators.AuthenticatorClient} -  
Login Successful
AM Server started URL https://localhost:9443/services/
[2015-10-01 12:39:33,753]  INFO 
{org.wso2.carbon.automation.core.PlatformTestManager} -  Running the test 
method --- 
org.wso2.carbon.am.tests.ESBJAVA3530TimeoutHandlerLogMessageTestCase.testMethod 
----
===========================================================================================File
 Path 
/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/src/test/resources//artifacts/AM/backendTimeout/RESTFulExample.war
AM Server URL https://localhost:9443/services/
[2015-10-01 12:39:33,806]  INFO 
{org.apache.commons.httpclient.HttpMethodDirector} -  I/O exception 
(org.apache.axis2.AxisFault) caught when processing request: Unable to read 
data handler for dataHandler
[2015-10-01 12:39:33,806]  INFO 
{org.apache.commons.httpclient.HttpMethodDirector} -  I/O exception 
(org.apache.axis2.AxisFault) caught when processing request: Unable to read 
data handler for dataHandler
[2015-10-01 12:39:33,806]  INFO 
{org.apache.commons.httpclient.HttpMethodDirector} -  Retrying request
[2015-10-01 12:39:33,806]  INFO 
{org.apache.commons.httpclient.HttpMethodDirector} -  Retrying request
[2015-10-01 12:39:33,812]  INFO 
{org.apache.commons.httpclient.HttpMethodDirector} -  I/O exception 
(org.apache.axis2.AxisFault) caught when processing request: Unable to read 
data handler for dataHandler
[2015-10-01 12:39:33,812]  INFO 
{org.apache.commons.httpclient.HttpMethodDirector} -  I/O exception 
(org.apache.axis2.AxisFault) caught when processing request: Unable to read 
data handler for dataHandler
[2015-10-01 12:39:33,812]  INFO 
{org.apache.commons.httpclient.HttpMethodDirector} -  Retrying request
[2015-10-01 12:39:33,812]  INFO 
{org.apache.commons.httpclient.HttpMethodDirector} -  Retrying request
[2015-10-01 12:39:33,817]  INFO 
{org.apache.commons.httpclient.HttpMethodDirector} -  I/O exception 
(org.apache.axis2.AxisFault) caught when processing request: Unable to read 
data handler for dataHandler
[2015-10-01 12:39:33,817]  INFO 
{org.apache.commons.httpclient.HttpMethodDirector} -  I/O exception 
(org.apache.axis2.AxisFault) caught when processing request: Unable to read 
data handler for dataHandler
[2015-10-01 12:39:33,818]  INFO 
{org.apache.commons.httpclient.HttpMethodDirector} -  Retrying request
[2015-10-01 12:39:33,818]  INFO 
{org.apache.commons.httpclient.HttpMethodDirector} -  Retrying request
[2015-10-01 12:39:33,824] ERROR 
{org.wso2.carbon.automation.api.clients.webapp.mgt.WebAppAdminClient} -  Fail 
to upload webapp file :org.apache.axis2.AxisFault: Unable to read data handler 
for dataHandler
[2015-10-01 12:39:33,825] ERROR 
{org.wso2.carbon.automation.core.PlatformTestManager} -  On Test failure..
[2015-10-01 12:39:33,825] ERROR 
{org.wso2.carbon.automation.core.PlatformTestManager} -  
java.rmi.RemoteException: Fail to upload webapp file 
:org.apache.axis2.AxisFault: Unable to read data handler for dataHandler
[2015-10-01 12:39:33,826]  INFO 
{org.wso2.carbon.automation.core.PlatformTestManager} -  --------------Tests 
Failed 
org.wso2.carbon.am.tests.ESBJAVA3530TimeoutHandlerLogMessageTestCase.testMethod--------
[2015-10-01 12:39:33,833]  INFO 
{org.wso2.carbon.automation.core.PlatformTestManager} -  
--------------Finishing executing test class InitializedAndSetupServer on 
suiteam-patch-verifier--------
[2015-10-01 12:39:33,835]  INFO 
{org.wso2.carbon.automation.core.PlatformSuiteManager} -  ***********Finishing 
executing test Suite am-patch-verifier on user*******
[2015-10-01 12:39:33,836]  INFO 
{org.wso2.carbon.automation.core.PlatformSuiteManager} -  **********Starting 
executing test Suite am-features-test-suite on user***********
[2015-10-01 12:39:33,836]  INFO {org.wso2.carbon.automation.core.UserPopulator} 
-  Populating Users....
[2015-10-01 12:39:33,877]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:33,877]  INFO - CarbonAuthenticationUtil '[email protected] 
[-1234]' logged in at [2015-10-01 12:39:33,876+0530]
[2015-10-01 12:39:33,880]  INFO 
{org.wso2.carbon.automation.api.clients.authenticators.AuthenticatorClient} -  
Login Successful
[2015-10-01 12:39:33,912]  INFO {org.wso2.carbon.automation.core.UserPopulator} 
-  Populate user to AM server
[2015-10-01 12:39:33,947]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:33,947]  INFO - CarbonAuthenticationUtil '[email protected] 
[-1234]' logged in at [2015-10-01 12:39:33,947+0530]
[2015-10-01 12:39:33,951]  INFO 
{org.wso2.carbon.automation.api.clients.authenticators.AuthenticatorClient} -  
Login Successful
[2015-10-01 12:39:34,021]  INFO 
{org.wso2.carbon.automation.api.clients.user.mgt.UserManagementClient} -  Role 
name testRole already exists
[2015-10-01 12:39:34,045]  INFO 
{org.wso2.carbon.automation.api.clients.user.mgt.UserManagementClient} -  User 
name adminuser already exists
[2015-10-01 12:39:34,073]  INFO 
{org.wso2.carbon.automation.api.clients.user.mgt.UserManagementClient} -  User 
name testuser2 already exists
[2015-10-01 12:39:34,097]  INFO 
{org.wso2.carbon.automation.api.clients.user.mgt.UserManagementClient} -  User 
name testuser3 already exists
[2015-10-01 12:39:34,120]  INFO 
{org.wso2.carbon.automation.api.clients.user.mgt.UserManagementClient} -  User 
name testuser4 already exists
[2015-10-01 12:39:34,143]  INFO 
{org.wso2.carbon.automation.api.clients.user.mgt.UserManagementClient} -  User 
name testuser5 already exists
[2015-10-01 12:39:34,164]  INFO 
{org.wso2.carbon.automation.api.clients.user.mgt.UserManagementClient} -  User 
name testuser6 already exists
[2015-10-01 12:39:34,186]  INFO 
{org.wso2.carbon.automation.api.clients.user.mgt.UserManagementClient} -  User 
name testuser7 already exists
[2015-10-01 12:39:34,207]  INFO 
{org.wso2.carbon.automation.api.clients.user.mgt.UserManagementClient} -  User 
name testuser8 already exists
[2015-10-01 12:39:34,229]  INFO 
{org.wso2.carbon.automation.api.clients.user.mgt.UserManagementClient} -  User 
name testuser9 already exists
[2015-10-01 12:39:34,250]  INFO 
{org.wso2.carbon.automation.api.clients.user.mgt.UserManagementClient} -  User 
name testuser10 already exists
[2015-10-01 12:39:34,271]  INFO 
{org.wso2.carbon.automation.api.clients.user.mgt.UserManagementClient} -  User 
name testuser11 already exists
[2015-10-01 12:39:34,291]  INFO 
{org.wso2.carbon.automation.api.clients.user.mgt.UserManagementClient} -  User 
name testuser12 already exists
[2015-10-01 12:39:34,312]  INFO 
{org.wso2.carbon.automation.api.clients.user.mgt.UserManagementClient} -  User 
name testuser13 already exists
[2015-10-01 12:39:34,332]  INFO 
{org.wso2.carbon.automation.api.clients.user.mgt.UserManagementClient} -  User 
name testuser14 already exists
[2015-10-01 12:39:34,352]  INFO 
{org.wso2.carbon.automation.api.clients.user.mgt.UserManagementClient} -  User 
name testuser15 already exists
[2015-10-01 12:39:34,410]  INFO 
{org.wso2.carbon.automation.api.clients.user.mgt.UserManagementClient} -  User 
name [email protected] already exists
[2015-10-01 12:39:34,410]  INFO 
{org.wso2.carbon.automation.core.PlatformSuiteManager} -  ***********Finishing 
executing test Suite am-features-test-suite on user*******
[2015-10-01 12:39:34,411]  INFO 
{org.wso2.carbon.automation.core.PlatformExecutionManager} -  
---------------Test Execution Finished --------------------------
[2015-10-01 12:39:34,411]  INFO 
{org.wso2.carbon.automation.core.utils.ClientConnectionUtil} -  Successfully 
connected to the server on port 9443
[2015-10-01 12:39:34,411]  INFO 
{org.wso2.carbon.automation.core.utils.serverutils.ServerUtils} -  Shutting 
down the server running on : https://localhost:9443/services/
[2015-10-01 12:39:34,458]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:34,458]  INFO - CarbonAuthenticationUtil '[email protected] 
[-1234]' logged in at [2015-10-01 12:39:34,458+0530]
[2015-10-01 12:39:35,463]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:35,462]  INFO - CarbonServerManager Shutting down WSO2 API 
Manager...
[2015-10-01 12:39:35,469]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:35,469]  INFO - CarbonServerManager Shutting down OSGi 
framework...
[2015-10-01 12:39:35,516]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:35,516]  INFO - SynapseTaskManager Shutting down the task 
manager
[2015-10-01 12:39:37,747]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:37,747]  INFO - CarbonServerManager Stopping 
CarbonServerManager...
[2015-10-01 12:39:37,748]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:37,748]  INFO - PassThroughHttpSSLListener Stopping 
Pass-through HTTPS Listener..
[2015-10-01 12:39:37,750]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:37,749]  INFO - PassThroughHttpListener Stopping Pass-through 
HTTP Listener..
[2015-10-01 12:39:37,750]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:37,750]  INFO - PassThroughHttpSSLListener HTTPS Listener 
shutdown.
[2015-10-01 12:39:37,750]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:37,750]  INFO - PassThroughHttpListener HTTP Listener 
shutdown.
[2015-10-01 12:39:37,751]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:37,751]  INFO - PassThroughHttpSSLSender HTTPS Sender shutdown
[2015-10-01 12:39:37,751]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:37,751]  INFO - PassThroughHttpSender HTTP Sender shutdown
[2015-10-01 12:39:37,751]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:37,751]  INFO - PassThroughHttpSSLListener Destroying 
PassThroughHttpListener
[2015-10-01 12:39:37,752]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:37,752]  INFO - PassThroughHttpListener Destroying 
PassThroughHttpListener
[2015-10-01 12:39:37,754]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:37,754]  INFO - WebApplication Unloaded webapp: 
StandardEngine[Catalina].StandardHost[localhost].StandardContext[/STRATOS_ROOT]
[2015-10-01 12:39:37,757]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:37,757]  INFO - WebApplication Unloaded webapp: 
StandardEngine[Catalina].StandardHost[localhost].StandardContext[/authenticationendpoint]
[2015-10-01 12:39:37,758]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:37,758]  INFO - WebApplication Unloaded webapp: 
StandardEngine[Catalina].StandardHost[localhost].StandardContext[/oauth2]
[2015-10-01 12:39:37,758]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:37,758]  INFO - WebApplication Unloaded webapp: 
StandardEngine[Catalina].StandardHost[localhost].StandardContext[/publisher]
[2015-10-01 12:39:37,758]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:37,758]  INFO - WebApplication Unloaded webapp: 
StandardEngine[Catalina].StandardHost[localhost].StandardContext[/workflow-admin]
[2015-10-01 12:39:37,759]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:37,758]  INFO - WebApplication Unloaded webapp: 
StandardEngine[Catalina].StandardHost[localhost].StandardContext[/store]
[2015-10-01 12:39:37,961]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:37,961]  INFO - CarbonTomcatServiceComponent Stopping the 
carbon web-app registered under : /
[2015-10-01 12:39:38,948]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:38,948]  INFO - CarbonServerManager Shutdown complete
[2015-10-01 12:39:38,948]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
[2015-10-01 12:39:38,948]  INFO - CarbonServerManager Halting JVM
[2015-10-01 12:39:38,948]  INFO 
{org.wso2.carbon.automation.core.utils.serverutils.ServerUtils} -  Server 
stopped successfully...
[2015-10-01 12:39:38,949]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.CodeCoverageUtils} -  
Generating code coverage report ...

[2015-10-01 12:39:54,202]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.CodeCoverageUtils} -  
Including Coverage EC file 
-/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target/carbontmp1443683334438/wso2am-1.6.0/coverage.ec
[2015-10-01 12:39:54,202]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.CodeCoverageUtils} -  
Including coverage EM file 
-/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target/coverage.em


[2015-10-01 12:39:54,579]  INFO 
{org.wso2.carbon.automation.core.utils.coreutils.CodeCoverageUtils} -  Emma 
report generation completed
[2015-10-01 12:39:54,607]  INFO 
{org.wso2.carbon.automation.core.PlatformReportManager} -  
----/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target/surefire-reports/am-features-test-suite---------
[2015-10-01 12:39:54,608]  INFO 
{org.wso2.carbon.automation.core.PlatformReportManager} -  
----/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target/surefire-reports/am-features-test-suite---------
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 60.446 sec <<< 
FAILURE!
testMethod(org.wso2.carbon.am.tests.ESBJAVA3530TimeoutHandlerLogMessageTestCase)
  Time elapsed: 0.074 sec  <<< FAILURE!
java.rmi.RemoteException: Fail to upload webapp file 
:org.apache.axis2.AxisFault: Unable to read data handler for dataHandler
        at 
org.wso2.carbon.automation.api.clients.webapp.mgt.WebAppAdminClient.warFileUplaoder(WebAppAdminClient.java:71)
        at 
org.wso2.carbon.am.tests.ESBJAVA3530TimeoutHandlerLogMessageTestCase.deployArrService(ESBJAVA3530TimeoutHandlerLogMessageTestCase.java:29)
        at 
org.wso2.carbon.am.tests.ESBJAVA3530TimeoutHandlerLogMessageTestCase.testMethod(ESBJAVA3530TimeoutHandlerLogMessageTestCase.java:42)

[2015-10-01 12:39:54,621]  INFO 
{org.wso2.carbon.automation.core.utils.serverutils.ServerUtils} -  Shutting 
down server..


Results :

Failed tests:   
testMethod(org.wso2.carbon.am.tests.ESBJAVA3530TimeoutHandlerLogMessageTestCase):
 Fail to upload webapp file :org.apache.axis2.AxisFault: Unable to read data 
handler for dataHandler

Tests run: 1, Failures: 1, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:08.216s
[INFO] Finished at: Thu Oct 01 12:39:54 IST 2015

[INFO] Final Memory: 60M/686M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on 
project org.wso2.carbon.am.patch.test: There are test failures.
[ERROR] 
[ERROR] Please refer to 
/home/abimaran/sources/wso2-dev/support/trunk/products/apimgt/1.6.0/modules/integration/tests-patches/target/surefire-reports
 for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to