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 431DC17F31 for ; Mon, 26 Jan 2015 18:17:36 +0000 (UTC) Received: (qmail 45862 invoked by uid 500); 26 Jan 2015 18:17:35 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 45803 invoked by uid 500); 26 Jan 2015 18:17:35 -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 45567 invoked by uid 99); 26 Jan 2015 18:17:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jan 2015 18:17:35 +0000 Date: Mon, 26 Jan 2015 18:17:35 +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-3471) Karaf can't start if etc/config.properties is not writable 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-3471?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofr=C3=A9 updated KARAF-3471: ---------------------------------------- Fix Version/s: (was: 3.0.3) 3.0.4 > Karaf can't start if etc/config.properties is not writable > ---------------------------------------------------------- > > Key: KARAF-3471 > URL: https://issues.apache.org/jira/browse/KARAF-3471 > Project: Karaf > Issue Type: Bug > Components: karaf-core > Reporter: Jean-Baptiste Onofr=C3=A9 > Assignee: Jean-Baptiste Onofr=C3=A9 > Fix For: 4.0.0, 2.4.2, 3.0.4 > > > The Karaf main loads the config.properties (as a org.apache.felix.utils.p= roperties.Properties) and load some additional properties in it (like Syste= m env/properties). > Especially, it writes one thing (and the only thing ;)): the shutdown com= mand. > It's the: > {code} > karaf.shutdown.command > {code} > property, containing an unique/random UUID to "secure" the Karaf shutdown= . > If the property is not in etc/config.properties, Karaf will try to create= one and write in etc/config.properties. > If the property is already there, it just uses it. > So, as a workaround, you can modify etc/config.properties to add: > {code} > karaf.shutdown.command=3D321DE18U23187 > {code} > (or whatever you want). -- This message was sent by Atlassian JIRA (v6.3.4#6332)