Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C3D41200D1F for ; Fri, 13 Oct 2017 09:39:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C218A1609E9; Fri, 13 Oct 2017 07:39:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 14CC31609D1 for ; Fri, 13 Oct 2017 09:39:08 +0200 (CEST) Received: (qmail 19596 invoked by uid 500); 13 Oct 2017 07:39:08 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 19585 invoked by uid 99); 13 Oct 2017 07:39:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Oct 2017 07:39:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id F12C3180E78 for ; Fri, 13 Oct 2017 07:39:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Zji5ob0LXxnJ for ; Fri, 13 Oct 2017 07:39:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id F18D55F523 for ; Fri, 13 Oct 2017 07:39:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 79A38E0F38 for ; Fri, 13 Oct 2017 07:39:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 6A1D023F5F for ; Fri, 13 Oct 2017 07:39:00 +0000 (UTC) Date: Fri, 13 Oct 2017 07:39:00 +0000 (UTC) From: "Guillaume Nodet (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (KARAF-5103) Quick start fails at the step "feature:install camel-spring" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 13 Oct 2017 07:39:10 -0000 [ https://issues.apache.org/jira/browse/KARAF-5103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16203120#comment-16203120 ] Guillaume Nodet edited comment on KARAF-5103 at 10/13/17 7:38 AM: ------------------------------------------------------------------ The doc still points to 2.15.2, we need to fix it. The camel-example-osgi does not exist in 2.18.x of camel. And since camel 2.20.0, examples are only provided as sources, not binaries. was (Author: gnt): The doc still points to 2.15.2, we need to fix it. > Quick start fails at the step "feature:install camel-spring" > ------------------------------------------------------------ > > Key: KARAF-5103 > URL: https://issues.apache.org/jira/browse/KARAF-5103 > Project: Karaf > Issue Type: Bug > Affects Versions: 4.1.1 > Environment: Ubuntu 14.04 > Reporter: Mike Fogg > Fix For: 4.2.0, 4.1.2 > > > The quick start results in an error when entering the command to install camel-spring. > karaf@root()> feature:install camel-spring > Error executing command: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=camel-spring; type=karaf.feature; version="[2.15.2,2.15.2]"; filter:="(&(osgi.identity=camel-spring)(type=karaf.feature)(version>=2.15.2)(version<=2.15.2))" [caused by: Unable to resolve camel-spring/2.15.2: missing requirement [camel-spring/2.15.2] osgi.identity; osgi.identity=spring; type=karaf.feature; version="[3.2.0,4.0.0)"] > It sounds like this is related to KARAF-4730, however since this is the first thing I have tried after installing and is my introduction to Karaf (as it would be presumably for anyone going through the Quick Start), I don't know how I would go about removing the filter from the camel-spring dependency in order to install it. Considering this is a quick start, I probably shouldn't have to do anything that isn't spelled out in the instructions. -- This message was sent by Atlassian JIRA (v6.4.14#64029)