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 <[email protected]>
wrote:

> Hi Rajazz
> Can you please share the full error log
>
> On Thu, Jul 16, 2015 at 10:28 PM, Rajjaz Mohammed <[email protected]> wrote:
>
>>
>> ---------- Forwarded message ----------
>> From: Rajjaz Mohammed <[email protected]>
>> Date: Thu, Jul 16, 2015 at 10:22 PM
>> Subject: [dev] [Connector] Testing error
>> To: WSO2 Developers' List <[email protected]>
>> Cc: Naasheer Ali <[email protected]>, Malaka Silva <[email protected]>
>>
>>
>> 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  :[email protected]
>> 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  :[email protected]
>> 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
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to