Re: Decanter hangs...

2016-12-14 Thread Jean-Baptiste Onofré
For Kibana, it doesn't hang, it installs the dashboard/index in Elasticsearch. For EventAdmin, I'm not sure, I have to take a look. Regards JB On 12/14/2016 11:12 PM, CodeCola wrote: karaf feature:repo-add decanter 1.1.0 feature:install decanter feature:install decanter-collector-eventadmin

Re: JMX UI for Cellar and/or Karaf

2016-12-14 Thread CodeCola
Ok I have Kibana running and can access the Dashboard over localhost. I have also installed JMX collector (see below) I have 2 Karaf instances started and cellar installed on them. After that I am not sure. How do I add the cellar nodes to show in the dashboard? Using Filter but what queries or

Decanter hangs...

2016-12-14 Thread CodeCola
karaf feature:repo-add decanter 1.1.0 feature:install decanter feature:install decanter-collector-eventadmin *{hangs}* feature:install decanter-collector-jmx feature:install elasticsearch feature:install kibana *{hangs}* feature:install decanter-appender-elasticsearch -- View this message in

Re: JMX UI for Cellar and/or Karaf

2016-12-14 Thread CodeCola
What is the syntax? It doesn't say here: https://karaf.apache.org/manual/decanter/latest-1/ Should it be... karaf@root()> *feature:install decanter-collector-cellar* ?? -- View this message in context: http://karaf.922171.n3.nabble.com/JMX-UI-for-Cellar-and-or-Karaf-tp4049010p4049018.html

Re: JMX UI for Cellar and/or Karaf

2016-12-14 Thread Jean-Baptiste Onofré
Yes, Decanter can collect the JMX metrics of the Karaf instances where Cellar is running. Regards JB On 12/14/2016 06:28 PM, CodeCola wrote: Yes I just went to see Decanterbut my primary interest is show runtime views...does Decanter plug into or collect runtime views from *Cellar*?

RE: Don't understand: missing requirement

2016-12-14 Thread CLEMENT Jean-Philippe
Ah ok, well.. right, we did change exported service from com.y.SomeAPI to com.y.WonderSomeAPI where WonderSomeAPI extends SomeAPI. Cannot the system match WonderSomeAPI service requirement to SomeAPI? Is there a way to export WonderSomeAPI as both itself and its parent API SomeAPI? Regards, JP

Re: JMX UI for Cellar and/or Karaf

2016-12-14 Thread CodeCola
Yes I just went to see Decanterbut my primary interest is show runtime views...does Decanter plug into or collect runtime views from *Cellar*? (what are "actions" on Decanter ?) -- View this message in context:

Re: Don't understand: missing requirement

2016-12-14 Thread Guillaume Nodet
The bundle has a requirement on an OSGi service using the interface/class com.y.SomeAPI 2016-12-14 18:10 GMT+01:00 CLEMENT Jean-Philippe < jean-philippe.clem...@fr.thalesgroup.com>: > Hello, > > We did a small change somewhere leading a Karaf freeze. Karaf (4.0.7) is > assembled with our

Re: JMX UI for Cellar and/or Karaf

2016-12-14 Thread Jean-Baptiste Onofré
Hi, Decanter can collect JMX metrics and provide dashboard. But for now, we don't provide "actions" on Decanter (it's on the roadmap). Hawtio provides some JMX views. Regards JB On 12/14/2016 05:44 PM, CodeCola wrote: I have to demo Karaf and Cellar to non-technical audience and working in

JMX UI for Cellar and/or Karaf

2016-12-14 Thread CodeCola
I have to demo Karaf and Cellar to non-technical audience and working in the shell makes it hard. Is there no JMX UI for Cellar and/or Karaf? JConsole is not even worth mentioning. I am interested in something like this - Openfire JMX Web Console

Re: HA-JDBC in karaf

2016-12-14 Thread conejo
Hi JB. You're right. I think I've got it. I leave this little guide in case anyone is interested. How to configure a datasource ha-jdbc in karaf: 1.- We assume that we have installed the features: jndi, jdbc, pax-jdbc-config, pax-jdbc-pool-dbcp2, pax-jdbc-h2 and any pax-jdbc-ddbb 2.- The