Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E430092B5 for ; Thu, 10 Nov 2011 13:52:16 +0000 (UTC) Received: (qmail 97960 invoked by uid 500); 10 Nov 2011 13:52:16 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 97879 invoked by uid 500); 10 Nov 2011 13:52:16 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 97796 invoked by uid 99); 10 Nov 2011 13:52:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2011 13:52:16 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2011 13:52:13 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id C84E64A123 for ; Thu, 10 Nov 2011 13:51:51 +0000 (UTC) Date: Thu, 10 Nov 2011 13:51:51 +0000 (UTC) From: "Aleksey Sushko (Updated) (JIRA)" To: dev@camel.apache.org Message-ID: <4611802.17401.1320933111821.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1225688220.17398.1320932992021.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CAMEL-4658) Camel 2.9.0 SNAPSHOT not start on OSGI apache karaf MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CAMEL-4658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Sushko updated CAMEL-4658: ---------------------------------- Description: Compiling my project is done using maven pluggins maven-dependency-plugin and features-maven-plugin. First unpack apache-karaf-2.2.3.zip. The second component uses mvn:org.apache.camel.karaf/apache-camel/${ camel-version }/xml/features karaf-version = 2.2.3 camel-version = 2.9.0-SNAPSHOT (build 2011-11-10) Establish the following set of components {code} ssh config webconsole wrapper camel-blueprint camel-ftp camel-http camel-http4 camel-quartz {code} After starting karaf error log ${karaf.data}/log/karag.log {code} 2011-11-10 16:19:51,128 | ERROR | Thread-6 | FeaturesServiceImpl | s.internal.Features ServiceImpl$1 977 | 11 - org.apache.karaf.features.core - 2.2.3 | Error installing boot features java.lang.Exception: Could not start bundle mvn:org.apache.camel.karaf/camel-karaf-commands/2.9.0-SNAPSHOT in feature(s) camel-core-2.9.0-SNAPSHOT: Unresolve d constraint in bundle org.apache.camel.karaf.camel-karaf-commands [95]: Unable to resolve 95.0: missing requirement [95.0] package; (&(package=org.apache.fe lix.gogo.commands)(version>=0.10.0)(!(version>=1.0.0))) at org.apache.karaf.features.internal.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:353)[11:org.apache.karaf.features.core:2.2.3] at org.apache.karaf.features.internal.FeaturesServiceImpl$1.run(FeaturesServiceImpl.java:975)[11:org.apache.karaf.features.core:2.2.3] Caused by: org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.camel.karaf.camel-karaf-commands [95]: Unable to resolve 95.0: miss ing requirement [95.0] package; (&(package=org.apache.felix.gogo.commands)(version>=0.10.0)(!(version>=1.0.0))) {code} We must add a dependency on a component in a file features.xml Camel 2.8.1 and 2.7.0 to work correctly. was: Compiling my project is done using maven pluggins maven-dependency-plugin and features-maven-plugin. First unpack apache-karaf-2.2.3.zip. The second component uses mvn:org.apache.camel.karaf/apache-camel/${ camel-version }/xml/features karaf-version = 2.2.3 camel-version = 2.9.0-SNAPSHOR (build 2011-11-10) Establish the following set of components {code} ssh config webconsole wrapper camel-blueprint camel-ftp camel-http camel-http4 camel-quartz {code} After starting karaf error log ${karaf.data}/log/karag.log {code} 2011-11-10 16:19:51,128 | ERROR | Thread-6 | FeaturesServiceImpl | s.internal.Features ServiceImpl$1 977 | 11 - org.apache.karaf.features.core - 2.2.3 | Error installing boot features java.lang.Exception: Could not start bundle mvn:org.apache.camel.karaf/camel-karaf-commands/2.9.0-SNAPSHOT in feature(s) camel-core-2.9.0-SNAPSHOT: Unresolve d constraint in bundle org.apache.camel.karaf.camel-karaf-commands [95]: Unable to resolve 95.0: missing requirement [95.0] package; (&(package=org.apache.fe lix.gogo.commands)(version>=0.10.0)(!(version>=1.0.0))) at org.apache.karaf.features.internal.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:353)[11:org.apache.karaf.features.core:2.2.3] at org.apache.karaf.features.internal.FeaturesServiceImpl$1.run(FeaturesServiceImpl.java:975)[11:org.apache.karaf.features.core:2.2.3] Caused by: org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.camel.karaf.camel-karaf-commands [95]: Unable to resolve 95.0: miss ing requirement [95.0] package; (&(package=org.apache.felix.gogo.commands)(version>=0.10.0)(!(version>=1.0.0))) {code} We must add a dependency on a component in a file features.xml Camel 2.8.1 and 2.7.0 to work correctly. > Camel 2.9.0 SNAPSHOT not start on OSGI apache karaf > --------------------------------------------------- > > Key: CAMEL-4658 > URL: https://issues.apache.org/jira/browse/CAMEL-4658 > Project: Camel > Issue Type: Bug > Reporter: Aleksey Sushko > > Compiling my project is done using maven pluggins > maven-dependency-plugin and features-maven-plugin. > First unpack apache-karaf-2.2.3.zip. > The second component uses mvn:org.apache.camel.karaf/apache-camel/${ camel-version }/xml/features > karaf-version = 2.2.3 > camel-version = 2.9.0-SNAPSHOT (build 2011-11-10) > Establish the following set of components > {code} > ssh > config > webconsole > wrapper > camel-blueprint > camel-ftp > camel-http > camel-http4 > camel-quartz > {code} > After starting karaf error log ${karaf.data}/log/karag.log > {code} > 2011-11-10 16:19:51,128 | ERROR | Thread-6 | FeaturesServiceImpl | s.internal.Features > ServiceImpl$1 977 | 11 - org.apache.karaf.features.core - 2.2.3 | Error installing boot features > java.lang.Exception: Could not start bundle mvn:org.apache.camel.karaf/camel-karaf-commands/2.9.0-SNAPSHOT in feature(s) camel-core-2.9.0-SNAPSHOT: Unresolve > d constraint in bundle org.apache.camel.karaf.camel-karaf-commands [95]: Unable to resolve 95.0: missing requirement [95.0] package; (&(package=org.apache.fe > lix.gogo.commands)(version>=0.10.0)(!(version>=1.0.0))) > at org.apache.karaf.features.internal.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:353)[11:org.apache.karaf.features.core:2.2.3] > at org.apache.karaf.features.internal.FeaturesServiceImpl$1.run(FeaturesServiceImpl.java:975)[11:org.apache.karaf.features.core:2.2.3] > Caused by: org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.camel.karaf.camel-karaf-commands [95]: Unable to resolve 95.0: miss > ing requirement [95.0] package; (&(package=org.apache.felix.gogo.commands)(version>=0.10.0)(!(version>=1.0.0))) > {code} > We must add a dependency on a component in a file features.xml > Camel 2.8.1 and 2.7.0 to work correctly. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira