Re: [Dev] (IDENTITY-6167) Need to honor modifications to email-admin-config.xml file

2017-08-08 Thread Thilina Madumal
Hi all, Instead of having set of configuration files, why can't we go with a configuration database. For an example; - We can use CouchDB as our configuration database. There we can achieve Configuration changes to database files itself reflected in UI and

Re: [Dev] [EI-Analytics] [kubernetes] NPE when activating analytics data service

2017-08-08 Thread Dilan Udara Ariyaratne
In fact, not Vinod... This was actually a configuration issue. Not a bug from EI side. Only issue was that the issue was not apparent from the stack-trace. I have changed the datasource name in analytics-datasources.xml, but missed out updating the same at analytics-config.xml. That was the

[Dev] [GSOC][Siddhi][DEV] Deployment and Code Management of PySiddhi

2017-08-08 Thread Madhawa Vidanapathirana
Hi, I have prepared the branch for PySiddhi 3.1 (in fork of main repo) and it is available at [1]. However, I am unable to send the PR since 3.1 branch is not in the main repository at [2]. Also, would be requiring a branch for 4.0 to PR the 4.0 version which will be ready soon. [1]

Re: [Dev] Strange behaviour with 2 API Managers sharing the same db

2017-08-08 Thread Harsha Kumara
Hi Junior, If the nodes are not clustered this cause because another node won't index the artifacts. In a noncluster mode, you have to enable skipCache in registry.xml. Skip caching by adding the following configuration under the element in the /repository/conf/registry.xml file in all

Re: [Dev] [EI-Analytics] [kubernetes] NPE when activating analytics data service

2017-08-08 Thread Vinod Kavinda
Hi DilanA, I'm not exactly clear about the issue. Is this something we need to fix in the analytics distribution or because of your changes done in analytics-datasources.xml? If there is something we need to fix in EI, please raise a ticket with label analytics in Github. Thanks, Vinod

[Dev] Strange behaviour with 2 API Managers sharing the same db

2017-08-08 Thread Júnior
Hi Everyone, I have the following setup: 2 API Manager instances not clustered sharing the same DB. The only thing that is not shared is the Local Registry. We are able to use the import/export tool to import the API. And be able to see the APIs in store in both servers. But if I publish in

Re: [Dev] [API-MGR] Error! You have partially created keys.

2017-08-08 Thread Júnior
I found the problem. api-manager.xml and identity.xml were using different data sources, and because of this it was not able to get the generated keys and displayed that message. Thanks 2017-08-08 10:04 GMT-03:00 Júnior : > As I could see in the jag files, it shows this

Re: [Dev] [API-MGR] Error! You have partially created keys.

2017-08-08 Thread Júnior
As I could see in the jag files, it shows this message when the Keys are in the status COMPLETED. Does anyone know when a key goes to this status? Thanks, 2017-08-02 15:53 GMT-03:00 Júnior : > Hi, > > I am facing a weird issue. I have an app on Api Manager and I am able to

Re: [Dev] [EI-Analytics] [kubernetes] NPE when activating analytics data service

2017-08-08 Thread Dilan Udara Ariyaratne
Hi All, I had an off-line discussion with Mohan on this and figured out the root cause which was not obvious when looking at the stack-trace. The issue was "Updating the analytics database names at analytics-datasources.xml, but those changed names been not reflected at analytics-config.xml".