Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-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 838EC178E0 for ; Wed, 9 Dec 2015 15:56:16 +0000 (UTC) Received: (qmail 62173 invoked by uid 500); 9 Dec 2015 15:56:11 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 62071 invoked by uid 500); 9 Dec 2015 15:56:11 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 62056 invoked by uid 99); 9 Dec 2015 15:56:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2015 15:56:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id F416A2C14F6 for ; Wed, 9 Dec 2015 15:56:10 +0000 (UTC) Date: Wed, 9 Dec 2015 15:56:10 +0000 (UTC) From: "Johannes Meier (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DAEMON-342) Procrun does not support accuratly the service lifecycle states MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Johannes Meier created DAEMON-342: ------------------------------------- Summary: Procrun does not support accuratly the service lifecycle states Key: DAEMON-342 URL: https://issues.apache.org/jira/browse/DAEMON-342 Project: Commons Daemon Issue Type: Improvement Components: Procrun Affects Versions: 1.0.15 Reporter: Johannes Meier Priority: Minor It is not possible to show accurately the different states of a service. A service has the states: starting, started, stopping , stopped An example for the starting/started phase: I can tell procrun which start method to use, maybe start(). Procrun starts my start() method and as written in the documentation the start method does not return until service has stopped. Procrun does not know if my service has finished the starting period it tells windows my service has started but it is still starting. A second service which depends on the started service beliefs the service is already working now. -- This message was sent by Atlassian JIRA (v6.3.4#6332)