Re: Upgrade Camel 2.10.1 - 2.11.0 - Camel keeps restarting

2015-11-25 Thread Mullally, Mark
Immense gratitude for this post as I am now not obligated to work Thanksgiving Day to resolve the issue ... years later I am witnessing exactly the same behavior as you described and the remedy of removing the update-strategy="reload" attribute also resolved the issue. The only insight I can

Re: Upgrade Camel 2.10.1 - 2.11.0 - Camel keeps restarting

2013-06-12 Thread Martin Stiborský
Hello, it's deployed to Karaf 2.3.1 On Wed, Jun 12, 2013 at 4:35 AM, Willem Jiang willem.ji...@gmail.com wrote: which version of Karaf are you using? It looks like a Karaf issue. I don't think camel's change will cause this issue. 发自我的 iPhone 在 2013-6-12,上午1:51,Martin Stiborský

Re: Upgrade Camel 2.10.1 - 2.11.0 - Camel keeps restarting

2013-06-11 Thread Martin Stiborský
It's been a while but now I had some time to investigate this problem again. I think I have found the problem. It's caused by property-placeholder in blueprint, to be specific - it's restarting over and over when there is configured update-strategy=reload. Without this option, it works. I tried

Re: Upgrade Camel 2.10.1 - 2.11.0 - Camel keeps restarting

2013-06-11 Thread Willem Jiang
which version of Karaf are you using? It looks like a Karaf issue. I don't think camel's change will cause this issue. 发自我的 iPhone 在 2013-6-12,上午1:51,Martin Stiborský martin.stibor...@gmail.com 写道: It's been a while but now I had some time to investigate this problem again. I think I have

Re: Upgrade Camel 2.10.1 - 2.11.0 - Camel keeps restarting

2013-05-23 Thread Martin Stiborský
Not yet - I hasn't spent too much time on this and we postponed Camel 2.11 upgrade right now. I'll check debug log of camel and try to find the problem there. It seems I'm not alone on this :) http://camel.465427.n5.nabble.com/prevent-CamelContext-from-shutting-down-in-blueprint-td5733004.html

Re: Upgrade Camel 2.10.1 - 2.11.0 - Camel keeps restarting

2013-05-23 Thread Raul Kripalani
It could be an issue with the way you deploy your bundles. If you drop them in the deploy/ directory, and you happen to deploy libraries that fulfill optional imports elsewhere, the OSGi framework could force a refresh of the entire bundle set. Hence justifying the observed behaviour to some

Re: Upgrade Camel 2.10.1 - 2.11.0 - Camel keeps restarting

2013-05-23 Thread Martin Stiborský
Hi! We are using features for deployment (https://cwiki.apache.org/KARAF/46-provisioning.html). I did a quick test with Camel 2.11 and Karaf 2.3.1, completely fresh installation and this I have there some dependencies troubles, like missing osgi.wiring.package=org.apache.aries.util and few

Re: Upgrade Camel 2.10.1 - 2.11.0 - Camel keeps restarting

2013-05-03 Thread Claus Ibsen
Hi Did you figure out this problem? On Wed, May 1, 2013 at 1:42 PM, Martin Stiborský martin.stibor...@gmail.com wrote: Hi guys, I'm trying to upgrade Camel and Karaf in our project to newer version, as the Camel 2.11 is out. Camel 2.10.1 - 2.11 Karaf 2.2.10 - 2.3.1 There were needed few

Upgrade Camel 2.10.1 - 2.11.0 - Camel keeps restarting

2013-05-01 Thread Martin Stiborský
Hi guys, I'm trying to upgrade Camel and Karaf in our project to newer version, as the Camel 2.11 is out. Camel 2.10.1 - 2.11 Karaf 2.2.10 - 2.3.1 There were needed few modifications. nothing serious, but Camel and Karaf behaves a little bit weird - CamelContent is created and immediatelly shut