Re: Karaf 4.0.7 works on one virtual machine, but not on a different one

2017-03-17 Thread Steinar Bang
> Steinar Bang : >>> The feature installation fails with an error message: >>> karaf@root()> feature:install ukelonn-db-postgresql >>> Error executing command: Unable to resolve root: missing requirement [root] >>> osgi.identity; osgi.identity=ukelonn-db-postgresql;

Re: Karaf 4.0.7 works on one virtual machine, but not on a different one

2017-03-17 Thread Steinar Bang
> Steinar Bang : >> The feature installation fails with an error message: >> karaf@root()> feature:install ukelonn-db-postgresql >> Error executing command: Unable to resolve root: missing requirement [root] >> osgi.identity; osgi.identity=ukelonn-db-postgresql;

Re: Karaf 4.0.7 works on one virtual machine, but not on a different one

2017-03-17 Thread Steinar Bang
> Steinar Bang : > The feature installation fails with an error message: > karaf@root()> feature:install ukelonn-db-postgresql > Error executing command: Unable to resolve root: missing requirement [root] > osgi.identity; osgi.identity=ukelonn-db-postgresql; type=karaf.feature;

Re: [Cellar] Load balancer setup

2017-03-17 Thread glopez
Thanks for your reply and sorry to keep bothering :/ I think I understand what you say and I want to implement the scenario you described, in my case with 3 nodes instead of 5. I want to proxy from the load-balancer node to node1 or node2. So I guess in my case I should have node1 and node2 in

Re: CXF 3.1.8 in karaf 4.1.1 ?

2017-03-17 Thread ivoleitao
Well I discovered the problem. This only happens with cxf 3.1.10. CXF 3.1.9 works well I've already opened an issue to the CXF team https://issues.apache.org/jira/browse/CXF-7288 Best Regards, Ivo Leitão -- View this message in context:

Re: CXF 3.1.8 in karaf 4.1.1 ?

2017-03-17 Thread ivoleitao
Ok Christian, Thanks a lot Best Regards, Ivo Leitão -- View this message in context: http://karaf.922171.n3.nabble.com/CXF-3-1-8-in-karaf-4-1-1-tp4049844p4049873.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: CXF 3.1.8 in karaf 4.1.1 ?

2017-03-17 Thread Christian Schneider
We will try to improve this. Not sure if it is a bug or expected. I will discuss this with Guillaume. In the mean time I think it is easiest if you just create a small CXF-DOSGi feature yourself. The good thing is that the CXF-DOSGi feature is very small as it mainly uses Aries RSA and CXF

Getting InvalidClientIDException for durable subscription with Camel in Karaf

2017-03-17 Thread Oliver Wulff
Hi there I've three camel routes (one publisher, two subscriber) (Spring DM) deployed in Karaf 4 where I use durable subscription with embedded ActiveMQ broker. When I redeploy the bundle I get the following errors. After around one minute it recovers and starts working. I looks like that

how to externalize config and use config:edit command to create files externaly

2017-03-17 Thread Christian Wolf
Hi, I have a question regarding pid configuration files and "config:*" karaf commands. By default, pid configuration file goes here: * karaf/etc/*.cfg I would like to store only our own "foo.bar.*.cfg" pid files in an external folder (somewhere out of the karaf installation) such as: *

Re: CXF 3.1.8 in karaf 4.1.1 ?

2017-03-17 Thread ivoleitao
Well, just to give an update. Unfortunately no matter the configurations I ended up always with a problem while trying to use a more recent cxf version with DOSGi This was my last try with the karaf-maven-plugin org.apache.karaf.tooling