yes AFAIK I’m following the readme file

On Thu, Jul 16, 2015 at 10:43 PM, Sriashalya Srivathsan <asha...@wso2.com>
wrote:

> Hi Rajjazz
> Have you enabled all required formatters and builders in the Axis2.xml
>
> On Thu, Jul 16, 2015 at 10:39 PM, Rajjaz Mohammed <raj...@wso2.com> wrote:
>
>> its just a part of the log because its taking much time
>>
>> On Thu, Jul 16, 2015 at 10:34 PM, Sriashalya Srivathsan <asha...@wso2.com
>> > wrote:
>>
>>> Hi Rajjaz,
>>> you can use nohup mvn clean install command to get the log
>>>
>>>
>>> Thanks
>>>
>>> On Thu, Jul 16, 2015 at 10:31 PM, Sriashalya Srivathsan <
>>> asha...@wso2.com> wrote:
>>>
>>>> Hi Rajazz
>>>> Can you please share the full error log
>>>>
>>>> On Thu, Jul 16, 2015 at 10:28 PM, Rajjaz Mohammed <raj...@wso2.com>
>>>> wrote:
>>>>
>>>>>
>>>>> ---------- Forwarded message ----------
>>>>> From: Rajjaz Mohammed <raj...@wso2.com>
>>>>> Date: Thu, Jul 16, 2015 at 10:22 PM
>>>>> Subject: [dev] [Connector] Testing error
>>>>> To: WSO2 Developers' List <dev@wso2.org>
>>>>> Cc: Naasheer Ali <naashe...@wso2.com>, Malaka Silva <mal...@wso2.com>
>>>>>
>>>>>
>>>>> Hi All,
>>>>> while I’m testing the cashboard connector I’m getting this error can
>>>>> you suggest how to solve it
>>>>>
>>>>> [2015-07-16 22:13:48,609] ERROR {org.apache.sandesha2.SandeshaModule}
>>>>> -  Could not load module policies. Using default values.
>>>>> [2015-07-16 22:13:48,609] ERROR {org.apache.sandesha2.SandeshaModule}
>>>>> -  Could not load module policies. Using default values.
>>>>> [2015-07-16 22:13:48,725]  INFO
>>>>> {org.apache.synapse.transport.nhttp.HttpCoreNIOSender} -  HTTP Sender
>>>>> starting
>>>>> [2015-07-16 22:13:48,725]  INFO
>>>>> {org.apache.synapse.transport.nhttp.HttpCoreNIOSender} -  HTTP Sender
>>>>> starting
>>>>> [2015-07-16 22:13:48,734]  INFO
>>>>> {org.wso2.carbon.automation.core.utils.axis2serverutils.SampleAxis2Server}
>>>>> -  Starting sample Axis2 server
>>>>> [2015-07-16 22:13:48,769]  INFO
>>>>> {org.apache.synapse.transport.nhttp.HttpCoreNIOListener} -  HTTP Listener
>>>>> started on 0:0:0:0:0:0:0:0:9000
>>>>> [2015-07-16 22:13:48,769]  INFO
>>>>> {org.apache.synapse.transport.nhttp.HttpCoreNIOListener} -  HTTP Listener
>>>>> started on 0:0:0:0:0:0:0:0:9000
>>>>> [2015-07-16 22:13:50,769]  INFO
>>>>> {org.wso2.carbon.automation.core.PlatformExecutionManager} -  Deploying
>>>>> services..............
>>>>> [2015-07-16 22:13:50,780]  WARN
>>>>> {org.apache.axis2.deployment.ServiceBuilder} -  Service [ DataSourceAdmin]
>>>>> is trying to expose in a transport : https and which is not available in
>>>>> Axis2
>>>>> [2015-07-16 22:13:50,780]  WARN
>>>>> {org.apache.axis2.deployment.ServiceBuilder} -  Service [ DataSourceAdmin]
>>>>> is trying to expose in a transport : https and which is not available in
>>>>> Axis2
>>>>> [2015-07-16 22:13:50,783] ERROR
>>>>> {org.wso2.carbon.automation.core.PlatformExecutionManager} -  Unable to
>>>>> start servers
>>>>> org.apache.axis2.deployment.DeploymentException: Service
>>>>> [DataSourceAdmin] is trying expose in tranpsorts: <transports>
>>>>>             <transport>https</transport>
>>>>>         </transports> and which is/are not available in Axis2
>>>>>     at
>>>>> org.apache.axis2.deployment.DeploymentEngine.loadServiceGroup(DeploymentEngine.java:1324)
>>>>>     at
>>>>> org.wso2.carbon.automation.core.utils.axis2serverutils.SampleAxis2Server.deployService(SampleAxis2Server.java:132)
>>>>>     at
>>>>> org.wso2.carbon.automation.core.PlatformExecutionManager.startSimpleAxis2Server(PlatformExecutionManager.java:230)
>>>>>     at
>>>>> org.wso2.carbon.automation.core.PlatformExecutionManager.startSevers(PlatformExecutionManager.java:190)
>>>>>     at
>>>>> org.wso2.carbon.automation.core.PlatformExecutionManager.onExecutionStart(PlatformExecutionManager.java:76)
>>>>>     at org.testng.TestNG.runExecutionListeners(TestNG.java:1032)
>>>>>     at org.testng.TestNG.run(TestNG.java:983)
>>>>>     at
>>>>> org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:178)
>>>>>     at
>>>>> org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:92)
>>>>>     at
>>>>> org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:96)
>>>>>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>>     at
>>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>>>>>     at
>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>>>>     at java.lang.reflect.Method.invoke(Method.java:606)
>>>>>     at
>>>>> org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
>>>>>     at
>>>>> org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
>>>>>     at
>>>>> org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
>>>>>     at
>>>>> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
>>>>>     at
>>>>> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
>>>>> Caused by: org.apache.axis2.deployment.DeploymentException: Service
>>>>> [DataSourceAdmin] is trying expose in tranpsorts: <transports>
>>>>>             <transport>https</transport>
>>>>>         </transports> and which is/are not available in Axis2
>>>>>     at
>>>>> org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(ServiceGroupBuilder.java:106)
>>>>>     at
>>>>> org.apache.axis2.deployment.repository.util.ArchiveReader.buildServiceGroup(ArchiveReader.java:109)
>>>>>     at
>>>>> org.apache.axis2.deployment.DeploymentEngine.loadServiceGroup(DeploymentEngine.java:1317)
>>>>>     ... 18 more
>>>>> Caused by: org.apache.axis2.deployment.DeploymentException: Service
>>>>> [DataSourceAdmin] is trying expose in tranpsorts: <transports>
>>>>>             <transport>https</transport>
>>>>>         </transports> and which is/are not available in Axis2
>>>>>     at
>>>>> org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBuilder.java:441)
>>>>>     at
>>>>> org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(ServiceGroupBuilder.java:101)
>>>>>     ... 20 more
>>>>> Caused by: org.apache.axis2.AxisFault: Service [DataSourceAdmin] is
>>>>> trying expose in tranpsorts: <transports>
>>>>>             <transport>https</transport>
>>>>>         </transports> and which is/are not available in Axis2
>>>>>     at
>>>>> org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBuilder.java:353)
>>>>>     ... 21 more
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Thank you
>>>>> Best Regards
>>>>>
>>>>> Rajjaz HM
>>>>> Associate Software Engineer
>>>>> WSO2 Inc. <http://wso2.com/>
>>>>> lean | enterprise | middleware
>>>>> Mobile : +94752833834
>>>>> Email  :raj...@wso2.com
>>>>> LinkedIn | Blogger | WSO2 Profile
>>>>> <http://wso2.com/about/team/mohammer_rajjaz/>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Thank you
>>>>> Best Regards
>>>>>
>>>>> Rajjaz HM
>>>>> Associate Software Engineer
>>>>> WSO2 Inc. <http://wso2.com/>
>>>>> lean | enterprise | middleware
>>>>> Mobile : +94752833834
>>>>> Email  :raj...@wso2.com
>>>>> LinkedIn | Blogger | WSO2 Profile
>>>>> <http://wso2.com/about/team/mohammer_rajjaz/>
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Regards
>>>> S.Sriashalya,
>>>> WSO2 *Inc*.
>>>> lean . enterprise . middleware
>>>>
>>>
>>>
>>>
>>> --
>>> Regards
>>> S.Sriashalya,
>>> WSO2 *Inc*.
>>> lean . enterprise . middleware
>>>
>>
>>
>>
>> --
>> Thank you
>> Best Regards
>>
>> Rajjaz HM
>> Associate Software Engineer
>> WSO2 Inc. <http://wso2.com/>
>> lean | enterprise | middleware
>> Mobile : +94752833834
>> Email  :raj...@wso2.com
>> LinkedIn | Blogger | WSO2 Profile
>> <http://wso2.com/about/team/mohammer_rajjaz/>
>>
>
>
>
> --
> Regards
> S.Sriashalya,
> WSO2 *Inc*.
> lean . enterprise . middleware
>



-- 
Thank you
Best Regards

Rajjaz HM
Associate Software Engineer
WSO2 Inc. <http://wso2.com/>
lean | enterprise | middleware
Mobile : +94752833834
Email  :raj...@wso2.com
LinkedIn | Blogger | WSO2 Profile
<http://wso2.com/about/team/mohammer_rajjaz/>
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to