wso2-das

WSO2 API Manager as 2 instance all-in-one setup

社会主义新天地 提交于 2019-12-11 02:38:17
问题 I have recently deployed WSO2 API Manager (2.0.0) as 2 instance all-in-one clustered (using Hazelcast AWS scheme) with mysql datasource as specified in this link Since, not able to find a complete step by step installation guide for this setup. I would like to clarify few areas that I am not too sure of. Depsync via SVN - since this will be manger to manger nodes (instead of manager to worker nodes) both will have <AutoCommit>true</AutoCommit> . Should we have any concern on this? DAS -

Change default admin password on WSO2 DAS

蓝咒 提交于 2019-12-08 21:22:45
After installing WSO2 Data Analytics Server and changing the default admin password i am getting the following ERROR ERROR {org.wso2.carbon.databridge.agent.endpoint.DataEndpointConnectionWorker} - Error while trying to connect to the endpoint. Cannot borrow client for ssl://localhost:7711 {org.wso2.carbon.databridge.agent.endpoint.DataEndpointConnectionWorker} org.wso2.carbon.databridge.agent.exception.DataEndpointAuthenticationException: Cannot borrow client for ssl://localhost:7711 Does anybody knows why this is happening. What conf file i have to change and how? stack trace: TID: [-1234] [

how to push data from java class to Wso2 DAS

痞子三分冷 提交于 2019-12-08 11:53:14
问题 Is there any document or step by step process which guides us on how we can use WS02 DAS to pull data from java class objects and display reports using this data using WS02 Dashboards. Any help would be really appreciated. 回答1: First You can create an Event Stream by specifying attributes and mention what are the attributes you need to persist. When events arrives to the streams, those will be stored in Events tables [1]. Then you can create an Event Receiver for that Event Stream [2]. When

Change default admin password on WSO2 DAS

元气小坏坏 提交于 2019-12-08 05:40:35
问题 After installing WSO2 Data Analytics Server and changing the default admin password i am getting the following ERROR ERROR {org.wso2.carbon.databridge.agent.endpoint.DataEndpointConnectionWorker} - Error while trying to connect to the endpoint. Cannot borrow client for ssl://localhost:7711 {org.wso2.carbon.databridge.agent.endpoint.DataEndpointConnectionWorker} org.wso2.carbon.databridge.agent.exception.DataEndpointAuthenticationException: Cannot borrow client for ssl://localhost:7711 Does

The architecture we use with DAS and GREG

落爺英雄遲暮 提交于 2019-12-07 21:35:34
问题 first introduce our use case: The Real-time data analytics platform . One external system product time-series data every 1s.The time-series data consist of [id,time,value] fields .And it support REST API to search these time-series data. We have a lot of (more than 100) standlone CPP programs to analyze the time-series data, and these programs would produce KPI into Database. The programs is realtime computation, every CPP programs read datas per second , doing processing per soncond, and

The architecture we use with DAS and GREG

白昼怎懂夜的黑 提交于 2019-12-06 07:45:13
first introduce our use case: The Real-time data analytics platform . One external system product time-series data every 1s.The time-series data consist of [id,time,value] fields .And it support REST API to search these time-series data. We have a lot of (more than 100) standlone CPP programs to analyze the time-series data, and these programs would produce KPI into Database. The programs is realtime computation, every CPP programs read datas per second , doing processing per soncond, and send the KPI result to database. The system architechture we used is so simple: But the system has

WSO2 API Manager 2.0 Log Error localhost:7712 (ssl thrift port)

笑着哭i 提交于 2019-12-05 07:45:28
问题 I have installed APIM and APIM Analytics in two different machines. I followed this guide to connect APIM to APIM Analytics. Analytics are working fine, I can see usage data in dashboards, but this error keeps showing once and again in log file ERROR {org.wso2.carbon.databridge.agent.endpoint.DataEndpointConnectionWorker} - Error while trying to connect to the endpoint. Cannot borrow client for ssl://localhost:7712 {org.wso2.carbon.databridge.agent.endpoint.DataEndpointConnectionWorker} org

wso2 das 3.0.1 with am 1.10.0: Cannot borrow client for ssl://localhost:7711

╄→尐↘猪︶ㄣ 提交于 2019-12-04 05:30:27
问题 I tried to set offset 3 and 0, all works fine with statistics with REST setup for now. However, the DAS wso2carbon.log keeps throwing the following error messages: TID: [-1] [] [2016-09-15 16:27:30,727] ERROR {org.wso2.carbon.databridge.agent.endpoint.DataEndpointConnectionWorker} - Error while trying to connect to the endpoint. Cannot borrow client for ssl://localhost:7711 {org.wso2.carbon.databridge.agent.endpoint.DataEndpointConnectionWorker} org.wso2.carbon.databridge.agent.exception

WSO2 API Manager 2.0 Log Error localhost:7712 (ssl thrift port)

血红的双手。 提交于 2019-12-03 23:15:45
I have installed APIM and APIM Analytics in two different machines. I followed this guide to connect APIM to APIM Analytics. Analytics are working fine, I can see usage data in dashboards, but this error keeps showing once and again in log file ERROR {org.wso2.carbon.databridge.agent.endpoint.DataEndpointConnectionWorker} - Error while trying to connect to the endpoint. Cannot borrow client for ssl://localhost:7712 {org.wso2.carbon.databridge.agent.endpoint.DataEndpointConnectionWorker} org.wso2.carbon.databridge.agent.exception.DataEndpointAuthenticationException: Cannot borrow client for ssl

WSO2 DAS with MongoDB

眉间皱痕 提交于 2019-12-02 01:45:41
问题 Is it possible to setup MongoDB as the analytic datasource in WSO2 DAS? I saw DAS support cassandra , HBase in analytics-datasources.xml script. 回答1: We have done a PR to support MongoDB in DAS. It is already included in the master branch, you can take a look at these PRs: https://github.com/wso2/carbon-analytics/pull/225 And here: https://github.com/wso2/carbon-data/pull/133 Best regards, 回答2: Out of the box, WSO2 Data Analytics Server (DAS) does not support MongoDB. However, we have written