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:\>rexec 142.142.125.60 -l bob ls -l
It works 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 will see this message :

Connecting To localhost...Could not open connection to the host, on port
512: Co
nnect failed

(this is what I see on my Windows box).


Regards,

Antoine


-------- Original-Nachricht --------
Datum: Tue, 20 Jun 2006 18:30:20 -0400
Von: "Lu, Tao (MTO)" <[EMAIL PROTECTED]>
An: \'Ant Users List\' <user@ant.apache.org>
Betreff: RE: rexec hangs

> 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?
> 
> On Jun 20, 2006, at 3:17 PM, Lu, Tao (MTO) wrote:
> 
> > Hi, All,
> > I tried to test <rexec> task to execute some simple command on a  
> > remote
> > Solaris box. Here is my task.
> >     <rexec userid="bob" password="pass" server="localhost"
> > command="ls"/>
> > 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, Tao (MTO)
> >> Sent:      June 20, 2006 5:57 PM
> >> To:        'user@ant.apache.org'
> >> Subject:   rexec hangs
> >>
> >> Hi, All,
> >>
> >> <rexec userid="bob" password="pass" server="localhost" command="ls"/>
> >>
> >> Why it hangs?
> >>
> >> ant 1.6.5
> >>
> >> Thanks
> >> Tao
> >

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to