problem to start karaf 3.0

2014-01-23 Thread Christian Andersson A
Hi, Have some problem to start karaf 3.0 A guess is that is has to do with the proxy. In my ~/.m2/settings.xml I have specified the proxy. I have verified that it works with apache-karaf-3.0.0.RC1 Is this a know issue? Or has something changed how the proxy is specified between RC1 and the

Re: problem to start karaf 3.0

2014-01-23 Thread Jean-Baptiste Onofré
Hi Christian, Can you show your proxy settings in ~/.m2/settings.xml. Can you force the path to settings.xml in etc/org.ops4j.pax.url.mvn.cfg ? You don't have the issue without the proxy ? Thanks Regards JB On 01/23/2014 09:50 AM, Christian Andersson A wrote: Hi, Have some problem to start

question about cellar-dosgi

2014-01-23 Thread simafengyun1984
HI JB, I have 2 node(karaf 2.3.3, cellar 2.3.2 ) in the node1, have a service bundle and register a service(emo.service.TransformService) karaf@root bundle-services 157 demo.service-bundle provides: -- *[demo.service.TransformService]*

Re: question about cellar-dosgi

2014-01-23 Thread Jean-Baptiste Onofré
Hi, to be visible on the cluster, the service needs a property service.exported.interfaces=* Is it the case ? You have sample here: http://svn.apache.org/repos/asf/karaf/attic/cellar/branches/cellar-2.3.x/samples/dosgi-greeter/ Regards JB On 01/23/2014 11:38 AM, simafengyun1984 wrote: HI

Fwd: Deploy issues in Karaf/Blueprint

2014-01-23 Thread Christopher Arnold
I'm attempting to hot deploy a Camel route using the ActiveMQComponent into Karaf via the deploy folder using a blueprint xml file but I'm running into dependency issues. When Karaf attempts to start the created bundle I see this error: 2014-01-22 13:41:51,092 | ERROR | -SNAPSHOT/deploy |

Re: Fwd: Deploy issues in Karaf/Blueprint

2014-01-23 Thread Jean-Baptiste Onofré
By the way, I guess that it works with you install your route bundle using bundle:install ? The issue occurs only when dropping the file into the deploy folder ? Regards JB On 01/23/2014 03:21 PM, Jean-Baptiste Onofré wrote: Hi Christopher, what's the list of installed features ? Regards JB

Re: Fwd: Deploy issues in Karaf/Blueprint

2014-01-23 Thread Jean-Baptiste Onofré
Hi Christopher, what's the list of installed features ? Regards JB On 01/23/2014 03:07 PM, Christopher Arnold wrote: I'm attempting to hot deploy a Camel route using the ActiveMQComponent into Karaf via the deploy folder using a blueprint xml file but I'm running into dependency issues. When

Re: Fwd: Deploy issues in Karaf/Blueprint

2014-01-23 Thread A. Rothman
A wild guess here, but maybe it's the same issue with the ActiveMQ webconsole bundle as in https://issues.apache.org/jira/browse/AMQ-4850. If you're not using the ActiveMQ web console, try uninstalling it or installing the -noweb feature instead of the full feature, that solved all the

Karaf 2.3.3 Deploying kars updates

2014-01-23 Thread cbiava
Hello, on karaf 2.3.3, i would like to know if it's possible deploying different feature versions without any service interruption. For instance, I install through deploy/ projet-1.0.3.kar. Karaf deploys and installs it with other features. The service is directly avalaible which is perfect. When

Re: Fwd: Deploy issues in Karaf/Blueprint

2014-01-23 Thread Jean-Baptiste Onofré
Good point: indeed I would install activemq-broker-noweb instead of activemq-broker. More over, AFAIR, the default activemq-broker feature installs a activemq.xml (in etc) including a JAAS plugin for authentication. I would try to remove the JAAS plugin. Regards JB On 01/23/2014 03:37 PM,

Re: Karaf 2.3.3 Deploying kars updates

2014-01-23 Thread Jean-Baptiste Onofré
Hi Christophe, there is not really kind of feature update (it's basically uninstall/install). What you can do is to install the new kar, uninstall the previous version features and remove the old kar (include .timestamp) (if I understand you correctly). Regards JB On 01/23/2014 03:45 PM,

Re: Fwd: Deploy issues in Karaf/Blueprint

2014-01-23 Thread Christopher Arnold
Looks like this is at least related. I removed the activemq-web-console feature and that seems to get things working. Looking at bundle:tree-show it looks like for some reason the activemq-web-console is exporting all of the activemq packages and thus is getting wired to my bundle instead of

Re: Karaf 2.3.3 Deploying kars updates

2014-01-23 Thread cbiava
Hi Jean baptiste, thank you for quick answer. Yes you understood well. Too bad we cannot switch from a version to another in other way thant uninstall/reinstall =) therefore, I have a little interruption in the updating operation. Actually I can't afford to have both versions deployed at the same

Re: problem to start karaf 3.0

2014-01-23 Thread Christian Andersson A
Hi, I got it to work, not sure how and what I did.. The installation that didn't work I erased the things in apache-karaf-3.0.0/data/cache/* and after that it started. Thanks for the help.. //chibbe On 01/23/2014 03:49 PM, Ryan Moquin wrote: Are you running Karaf as a service, perhaps as