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 109B018664 for ; Mon, 11 Jan 2016 16:19:45 +0000 (UTC) Received: (qmail 5619 invoked by uid 500); 11 Jan 2016 16:19:40 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 5587 invoked by uid 500); 11 Jan 2016 16:19:40 -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 5522 invoked by uid 99); 11 Jan 2016 16:19:39 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jan 2016 16:19:39 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C989D2C1F58 for ; Mon, 11 Jan 2016 16:19:39 +0000 (UTC) Date: Mon, 11 Jan 2016 16:19:39 +0000 (UTC) From: "Ralf Steppacher (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (KARAF-4260) Setting karaf.clean.all = true breaks service wrapper service script MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Ralf Steppacher created KARAF-4260: -------------------------------------- Summary: Setting karaf.clean.all = true breaks service wrapper service script Key: KARAF-4260 URL: https://issues.apache.org/jira/browse/KARAF-4260 Project: Karaf Issue Type: Bug Components: karaf-config Affects Versions: 4.0.3 Reporter: Ralf Steppacher Priority: Minor The Karaf service wrapper script is generated such that the PID file is created in {{$KARAF_HOME/data}}. When setting {{karaf.clean.all = true}} then the PID file created by the service script gets deleted together with the data directory. As a result of this the service script reports Karaf as not running and it is not possible to stop the process via the script. The PID file location probably should be outside the data directory by default. -- This message was sent by Atlassian JIRA (v6.3.4#6332)