X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Message-ID: <473A10FB.804@cygwin.com>
Date: Tue, 13 Nov 2007 16:02:51 -0500
From: "Larry Hall (Cygwin)" <reply-to-list-only-lh@cygwin.com>
Reply-To: cygwin@cygwin.com
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070505 Remi/2.0.0.0-3.fc4.remi Thunderbird/2.0.0.0 Mnenhy/0.7.5.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Launching java process trouble
References: <fhcr22$t0b$2@ger.gmane.org>
In-Reply-To: <fhcr22$t0b$2@ger.gmane.org>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Jeannot Lelapin wrote:
> Hello,
> 
> under WinXP Pro, i do the following :
> - from cygwin ( environment whicj simulate unix environment ), a bash
> script which launch,
> - an Win32 executable ( http://www.autoitscript.com/ autoit script
> compiled ) which launch,
> - a java process.
> 
> This works fine when i launch tue bash script manually. If i launch the
> bash script from cron ( cygwin unix planner ), the process java does not
> start.
> 
> With http://www.gibinsoft.net/gipoutils/scheduler/ ( great win32 planner
> ), which launch the autoit script complied into win32 executable which
> launch the process java, that's ok, the java process start.
> 
> Why does not java process start from cygwin cron planner ? what's the
> problem ? What does it lack from the environment ?
> 
> Thank's a lot for ideas and advices.


First, cron does not provide you with the exact same set of environment
variables that you get when you're in an interactive shell.  See the man
pages for 'cron' and 'crontab' for more details.  This is not a 
Cygwin-specific issue and as such is off-topic for this list.

Second, in Cygwin, cron is run as a service by (typically) the SYSTEM
account.  If your program requires interaction with the Windows desktop to
work, you have to enable this setting on the service.  It's probably easiest
to do from "Administrative Tools" in the "Control Panel".  Go to "Services"
and find the cron service.  Double click on it and choose the "Log On"
tab.  Check the "Allow service to interact with desktop".

-- 
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

