Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-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 8B1F317A0A for ; Tue, 3 Feb 2015 16:22:11 +0000 (UTC) Received: (qmail 4406 invoked by uid 500); 3 Feb 2015 16:21:38 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 4380 invoked by uid 500); 3 Feb 2015 16:21:38 -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 4368 invoked by uid 99); 3 Feb 2015 16:21:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2015 16:21:38 +0000 Date: Tue, 3 Feb 2015 16:21:38 +0000 (UTC) From: =?utf-8?Q?Jean-Baptiste_Onofr=C3=A9_=28JIRA=29?= To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (KARAF-2882) using OBR resolver in feature files causes timeout to be hit MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KARAF-2882?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofr=C3=A9 updated KARAF-2882: ---------------------------------------- Fix Version/s: (was: 2.3.10) 2.3.11 > using OBR resolver in feature files causes timeout to be hit > ------------------------------------------------------------ > > Key: KARAF-2882 > URL: https://issues.apache.org/jira/browse/KARAF-2882 > Project: Karaf > Issue Type: Bug > Components: karaf-feature > Affects Versions: 3.0.0 > Reporter: Phillip Balli > Assignee: Jean-Baptiste Onofr=C3=A9 > Fix For: 4.0.0, 2.4.2, 3.0.4, 2.3.11 > > > When the features service installs a bundle resolved via OBR whose source= is an "http" url (like when pointing to a karaf-cave server), it (karaf.fe= atures.internal.BundleManager) will wait for a service with the property ur= l.handler.protocol=3Dhttp to become available. Because there is no such ser= vice, a 30s timeout will hit for every obr-sourced bundle. > =20 > I believe this is because url handlers for http, https, etc. are provided= by default by felix. I'm not sure if these handlers were intended to be di= scoverable via properties in karaf. > I have made a change to waitForUrlHandler to not wait for "default" proto= cols. -- This message was sent by Atlassian JIRA (v6.3.4#6332)