Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 26CED10623 for ; Wed, 11 Dec 2013 03:03:30 +0000 (UTC) Received: (qmail 82783 invoked by uid 500); 11 Dec 2013 03:02:58 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 82420 invoked by uid 500); 11 Dec 2013 03:02:50 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 82041 invoked by uid 99); 11 Dec 2013 03:02:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Dec 2013 03:02:50 +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 (nike.apache.org: domain of p.ginneberge@gmail.com designates 209.85.215.172 as permitted sender) Received: from [209.85.215.172] (HELO mail-ea0-f172.google.com) (209.85.215.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Dec 2013 03:02:42 +0000 Received: by mail-ea0-f172.google.com with SMTP id q10so2511392ead.3 for ; Tue, 10 Dec 2013 19:02:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=JgLoL5BRw3/9XZdewgNwrjxBWX+S7xyInuN0j0y6cdA=; b=c+evGHx1iYBg5DUfMmm426Pgo2wH5I5TSFpAT+ZQ4VacCrf02K1i1CYW5Wh0TlKaAT jG/jnHZI2RngjJPjgxr8HpOZYYENa3B3gDx41MnhCTjxNaoEeaZshrDkiLz+mUXOk8Wd WpszDepJZfieeCYiF1U8Y8F6Wy2WHflztIS7+z6DDW7CZxV61xDlWNoPOIsruy+QAFrj ob3dp1ywGUsS5nW0ShdI2/Kd7zaR+2DFXCmOL2ZOVww960jDn9BGEyUBaANIML6M7LlJ /DWCXoFDN1A9xF2DU6L2FsAzOV+i1fYXS8xas62JeMtCawjURefWbTVQB5OYgS49HqYb BYvg== X-Received: by 10.14.9.131 with SMTP id 3mr21445163eet.45.1386730942725; Tue, 10 Dec 2013 19:02:22 -0800 (PST) Received: from [192.168.0.107] (78-20-167-51.access.telenet.be. [78.20.167.51]) by mx.google.com with ESMTPSA id j46sm48224472eew.18.2013.12.10.19.02.21 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 10 Dec 2013 19:02:21 -0800 (PST) Message-ID: <52A7D5BF.7090300@gmail.com> Date: Wed, 11 Dec 2013 04:02:23 +0100 From: Peter Ginneberge User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: dev@flex.apache.org Subject: Re: [Builds/Jenkins] Help and advise needed References: <2095F5EBE04D59409DFCE91FFCEBF7AF3F554B81@EXMBX05.netplexity.local> <2095F5EBE04D59409DFCE91FFCEBF7AF3F554BB7@EXMBX05.netplexity.local> In-Reply-To: <2095F5EBE04D59409DFCE91FFCEBF7AF3F554BB7@EXMBX05.netplexity.local> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org To avoid the window, run the service under a different user, e.g. "System" instead of a specific user or vice versa. Peter On 10/12/2013 22:55, Maurice Amsellem wrote: > According to jenkins gui, there are 4 ways of starting the slave : > - Java web start (JNLP) > - command line from master > - via SSH on Unix machines > - as a Windows Service. > > I am using JNLP, but maybe the other launch methods don't get a window. > I am going to try "as a Windows Service". > > Is there a way to know how the slave is launched on b.a.o? > > Maurice