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 29CEE200BD1 for ; Mon, 28 Nov 2016 22:25:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 28D52160B00; Mon, 28 Nov 2016 21:25:01 +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 6FC6D160B25 for ; Mon, 28 Nov 2016 22:25:00 +0100 (CET) Received: (qmail 21725 invoked by uid 500); 28 Nov 2016 21:24:58 -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 21292 invoked by uid 99); 28 Nov 2016 21:24:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2016 21:24:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 798EC2C03E4 for ; Mon, 28 Nov 2016 21:24:58 +0000 (UTC) Date: Mon, 28 Nov 2016 21:24:58 +0000 (UTC) From: "Mark Thomas (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (DAEMON-296) Errors in log after stopping windows service MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 28 Nov 2016 21:25:01 -0000 [ https://issues.apache.org/jira/browse/DAEMON-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved DAEMON-296. -------------------------------- Resolution: Cannot Reproduce I've tried various ways to trigger this error or something that looks like it and I haven't been able to do so. If you can recreate this error with either 1.0.15 or procrun built from trunk, please re-open this issue and provide the steps required to so do. > Errors in log after stopping windows service > -------------------------------------------- > > Key: DAEMON-296 > URL: https://issues.apache.org/jira/browse/DAEMON-296 > Project: Commons Daemon > Issue Type: Bug > Components: Procrun > Affects Versions: 1.0.15 > Environment: Windows 2008, Windows 2008 R2 > 32/64b > Reporter: Jan Stefl > > I am able to start and stop Windows service with prunsrv.exe, but after stopping the service the log contains errors: > ------------------------------------------------------------------------------ > [2013-04-22 07:04:58] [info] [ 6076] Commons Daemon procrun (1.0.15.0 32-bit) started > [2013-04-22 07:04:58] [info] [ 6076] Service EAP61SVC name JBoss Enterprise Application Server 6.1 > [2013-04-22 07:04:59] [info] [ 6076] Service 'EAP61SVC' installed > [2013-04-22 07:04:59] [info] [ 6076] Commons Daemon procrun finished > [2013-04-22 07:04:59] [info] [ 2632] Commons Daemon procrun (1.0.15.0 32-bit) started > [2013-04-22 07:04:59] [info] [ 2632] Updating service... > [2013-04-22 07:04:59] [info] [ 2632] Service 'EAP61SVC' updated > [2013-04-22 07:04:59] [info] [ 2632] Update service finished. > [2013-04-22 07:04:59] [info] [ 2632] Commons Daemon procrun finished > [2013-04-22 07:06:01] [info] [ 2496] Commons Daemon procrun (1.0.15.0 32-bit) started > [2013-04-22 07:06:01] [info] [ 2496] Running 'EAP61SVC' Service... > [2013-04-22 07:06:01] [info] [ 4376] Starting service... > [2013-04-22 07:06:03] [info] [ 4376] Service started in 1713 ms. > [2013-04-22 07:06:43] [info] [ 5820] Stopping service... > [2013-04-22 07:06:44] [error] [ 5984] Failed to set service status > [2013-04-22 07:06:44] [error] [ 5984] The handle is invalid. > ------------------------------------------------------------------------------ -- This message was sent by Atlassian JIRA (v6.3.4#6332)