Return-Path: X-Original-To: apmail-commons-user-archive@www.apache.org Delivered-To: apmail-commons-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C625299E8 for ; Tue, 12 Mar 2013 18:02:37 +0000 (UTC) Received: (qmail 9638 invoked by uid 500); 12 Mar 2013 18:02:36 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 9540 invoked by uid 500); 12 Mar 2013 18:02:36 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 9532 invoked by uid 99); 12 Mar 2013 18:02:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Mar 2013 18:02:36 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of etdube@gmail.com designates 209.85.223.177 as permitted sender) Received: from [209.85.223.177] (HELO mail-ie0-f177.google.com) (209.85.223.177) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Mar 2013 18:02:30 +0000 Received: by mail-ie0-f177.google.com with SMTP id 16so183442iea.8 for ; Tue, 12 Mar 2013 11:02:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=dyebJFu+MSRPxaVVuTRFc90LvESFQ9WwVzf5aXZQQPE=; b=RrnScmAQvvmNKEHFs/cbhWxJXM7X3qfVaInaKwtBp9kY4yy+c5aAZvfWlgmiili5ZR 1ISJEkZrPbR8J+yyuBs9F0SoE3taz7FDB3oRDvcMmaj6TiJufn+ZnkNqIkzDhHTxqIyk kSU5JSrRIh65WaSdNPrEH+qQWQg55q+1KOh8W2hXup8qmImmad5nkCaoni9kZr4A4Zqc AVE7nMX7/scIa13l3bFh8lqEuwIasqWKM6/BI7vJpUb984QwhxbEeU14UJoy5ww7TJaa eOpJYwgET4dYXIMxTVeDextXzi8wsBuHmcnasTYhdMXRl7NNf5ZHPXuIK7oUMj6Bv7Qo XxpA== X-Received: by 10.50.196.130 with SMTP id im2mr12058945igc.90.1363111329769; Tue, 12 Mar 2013 11:02:09 -0700 (PDT) Received: from [192.168.110.246] (S01067444013eaef7.cg.shawcable.net. [24.64.245.124]) by mx.google.com with ESMTPS id a3sm22698687igq.5.2013.03.12.11.02.07 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 12 Mar 2013 11:02:08 -0700 (PDT) Message-ID: <513F6DA9.9040104@gmail.com> Date: Tue, 12 Mar 2013 12:02:17 -0600 From: Etienne Dube User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: user@commons.apache.org Subject: Re: [daemon] Trouble with procrun commons-daemon log file References: <513ACF8B.1030806@gmail.com> <513D80BD.9010406@apache.org> In-Reply-To: <513D80BD.9010406@apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 11/03/2013 12:59 AM, Mladen Turk wrote: > On 03/09/2013 06:58 AM, Etienne Dube wrote: >> Hi, >> >> When the logfile is "locked" in this state, trying to re-start the >> service fails with error 1053 ("The service did not respond to the >> start or control request in a timely fashion."). I am seeing the >> prunsvr.exe process appearing in Process Explorer, >> however control never reaches the startup method in the Java class. >> There is a single thread in the process, and it seems stuck at the >> following call: >> > > Seems there was a bug in log.c. Actually we did not unlock the file > before closing > and according to MSDN os will unlock the file, but it can take some time. > Fix should be part of 1.0.14 > Great! I've seen the commit in svn, thank you for fixing it. I will try to fetch an old copy of VC++ 6 to test the fix in our environment. Do you want me to log a ticket in JIRA to track it? Regards, Etienne --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org