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 DE19092C5 for ; Thu, 10 Nov 2011 13:52:21 +0000 (UTC) Received: (qmail 98227 invoked by uid 500); 10 Nov 2011 13:52:21 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 98186 invoked by uid 500); 10 Nov 2011 13:52:21 -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 98178 invoked by uid 99); 10 Nov 2011 13:52:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2011 13:52:21 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gnodet@gmail.com designates 209.85.213.45 as permitted sender) Received: from [209.85.213.45] (HELO mail-yw0-f45.google.com) (209.85.213.45) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2011 13:52:17 +0000 Received: by ywb3 with SMTP id 3so3544148ywb.32 for ; Thu, 10 Nov 2011 05:51:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=xFBWrOxx1u5fDuZKpd72UG6k/Z3jfJHxjfasK3dp4MM=; b=l5YxD4aZUq7J7k6wamm+6pV1KnstClh5l7/MP9rqALkc+advile27goVgS+8lTGGvU UHtvbhM2ld3mE9AuRU5vGjiD/YZyuPESzY3tEskW9TnKgaay0+gCgPKyytIyb8hC6u5U 1n/SmFEaUMpME2cRqcFrt29uYfNArVJz95dME= MIME-Version: 1.0 Received: by 10.50.197.167 with SMTP id iv7mr7828096igc.46.1320933116292; Thu, 10 Nov 2011 05:51:56 -0800 (PST) Received: by 10.231.15.137 with HTTP; Thu, 10 Nov 2011 05:51:56 -0800 (PST) In-Reply-To: <1225688220.17398.1320932992021.JavaMail.tomcat@hel.zones.apache.org> References: <1225688220.17398.1320932992021.JavaMail.tomcat@hel.zones.apache.org> Date: Thu, 10 Nov 2011 05:51:56 -0800 Message-ID: Subject: Re: [jira] [Created] (CAMEL-4658) Camel 2.9.0 SNAPSHOT not start on OSGI apache karaf From: Guillaume Nodet To: dev@camel.apache.org Content-Type: multipart/alternative; boundary=14dae93409212b2ecf04b161b504 --14dae93409212b2ecf04b161b504 Content-Type: text/plain; charset=ISO-8859-1 Yeah, currently you'd need a karaf 2.2.4 I think we should open the range to older versions of karaf so that it can still be deployed onto older karaf versions. On Thu, Nov 10, 2011 at 05:49, Aleksey Sushko (Created) (JIRA) < jira@apache.org> wrote: > 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-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. > > -- > 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 > > > -- ------------------------ Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com --14dae93409212b2ecf04b161b504--