FW: [Anthill] Configuring AntHILL with CVS connected over VPN

Jeevan_Sunkersett Jeevan_Sunkersett at satyam.com
Tue Jul 20 06:51:50 CDT 2004


Whew!
Finally found out. Currently the AnthillBuildDaemon in Tomcat is waiting for
the CVS checkout to complete. (Estimated to be 13-14 hours)

AntHILL was failing cause my CVS cmd line was failing.
(WinCVS worked because it did many things transparently)

For the benefit of all, I include the details below:

When I connect to CVS, the cmd fired is
	:ext:<username>@<serverName>:<path-to-cvs>

The :ext: launches my SSH client program, which cud be cgywin/ putty.
And that it did thru a CVS_RSH environment variable (which I had not setup)

The CVS_RSH env variable in my case, using putty/ plink.exe is:
   CVS_RSH=<path-to-SSH-client-executable > <cmd-line-params>
	<cmd-line-params> are what the program requires to establish the
connection

In AntHILL project config, I specified the appropriate 	
	1. anthill.repository.cvs.module
	2. anthill.repository.cvs.root 

and thru the web browser interface initiated a force-build.

-----------------
thks & rgds
G1


-----Original Message-----
From: Jeevan_Sunkersett 
Sent: Tuesday, July 20, 2004 9:55 AM
To: 'anthill at lists.urbancode.com'
Subject: RE: [Anthill] Configuring AntHILL with CVS connected over VPN

Hi,

My environment is 
The remote CVS is on a Linux box in PA, USA.
While, we access it from India over VPN using a SSH client.

ANTHILL I have installed and configured in my local desktop.
(a Intel P4, running Win2K PRO + Tomcat4 + WinCVS + Putty)

I am connected to VPN when ANT HILL is executing but it fails to get remote
CVS content.
I can get remote CVS content manually thru WinCVS or Eclipse.
(it uses SSH)

I am investigating if I can get remote CVS content by issuing CVS commands
at the command prompt.

Any other thing I shud try?

-----------------
thks & rgds
G1


-----Original Message-----

Date: Sun, 18 Jul 2004 18:00:09 -0600
From: "Burford, Nate" <NBurford at servicemagic.com>
Subject: RE: [Anthill] Configuring AntHILL with CVS connected over VPN
	wit	h SSH?
To: 'Anthill user list' <anthill at lists.urbancode.com>
Message-ID:
	<5D6397DA6357D241B71D06A14A2630C803B2C0AC at octavius.servicemagic.com>
Content-Type: text/plain; charset="us-ascii"

 
Jeevan, 
 
Not a unix admin or anything but since the error seems not to like the SSH
client very much maybe consider using a different client.
Or, and I maybe wrong but it looks like anthill maybe be living on a Windows
Box?  So possibly connect via VPN to the Windows box with a VNC or remote
desktop connection to execute the Anthill build.

-----Original Message-----
From: Jeevan_Sunkersett [mailto:Jeevan_Sunkersett at satyam.com] 
Sent: Saturday, July 17, 2004 2:58 AM
To: anthill at lists.urbancode.com
Subject: [Anthill] Configuring AntHILL with CVS connected over VPN with SSH?


Hi,
I have downloaded Ant hill OS to have a look.
I have used ant hill before but transparently, this is the first time I am
trying to configure it.
In our development env. the CVS repository is geographically very far.
We connect to it over a VPN and using a SSH client (cygwin/ putty) we
download the code to our local machine to work on.

For this we use WinCVS as such I am not very much aware of cvs command-line
options too.

I setup a project in AntHill and tried a Force build on it.

It attempted contacting the CVS server but gave an exception which I am
unable to analyze.

Any clues? 

(I can understand the SendFailedException, It cud be because the network
admin has closed the SMTP tcp/ip port 25)

-----------------

thks & rgds

G1
The stack trace in the Tomcat console-----

Anthill: looking for file: C:\Documents and
Settings\js10987\.anthill.anthill.properties

Anthill version: 1.7.0.162 loaded.

Anthill root dir: c:\anthill

14:20:29:359 [Thread-3] INFO  com.urbancode.anthill.Anthill  - Starting
Anthill daemons

14:20:39:875 [Thread - AnthillBuildDaemon] INFO
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - repository root:
:ext:jsunkeersett at mpitt50:/usr/local/cvsroot

14:20:39:875 [Thread - AnthillBuildDaemon] INFO
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Module: CM

14:20:39:875 [Thread - AnthillBuildDaemon] INFO
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Branch: null

14:20:39:875 [Thread - AnthillBuildDaemon] INFO
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Work directory:
c:\anthill\fiserv-work

14:20:39:875 [Thread - AnthillBuildDaemon] INFO
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Local project
directory: c:\anthill\fiserv-work\CM

14:20:39:890 [Thread - AnthillBuildDaemon] INFO
com.urbancode.anthill.BuildManager  - Project: FiServ is being released.

14:20:39:890 [Thread - AnthillBuildDaemon] INFO
com.urbancode.anthill.BuildManager  - Initializing repository adapter...

14:20:39:890 [Thread - AnthillBuildDaemon] INFO
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - repository root:
:ext:jsunkeersett at mpitt50:/usr/local/cvsroot

14:20:39:890 [Thread - AnthillBuildDaemon] INFO
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Module: CM

14:20:39:890 [Thread - AnthillBuildDaemon] INFO
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Branch: null

14:20:39:890 [Thread - AnthillBuildDaemon] INFO
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Work directory:
c:\anthill\fiserv-work

14:20:39:890 [Thread - AnthillBuildDaemon] INFO
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - Local project
directory: c:\anthill\fiserv-work\CM

14:20:39:890 [Thread - AnthillBuildDaemon] INFO
com.urbancode.anthill.BuildManager  - step 0) Clean up working directory

14:20:39:890 [Thread - AnthillBuildDaemon] INFO
com.urbancode.anthill.adapter.ProfileRepositoryAdapter  - Cleaning up local
files:

14:20:40:031 [Thread - AnthillBuildDaemon] INFO
com.urbancode.anthill.BuildManager  - step 1) Retrieve working copy of code
from repository

Pagelets v3.1.5 loaded.

Copyright 2000-2002 Urbancode.  All rights reserved.

14:20:40:093 [Thread - AnthillBuildDaemon] INFO
com.urbancode.anthill.util.Execute  - [checkout] cmd /x/c cd /d
c:\anthill\fiserv-work && cvs -d
:ext:jsunkeersett at mpitt50:/usr/local/cvsroot checkout -A CM

' from cvs serveread - AnthillBuildDaemon] INFO
com.urbancode.anthill.adapter.CVSRepositoryAdapter  - RepositoryException in
checkout. message: ProfileAdapter checkout failed: cvs checkout: warning:
unrecognized response `'ssh' is not recognized as an internal or external
command,

************************************************************************** 
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.
**************************************************************************



More information about the Anthill mailing list