Return-Path: X-Original-To: apmail-activemq-issues-archive@minotaur.apache.org Delivered-To: apmail-activemq-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8A9DE196EB for ; Mon, 11 Apr 2016 16:28:26 +0000 (UTC) Received: (qmail 59281 invoked by uid 500); 11 Apr 2016 16:28:26 -0000 Delivered-To: apmail-activemq-issues-archive@activemq.apache.org Received: (qmail 59106 invoked by uid 500); 11 Apr 2016 16:28:26 -0000 Mailing-List: contact issues-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list issues@activemq.apache.org Received: (qmail 59021 invoked by uid 99); 11 Apr 2016 16:28:26 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Apr 2016 16:28:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B8C362C1F6E for ; Mon, 11 Apr 2016 16:28:25 +0000 (UTC) Date: Mon, 11 Apr 2016 16:28:25 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMQ-6241) Installing camel-core in Karaf prevents activemq-camel from deploying successfully MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-6241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15235412#comment-15235412 ] Claus Ibsen commented on AMQ-6241: ---------------------------------- Ralf can you try installing camel-spring first before activemq. That module is now optional and not installed by default anymore as it brings in Spring 3.x JARs because of spring-dm. > Installing camel-core in Karaf prevents activemq-camel from deploying successfully > ---------------------------------------------------------------------------------- > > Key: AMQ-6241 > URL: https://issues.apache.org/jira/browse/AMQ-6241 > Project: ActiveMQ > Issue Type: Bug > Components: activemq-camel > Affects Versions: 5.13.2 > Environment: Karaf 4.0.3, Java 8 > Reporter: Ralf Steppacher > Priority: Critical > > Installing {{activemq-camel}} into a virgin Karaf 4.0.3 instance works. If {{camel-core}} gets installed before one attempts to install {{activemq-camel}}, the latter fails: > {noformat} > $ ./karaf > __ __ ____ > / //_/____ __________ _/ __/ > / ,< / __ `/ ___/ __ `/ /_ > / /| |/ /_/ / / / /_/ / __/ > /_/ |_|\__,_/_/ \__,_/_/ > Apache Karaf (4.0.3) > Hit '' for a list of available commands > and '[cmd] --help' for help on a specific command. > Hit '' or type 'system:shutdown' or 'logout' to shutdown Karaf. > karaf@root()> feature:repo-add activemq 5.13.2 > Adding feature url mvn:org.apache.activemq/activemq-karaf/5.13.2/xml/features > karaf@root()> feature:repo-add camel 2.17.0 > Adding feature url mvn:org.apache.camel.karaf/apache-camel/2.17.0/xml/features > karaf@root()> feature:install camel-core > karaf@root()> feature:install activemq > activemq activemq-blueprint activemq-broker activemq-broker-noweb > activemq-camel activemq-client activemq-web-console > karaf@root()> feature:install activemq-camel > karaf@root()> bundle:list | grep -i activemq > 59 | Active | 80 | 5.13.2 | activemq-camel > 60 | Failure | 80 | 5.13.2 | activemq-osgi > karaf@root()> > {noformat} > Error in Karaf log: > {noformat} > 2016-04-11 17:25:25,093 | INFO | nsole user karaf | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | Adding features: activemq-camel/[5.13.2,5.13.2] > 2016-04-11 17:25:25,804 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | Changes to perform: > 2016-04-11 17:25:25,805 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | Region: root > 2016-04-11 17:25:25,805 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | Bundles to install: > 2016-04-11 17:25:25,805 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.activemq/activemq-camel/5.13.2 > 2016-04-11 17:25:25,805 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.activemq/activemq-osgi/5.13.2 > 2016-04-11 17:25:25,805 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.camel/camel-blueprint/2.17.0 > 2016-04-11 17:25:25,805 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.camel/camel-jms/2.17.0 > 2016-04-11 17:25:25,805 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.camel/camel-spring/2.17.0 > 2016-04-11 17:25:25,806 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:commons-net/commons-net/3.3 > 2016-04-11 17:25:25,806 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:commons-pool/commons-pool/1.6 > 2016-04-11 17:25:25,806 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.commons/commons-pool2/2.4.2 > 2016-04-11 17:25:25,806 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.geronimo.specs/geronimo-j2ee-management_1.1_spec/1.0.1 > 2016-04-11 17:25:25,806 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/1.1.1 > 2016-04-11 17:25:25,806 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1 > 2016-04-11 17:25:25,806 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.zookeeper/zookeeper/3.4.6 > 2016-04-11 17:25:25,807 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.karaf.bundle/org.apache.karaf.bundle.springstate/4.0.3 > 2016-04-11 17:25:25,807 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.spring/4.0.3 > 2016-04-11 17:25:25,807 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aopalliance/1.0_6 > 2016-04-11 17:25:25,807 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.cglib/3.0_1 > 2016-04-11 17:25:25,807 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-aop/3.2.14.RELEASE_1 > 2016-04-11 17:25:25,807 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-aop/4.1.7.RELEASE_2 > 2016-04-11 17:25:25,807 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-aop/4.2.2.RELEASE_1 > 2016-04-11 17:25:25,808 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-beans/3.2.14.RELEASE_1 > 2016-04-11 17:25:25,808 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-beans/4.1.7.RELEASE_2 > 2016-04-11 17:25:25,808 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-beans/4.2.2.RELEASE_1 > 2016-04-11 17:25:25,808 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-context/3.2.14.RELEASE_1 > 2016-04-11 17:25:25,808 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-context/4.1.7.RELEASE_2 > 2016-04-11 17:25:25,808 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-context/4.2.2.RELEASE_1 > 2016-04-11 17:25:25,808 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-context-support/3.2.14.RELEASE_1 > 2016-04-11 17:25:25,808 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-context-support/4.1.7.RELEASE_2 > 2016-04-11 17:25:25,808 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-context-support/4.2.2.RELEASE_1 > 2016-04-11 17:25:25,809 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-core/3.2.14.RELEASE_1 > 2016-04-11 17:25:25,809 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-core/4.1.7.RELEASE_2 > 2016-04-11 17:25:25,809 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-core/4.2.2.RELEASE_1 > 2016-04-11 17:25:25,809 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-expression/3.2.14.RELEASE_1 > 2016-04-11 17:25:25,809 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-expression/4.1.7.RELEASE_2 > 2016-04-11 17:25:25,809 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-expression/4.2.2.RELEASE_1 > 2016-04-11 17:25:25,809 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-jms/3.2.14.RELEASE_1 > 2016-04-11 17:25:25,810 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-jms/4.2.2.RELEASE_1 > 2016-04-11 17:25:25,810 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-tx/3.2.14.RELEASE_1 > 2016-04-11 17:25:25,810 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-tx/4.1.7.RELEASE_2 > 2016-04-11 17:25:25,810 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-tx/4.2.2.RELEASE_1 > 2016-04-11 17:25:25,810 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.xbean/xbean-spring/3.18 > 2016-04-11 17:25:25,810 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.jvnet.jaxb2_commons/jaxb2-basics-runtime/0.6.4 > 2016-04-11 17:25:25,811 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.springframework/spring-aop/3.1.4.RELEASE > 2016-04-11 17:25:25,811 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.springframework/spring-asm/3.1.4.RELEASE > 2016-04-11 17:25:25,811 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.springframework/spring-beans/3.1.4.RELEASE > 2016-04-11 17:25:25,812 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.springframework/spring-context/3.1.4.RELEASE > 2016-04-11 17:25:25,812 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.springframework/spring-context-support/3.1.4.RELEASE > 2016-04-11 17:25:25,812 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.springframework/spring-core/3.1.4.RELEASE > 2016-04-11 17:25:25,812 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.springframework/spring-expression/3.1.4.RELEASE > 2016-04-11 17:25:25,812 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.springframework.osgi/spring-osgi-core/1.2.1 > 2016-04-11 17:25:25,813 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.springframework.osgi/spring-osgi-extender/1.2.1 > 2016-04-11 17:25:25,813 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.springframework.osgi/spring-osgi-annotation/1.2.1 > 2016-04-11 17:25:25,813 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.springframework.osgi/spring-osgi-io/1.2.1 > 2016-04-11 17:25:25,814 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | Installing bundles: > 2016-04-11 17:25:25,815 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.activemq/activemq-camel/5.13.2 > 2016-04-11 17:25:25,818 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.activemq/activemq-osgi/5.13.2 > 2016-04-11 17:25:25,869 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.camel/camel-blueprint/2.17.0 > 2016-04-11 17:25:25,875 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.camel/camel-jms/2.17.0 > 2016-04-11 17:25:25,878 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.camel/camel-spring/2.17.0 > 2016-04-11 17:25:25,898 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:commons-net/commons-net/3.3 > 2016-04-11 17:25:25,901 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:commons-pool/commons-pool/1.6 > 2016-04-11 17:25:25,904 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.commons/commons-pool2/2.4.2 > 2016-04-11 17:25:25,906 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.geronimo.specs/geronimo-j2ee-management_1.1_spec/1.0.1 > 2016-04-11 17:25:25,909 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/1.1.1 > 2016-04-11 17:25:25,914 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1 > 2016-04-11 17:25:25,917 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.zookeeper/zookeeper/3.4.6 > 2016-04-11 17:25:25,923 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.karaf.bundle/org.apache.karaf.bundle.springstate/4.0.3 > 2016-04-11 17:25:25,926 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.karaf.deployer/org.apache.karaf.deployer.spring/4.0.3 > 2016-04-11 17:25:25,932 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aopalliance/1.0_6 > 2016-04-11 17:25:25,935 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.cglib/3.0_1 > 2016-04-11 17:25:25,941 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-aop/3.2.14.RELEASE_1 > 2016-04-11 17:25:25,947 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-aop/4.1.7.RELEASE_2 > 2016-04-11 17:25:25,953 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-aop/4.2.2.RELEASE_1 > 2016-04-11 17:25:25,959 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-beans/3.2.14.RELEASE_1 > 2016-04-11 17:25:25,967 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-beans/4.1.7.RELEASE_2 > 2016-04-11 17:25:25,975 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-beans/4.2.2.RELEASE_1 > 2016-04-11 17:25:25,981 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-context/3.2.14.RELEASE_1 > 2016-04-11 17:25:25,990 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-context/4.1.7.RELEASE_2 > 2016-04-11 17:25:26,000 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-context/4.2.2.RELEASE_1 > 2016-04-11 17:25:26,010 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-context-support/3.2.14.RELEASE_1 > 2016-04-11 17:25:26,016 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-context-support/4.1.7.RELEASE_2 > 2016-04-11 17:25:26,022 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-context-support/4.2.2.RELEASE_1 > 2016-04-11 17:25:26,028 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-core/3.2.14.RELEASE_1 > 2016-04-11 17:25:26,035 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-core/4.1.7.RELEASE_2 > 2016-04-11 17:25:26,043 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-core/4.2.2.RELEASE_1 > 2016-04-11 17:25:26,054 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-expression/3.2.14.RELEASE_1 > 2016-04-11 17:25:26,060 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-expression/4.1.7.RELEASE_2 > 2016-04-11 17:25:26,064 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-expression/4.2.2.RELEASE_1 > 2016-04-11 17:25:26,067 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-jms/3.2.14.RELEASE_1 > 2016-04-11 17:25:26,072 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-jms/4.2.2.RELEASE_1 > 2016-04-11 17:25:26,085 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-tx/3.2.14.RELEASE_1 > 2016-04-11 17:25:26,091 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-tx/4.1.7.RELEASE_2 > 2016-04-11 17:25:26,098 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-tx/4.2.2.RELEASE_1 > 2016-04-11 17:25:26,107 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.apache.xbean/xbean-spring/3.18 > 2016-04-11 17:25:26,110 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.jvnet.jaxb2_commons/jaxb2-basics-runtime/0.6.4 > 2016-04-11 17:25:26,114 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.springframework/spring-aop/3.1.4.RELEASE > 2016-04-11 17:25:26,120 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.springframework/spring-asm/3.1.4.RELEASE > 2016-04-11 17:25:26,122 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.springframework/spring-beans/3.1.4.RELEASE > 2016-04-11 17:25:26,129 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.springframework/spring-context/3.1.4.RELEASE > 2016-04-11 17:25:26,138 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.springframework/spring-context-support/3.1.4.RELEASE > 2016-04-11 17:25:26,142 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.springframework/spring-core/3.1.4.RELEASE > 2016-04-11 17:25:26,149 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.springframework/spring-expression/3.1.4.RELEASE > 2016-04-11 17:25:26,154 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.springframework.osgi/spring-osgi-core/1.2.1 > 2016-04-11 17:25:26,161 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.springframework.osgi/spring-osgi-extender/1.2.1 > 2016-04-11 17:25:26,164 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.springframework.osgi/spring-osgi-annotation/1.2.1 > 2016-04-11 17:25:26,167 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | mvn:org.springframework.osgi/spring-osgi-io/1.2.1 > 2016-04-11 17:25:26,175 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | Stopping bundles: > 2016-04-11 17:25:26,183 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.camel.karaf.camel-karaf-commands/2.17.0 > 2016-04-11 17:25:26,184 | INFO | pool-41-thread-1 | BlueprintExtender | 13 - org.apache.aries.blueprint.core - 1.4.5 | | Destroying BlueprintContainer for bundle org.apache.camel.karaf.camel-karaf-commands/2.17.0 > 2016-04-11 17:25:26,223 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.camel.camel-core/2.17.0 > 2016-04-11 17:25:26,226 | INFO | pool-41-thread-1 | Activator | 54 - org.apache.camel.camel-core - 2.17.0 | | Camel activator stopping > 2016-04-11 17:25:26,227 | INFO | pool-41-thread-1 | Activator | 54 - org.apache.camel.camel-core - 2.17.0 | | Camel activator stopped > 2016-04-11 17:25:26,227 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.camel.camel-commands-core/2.17.0 > 2016-04-11 17:25:26,228 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.camel.camel-catalog/2.17.0 > 2016-04-11 17:25:26,229 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | Refreshing bundles: > 2016-04-11 17:25:26,229 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.camel.camel-catalog/2.17.0 (Wired to org.apache.camel.camel-core/2.17.0 which is being refreshed) > 2016-04-11 17:25:26,229 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.camel.camel-commands-core/2.17.0 (Wired to org.apache.camel.camel-core/2.17.0 which is being refreshed) > 2016-04-11 17:25:26,230 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.camel.camel-core/2.17.0 (Should be wired to: org.apache.servicemix.bundles.spring-tx/4.2.2.RELEASE_1 (through [org.apache.camel.camel-core/2.17.0] osgi.wiring.package; filter:="(osgi.wiring.package=org.springframework.transaction)"; resolution:=optional)) > 2016-04-11 17:25:26,230 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.camel.karaf.camel-karaf-commands/2.17.0 (Wired to org.apache.camel.camel-core/2.17.0 which is being refreshed) > 2016-04-11 17:25:26,380 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | Starting bundles: > 2016-04-11 17:25:26,381 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.geronimo.specs.geronimo-jta_1.1_spec/1.1.1 > 2016-04-11 17:25:26,382 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.geronimo.specs.geronimo-jms_1.1_spec/1.1.1 > 2016-04-11 17:25:26,403 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.servicemix.bundles.aopalliance/1.0.0.6 > 2016-04-11 17:25:26,404 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.springframework.asm/3.1.4.RELEASE > 2016-04-11 17:25:26,404 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.servicemix.bundles.cglib/3.0.0.1 > 2016-04-11 17:25:26,405 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.servicemix.bundles.spring-core/4.2.2.RELEASE_1 > 2016-04-11 17:25:26,405 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.servicemix.bundles.spring-beans/4.2.2.RELEASE_1 > 2016-04-11 17:25:26,406 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.servicemix.bundles.spring-aop/4.2.2.RELEASE_1 > 2016-04-11 17:25:26,406 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.servicemix.bundles.spring-expression/4.2.2.RELEASE_1 > 2016-04-11 17:25:26,407 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.servicemix.bundles.spring-context/4.2.2.RELEASE_1 > 2016-04-11 17:25:26,407 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.servicemix.bundles.spring-tx/4.2.2.RELEASE_1 > 2016-04-11 17:25:26,408 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.karaf.deployer.spring/4.0.3 > 2016-04-11 17:25:26,414 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.servicemix.bundles.spring-core/3.2.14.RELEASE_1 > 2016-04-11 17:25:26,415 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.servicemix.bundles.spring-beans/3.2.14.RELEASE_1 > 2016-04-11 17:25:26,416 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.servicemix.bundles.spring-aop/3.2.14.RELEASE_1 > 2016-04-11 17:25:26,417 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.servicemix.bundles.spring-expression/3.2.14.RELEASE_1 > 2016-04-11 17:25:26,418 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.servicemix.bundles.spring-context/3.2.14.RELEASE_1 > 2016-04-11 17:25:26,419 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.servicemix.bundles.spring-tx/3.2.14.RELEASE_1 > 2016-04-11 17:25:26,420 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.servicemix.bundles.spring-context-support/3.2.14.RELEASE_1 > 2016-04-11 17:25:26,421 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.servicemix.bundles.spring-core/4.1.7.RELEASE_2 > 2016-04-11 17:25:26,421 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.servicemix.bundles.spring-beans/4.1.7.RELEASE_2 > 2016-04-11 17:25:26,422 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.servicemix.bundles.spring-aop/4.1.7.RELEASE_2 > 2016-04-11 17:25:26,423 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.servicemix.bundles.spring-expression/4.1.7.RELEASE_2 > 2016-04-11 17:25:26,424 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.servicemix.bundles.spring-context/4.1.7.RELEASE_2 > 2016-04-11 17:25:26,424 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.servicemix.bundles.spring-tx/4.1.7.RELEASE_2 > 2016-04-11 17:25:26,425 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.springframework.core/3.1.4.RELEASE > 2016-04-11 17:25:26,426 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.springframework.beans/3.1.4.RELEASE > 2016-04-11 17:25:26,426 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.springframework.aop/3.1.4.RELEASE > 2016-04-11 17:25:26,427 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.springframework.osgi.io/1.2.1 > 2016-04-11 17:25:26,427 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.servicemix.bundles.spring-context-support/4.1.7.RELEASE_2 > 2016-04-11 17:25:26,428 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.springframework.expression/3.1.4.RELEASE > 2016-04-11 17:25:26,429 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.springframework.context/3.1.4.RELEASE > 2016-04-11 17:25:26,430 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.servicemix.bundles.spring-jms/4.2.2.RELEASE_1 > 2016-04-11 17:25:26,430 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.springframework.osgi.core/1.2.1 > 2016-04-11 17:25:26,432 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.springframework.osgi.extensions.annotations/1.2.1 > 2016-04-11 17:25:26,433 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.springframework.osgi.extender/1.2.1 > 2016-04-11 17:25:26,450 | INFO | pool-41-thread-1 | ContextLoaderListener | 108 - org.springframework.osgi.extender - 1.2.1 | | Starting [org.springframework.osgi.extender] bundle v.[1.2.1] > 2016-04-11 17:25:26,502 | INFO | pool-41-thread-1 | ExtenderConfiguration | 108 - org.springframework.osgi.extender - 1.2.1 | | No custom extender configuration detected; using defaults... > 2016-04-11 17:25:26,507 | INFO | pool-41-thread-1 | TimerTaskExecutor | 81 - org.apache.servicemix.bundles.spring-context - 3.2.14.RELEASE_1 | | Initializing Timer > 2016-04-11 17:25:26,578 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.karaf.bundle.springstate/4.0.3 > 2016-04-11 17:25:26,606 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.servicemix.bundles.spring-context-support/4.2.2.RELEASE_1 > 2016-04-11 17:25:26,607 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.servicemix.bundles.spring-jms/3.2.14.RELEASE_1 > 2016-04-11 17:25:26,608 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.springframework.context.support/3.1.4.RELEASE > 2016-04-11 17:25:26,615 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.camel.camel-spring/2.17.0 > 2016-04-11 17:25:26,618 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.camel.camel-core/2.17.0 > 2016-04-11 17:25:26,620 | INFO | pool-41-thread-1 | Activator | 54 - org.apache.camel.camel-core - 2.17.0 | | Camel activator starting > 2016-04-11 17:25:26,652 | INFO | pool-41-thread-1 | Activator | 54 - org.apache.camel.camel-core - 2.17.0 | | Camel activator started > 2016-04-11 17:25:26,661 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.camel.camel-catalog/2.17.0 > 2016-04-11 17:25:26,663 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.camel.camel-commands-core/2.17.0 > 2016-04-11 17:25:26,665 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.commons.pool/1.6.0 > 2016-04-11 17:25:26,666 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.geronimo.specs.geronimo-j2ee-management_1.1_spec/1.0.1 > 2016-04-11 17:25:26,666 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.camel.camel-jms/2.17.0 > 2016-04-11 17:25:26,669 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.commons.net/3.3.0 > 2016-04-11 17:25:26,670 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.commons.pool2/2.4.2 > 2016-04-11 17:25:26,671 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.xbean.spring/3.18.0 > 2016-04-11 17:25:26,672 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.hadoop.zookeeper/3.4.6 > 2016-04-11 17:25:26,673 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.jvnet.jaxb2_commons.jaxb2-basics-runtime/0.6.4 > 2016-04-11 17:25:26,674 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.activemq.activemq-camel/5.13.2 > 2016-04-11 17:25:26,676 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.camel.karaf.camel-karaf-commands/2.17.0 > 2016-04-11 17:25:26,766 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.camel.camel-blueprint/2.17.0 > 2016-04-11 17:25:26,780 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | org.apache.activemq.activemq-osgi/5.13.2 > 2016-04-11 17:25:26,802 | WARN | pool-41-thread-1 | BeanRecipe | 13 - org.apache.aries.blueprint.core - 1.4.5 | | Object to be destroyed is not an instance of UnwrapperedBeanHolder, type: null > 2016-04-11 17:25:26,802 | ERROR | pool-41-thread-1 | BlueprintContainerImpl | 13 - org.apache.aries.blueprint.core - 1.4.5 | | Unable to start blueprint container for bundle org.apache.activemq.activemq-osgi/5.13.2 > org.osgi.service.blueprint.container.ComponentDefinitionException: Unable to instantiate components > at org.apache.aries.blueprint.container.BlueprintContainerImpl.instantiateEagerComponents(BlueprintContainerImpl.java:692)[13:org.apache.aries.blueprint.core:1.4.5] > at org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:383)[13:org.apache.aries.blueprint.core:1.4.5] > at org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:270)[13:org.apache.aries.blueprint.core:1.4.5] > at org.apache.aries.blueprint.container.BlueprintExtender.createContainer(BlueprintExtender.java:294)[13:org.apache.aries.blueprint.core:1.4.5] > at org.apache.aries.blueprint.container.BlueprintExtender.createContainer(BlueprintExtender.java:263)[13:org.apache.aries.blueprint.core:1.4.5] > at org.apache.aries.blueprint.container.BlueprintExtender.modifiedBundle(BlueprintExtender.java:253)[13:org.apache.aries.blueprint.core:1.4.5] > at org.apache.aries.util.tracker.hook.BundleHookBundleTracker$Tracked.customizerModified(BundleHookBundleTracker.java:500)[22:org.apache.aries.util:1.1.1] > at org.apache.aries.util.tracker.hook.BundleHookBundleTracker$Tracked.customizerModified(BundleHookBundleTracker.java:433)[22:org.apache.aries.util:1.1.1] > at org.apache.aries.util.tracker.hook.BundleHookBundleTracker$AbstractTracked.track(BundleHookBundleTracker.java:725)[22:org.apache.aries.util:1.1.1] > at org.apache.aries.util.tracker.hook.BundleHookBundleTracker$Tracked.bundleChanged(BundleHookBundleTracker.java:463)[22:org.apache.aries.util:1.1.1] > at org.apache.aries.util.tracker.hook.BundleHookBundleTracker$BundleEventHook.event(BundleHookBundleTracker.java:422)[22:org.apache.aries.util:1.1.1] > at org.apache.felix.framework.util.SecureAction.invokeBundleEventHook(SecureAction.java:1179)[org.apache.felix.framework-5.4.0.jar:] > at org.apache.felix.framework.util.EventDispatcher.createWhitelistFromHooks(EventDispatcher.java:731)[org.apache.felix.framework-5.4.0.jar:] > at org.apache.felix.framework.util.EventDispatcher.fireBundleEvent(EventDispatcher.java:486)[org.apache.felix.framework-5.4.0.jar:] > at org.apache.felix.framework.Felix.fireBundleEvent(Felix.java:4541)[org.apache.felix.framework-5.4.0.jar:] > at org.apache.felix.framework.Felix.startBundle(Felix.java:2172)[org.apache.felix.framework-5.4.0.jar:] > at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:998)[org.apache.felix.framework-5.4.0.jar:] > at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:984)[org.apache.felix.framework-5.4.0.jar:] > at org.apache.karaf.features.internal.service.FeaturesServiceImpl.startBundle(FeaturesServiceImpl.java:1189)[9:org.apache.karaf.features.core:4.0.3] > at org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:836)[9:org.apache.karaf.features.core:4.0.3] > at org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvision(FeaturesServiceImpl.java:1079)[9:org.apache.karaf.features.core:4.0.3] > at org.apache.karaf.features.internal.service.FeaturesServiceImpl$1.call(FeaturesServiceImpl.java:975)[9:org.apache.karaf.features.core:4.0.3] > at java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_77] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0_77] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0_77] > at java.lang.Thread.run(Thread.java:745)[:1.8.0_77] > Caused by: java.lang.NoClassDefFoundError: org/springframework/osgi/context/support/OsgiBundleXmlApplicationContext > at java.lang.Class.getDeclaredConstructors0(Native Method)[:1.8.0_77] > at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)[:1.8.0_77] > at java.lang.Class.getConstructors(Class.java:1651)[:1.8.0_77] > at org.apache.aries.blueprint.container.BeanRecipe.findMatchingConstructors(BeanRecipe.java:533) > at org.apache.aries.blueprint.container.BeanRecipe.getInstanceFromType(BeanRecipe.java:345) > at org.apache.aries.blueprint.container.BeanRecipe.getInstance(BeanRecipe.java:282) > at org.apache.aries.blueprint.container.BeanRecipe.internalCreate2(BeanRecipe.java:830) > at org.apache.aries.blueprint.container.BeanRecipe.internalCreate(BeanRecipe.java:811) > at org.apache.aries.blueprint.di.AbstractRecipe$1.call(AbstractRecipe.java:79) > at java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_77] > at org.apache.aries.blueprint.di.AbstractRecipe.create(AbstractRecipe.java:88)[13:org.apache.aries.blueprint.core:1.4.5] > at org.apache.aries.blueprint.container.BlueprintRepository.createInstances(BlueprintRepository.java:247)[13:org.apache.aries.blueprint.core:1.4.5] > at org.apache.aries.blueprint.container.BlueprintRepository.createAll(BlueprintRepository.java:183)[13:org.apache.aries.blueprint.core:1.4.5] > at org.apache.aries.blueprint.container.BlueprintContainerImpl.instantiateEagerComponents(BlueprintContainerImpl.java:688)[13:org.apache.aries.blueprint.core:1.4.5] > ... 25 more > Caused by: java.lang.ClassNotFoundException: org.springframework.osgi.context.support.OsgiBundleXmlApplicationContext not found by org.apache.activemq.activemq-osgi [60] > at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1574)[org.apache.felix.framework-5.4.0.jar:] > at org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:79)[org.apache.felix.framework-5.4.0.jar:] > at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:2018) > at java.lang.ClassLoader.loadClass(ClassLoader.java:357)[:1.8.0_77] > ... 39 more > 2016-04-11 17:25:26,825 | INFO | pool-41-thread-1 | FeaturesServiceImpl | 9 - org.apache.karaf.features.core - 4.0.3 | | Done. > {noformat} > The problem arises with Camel version 2.17.0 (latest at the time of writing). Older Camel versions do not prevent installation of activemq-camel. -- This message was sent by Atlassian JIRA (v6.3.4#6332)