RE: rexec task failed with error "can't connect to..."

2009-02-19 Thread Anat
Thanks :) Rinehart, Raleigh wrote: > > > >> -Original Message- >> From: Anat [mailto:anat.ba...@gmail.com] >> Sent: Wednesday, February 18, 2009 3:13 AM >> To: user@ant.apache.org >> Subject: rexec task failed with error "can't connect to..." >> >> >> Hi, >> When I run rexec task it

RE: rexec task failed with error "can't connect to..."

2009-02-18 Thread Rinehart, Raleigh
> -Original Message- > From: Anat [mailto:anat.ba...@gmail.com] > Sent: Wednesday, February 18, 2009 3:13 AM > To: user@ant.apache.org > Subject: rexec task failed with error "can't connect to..." > > > Hi, > When I run rexec task it fails with the error "can't connect to field value>"

RE: rexec and setting env variables on remote host

2008-01-29 Thread Vallon, Justin
8-383-6725, 212-272-6725; cell 917-861-6042 -Original Message- From: Z W [mailto:[EMAIL PROTECTED] Sent: Monday, January 28, 2008 11:16 PM To: Ant Users List Subject: Re: rexec and setting env variables on remote host Also within "try" shrell script, I have a nohup command ie inside try

Re: rexec and setting env variables on remote host

2008-01-28 Thread Z W
Hi In using with with timeout attribute, is there a way I could cause the shell script to send EOF so that would not fail ? C:\start.xml:13: The following error occurred while executing this line: C:\start.xml:57: Response timed-out waiting for EOF at org.apache.tools.ant.Proje

Re: rexec and setting env variables on remote host

2008-01-28 Thread Z W
Also within "try" shrell script, I have a nohup command ie inside try.sh. I have nohup ./start & where "start" is another shell script On Jan 28, 2008 8:03 PM, Z W <[EMAIL PROTECTED]> wrote: > Rob > > Appreciate your response there. > Your approach does allow the env variables read but > I'm n

Re: rexec and setting env variables on remote host

2008-01-28 Thread Z W
Rob Appreciate your response there. Your approach does allow the env variables read but I'm not sure why rexec hangs when it reaches the end of command execution. Output [rexec] stty: : Invalid argument [rexec] /root [rexec] /mdm /opt [rexec] Starting prstat. [rexec

RE: rexec and setting env variables on remote host

2008-01-28 Thread Anderson, Rob (Global Trade)
You could also source the .profile in your ant script... -Rob Anderson -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Monday, January 28, 2008 2:40 AM To: Ant Users List Subject: Re: rexec and setting env variables on remote host Z W wrote: > Hi > >

Re: rexec and setting env variables on remote host

2008-01-28 Thread Z W
Steve, I'm sorry that I need a little more help here. Could you elaborate on * I think its an SSH option to turn this back on. Otherwise run bash -login to run bash as a login What tasks are you thinking of that I should use for both options ? Thanks

Re: rexec and setting env variables on remote host

2008-01-28 Thread Steve Loughran
Z W wrote: Hi I tried using rexec task to invoke a shell script. The output is as follows: [rexec] /af/gord [echo] But when I check the local host of this unix box, the variables are set in .profile. When echoed, they are displayed. How do I make sure the shell sets these variables

Re: Rexec task for bash command in ant script

2008-01-24 Thread Chuck Holzwarth
bash is an interactive command interpreter. cd, pwd etc. are commands that allow input then do their jobs and exit. You can issue "bash " to execute the commands in the command_file and exit, but bash on its own will start an interactive shell that then waits for input. Swati Gaikwad <[EMAIL PR

RE: rexec

2007-12-14 Thread Anderson, Rob (Global Trade)
Use the -lib option when running ant. For example... ant -lib /path/to/jars target See the documentation for more details. http://ant.apache.org/manual/running.html#options -Rob Anderson -Original Message- From: Bourzeix, Hervé [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 12,

RE: RE: RE: rexec hangs

2006-06-21 Thread Lu, Tao (MTO)
hanks! Cheers, Tao -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: June 21, 2006 3:09 PM To: Ant Users List Subject: Re: RE: RE: rexec hangs Hello, I think that the rexec functionality in ant is delivered by commons-net. Which version of commons-net were you

Re: RE: RE: rexec hangs

2006-06-21 Thread Antoine Levy-Lambert
13:48:03 -0400 Von: "Lu, Tao (MTO)" <[EMAIL PROTECTED]> An: \'Ant Users List\' Betreff: RE: RE: rexec hangs > I used the default value for timeout which is "no timeout". Also I tried > to > set it to "5 secs", I got the same result. > >

RE: RE: rexec hangs

2006-06-21 Thread Lu, Tao (MTO)
From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: June 21, 2006 12:49 PM To: Ant Users List Subject: Re: RE: rexec hangs Bonjour/Hello- My first instinct was to say set fork="true" but that options doesnt exist ..at least not yet! What is your To: "'Ant Users List'&quo

Re: RE: rexec hangs

2006-06-21 Thread Martin Gainty
Bonjour/Hello- My first instinct was to say set fork="true" but that options doesnt exist ..at least not yet! What is your To: "'Ant Users List'" Sent: Wednesday, June 21, 2006 10:26 AMWhats t Subject: RE: RE: rexec hangs > Sorry for the confusion. The

RE: RE: rexec hangs

2006-06-21 Thread Lu, Tao (MTO)
st Subject: Re: RE: rexec hangs On 20/06/06, Lu, Tao (MTO) <[EMAIL PROTECTED]> wrote: > In command prompt, I issued "telnet 142.142.125.60 512", no error messages, > I got a blank DOS screen. I believe port 512 is already open. > > Btw, if I run this locally > C:\>

Re: AW: how to unsubscribe [WAS Re: RE: rexec hangs]

2006-06-21 Thread Antoine Levy-Lambert
Cool ! Antoine Original-Nachricht Datum: Wed, 21 Jun 2006 07:38:40 +0200 Von: [EMAIL PROTECTED] An: user@ant.apache.org Betreff: AW: how to unsubscribe [WAS Re: RE: rexec hangs] > Strike - after a few days full ROI ;-) > > Jan > > >-Ursprüngliche Nac

Re: RE: rexec hangs

2006-06-21 Thread Petar Tahchiev
s fine. Thanks Tao -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: June 20, 2006 6:45 PM To: Ant Users List Subject: Re: RE: rexec hangs Hello Lu, open a command prompt, then try this command : telnet localhost 512 if rexec is disabled on your computer, you wi

AW: how to unsubscribe [WAS Re: RE: rexec hangs]

2006-06-20 Thread Jan.Materne
Strike - after a few days full ROI ;-) Jan >-Ursprüngliche Nachricht- >Von: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 21. Juni 2006 00:38 >An: Ant Users List >Betreff: how to unsubscribe [WAS Re: RE: rexec hangs] > >Please loo

RE: RE: rexec hangs

2006-06-20 Thread Lu, Tao (MTO)
mbert [mailto:[EMAIL PROTECTED] Sent: June 20, 2006 6:45 PM To: Ant Users List Subject: Re: RE: rexec hangs Hello Lu, open a command prompt, then try this command : telnet localhost 512 if rexec is disabled on your computer, you will see this message : Connecting To localhost...Could not open

Re: RE: rexec hangs

2006-06-20 Thread Antoine Levy-Lambert
, Antoine Original-Nachricht Datum: Tue, 20 Jun 2006 18:30:20 -0400 Von: "Lu, Tao (MTO)" <[EMAIL PROTECTED]> An: \'Ant Users List\' Betreff: RE: rexec hangs > I tried, but the same thing. > Is there any setting required on remot

how to unsubscribe [WAS Re: RE: rexec hangs]

2006-06-20 Thread Antoine Levy-Lambert
Please look at this URL : http://ant.apache.org/mail.html it gives a pointer about how to unsubscribe. Regards, Antoine Original-Nachricht Datum: Tue, 20 Jun 2006 18:33:18 -0400 Von: MK <[EMAIL PROTECTED]> An: \'Ant Users List\' Betreff: RE: rexec hangs >

RE: rexec hangs

2006-06-20 Thread MK
Please unsubscribe me from this list. I don't know how to do it. Your help will be appreciated. -Original Message- From: kindsol [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 20, 2006 6:28 PM To: Ant Users List Subject: Re: rexec hangs did you run ant in verbose mode? ant -v

RE: rexec hangs

2006-06-20 Thread Lu, Tao (MTO)
I tried, but the same thing. Is there any setting required on remote server side? Thanks Tao -Original Message- From: kindsol [mailto:[EMAIL PROTECTED] Sent: June 20, 2006 6:28 PM To: Ant Users List Subject: Re: rexec hangs did you run ant in verbose mode? ant -v And still nothing

Re: rexec hangs

2006-06-20 Thread kindsol
did you run ant in verbose mode? ant -v And still nothing? On Jun 20, 2006, at 3:17 PM, Lu, Tao (MTO) wrote: Hi, All, I tried to test task to execute some simple command on a remote Solaris box. Here is my task. But it hangs, by hang, I mean the ant doesn't produce any output. Th

RE: rexec hangs

2006-06-20 Thread Lu, Tao (MTO)
Hi, All, I tried to test task to execute some simple command on a remote Solaris box. Here is my task. But it hangs, by hang, I mean the ant doesn't produce any output. The version I am using is ant 1.6.5 Any clue? Thanks a lot! Tao > -Original Message- > From: Lu, T

RE: rexec hangs

2006-06-20 Thread Anderson, Rob (Global Trade)
Not enough information. Take a look at this... http://www.catb.org/~esr/faqs/smart-questions.html -Rob A > -Original Message- > From: Lu, Tao (MTO) [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 20, 2006 2:57 PM > To: 'user@ant.apache.org' > Subject: rexec hangs > > Hi, All, > > >

RE: RExec hangs

2004-12-09 Thread Nick_Gianakas
2/08/2004 05:08 PM Please respond to "Ant Users List" To: "Ant Users List" <[EMAIL PROTECTED]> cc: Subject:RE: RExec hangs I was running this command on windows from windows, so I was simulating the command exactly as we execute from sta

RE: RExec hangs

2004-12-08 Thread Radha Sangal
I was running this command on windows from windows, so I was simulating the command exactly as we execute from start->run .. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 5:01 PM To: Ant Users List Subject: RE: RExec hangs &g

RE: RExec hangs

2004-12-08 Thread Nick_Gianakas
08/2004 04:50 PM Please respond to "Ant Users List" To: "Ant Users List" <[EMAIL PROTECTED]> cc: Subject:RE: RExec hangs Try -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 4:44

RE: RExec hangs

2004-12-08 Thread Radha Sangal
Try -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 4:44 PM To: [EMAIL PROTECTED] Subject: RExec hangs Has anyone had any success w/ the rexec task? I can use sshexec w/out any problems. But when I try rexec, the process halts a