Problem using CC.Net plugin

If you are having a problem using Fortress, post a message here.

Moderator: SourceGear

Post Reply
ajj3085
Posts: 228
Joined: Thu Feb 16, 2006 11:39 am

Problem using CC.Net plugin

Post by ajj3085 » Wed Oct 20, 2010 7:35 pm

Hi,

I'm trying to get my build server up and going. It's CruiseControl.Net 1.5.7256.1 and Fortress 2.0.4, running on SBS 2008 (Win2k8 IIS7, 64-bit). I added the ccnet.zip plugin available from your site to the server folder in ccnet.config, and have this source control block:

Code: Select all

<sourcecontrol type="vaultplugin" autoGetSource="true" applyLabel="false">
    <username>user</username>
    <password>xy1</password>
    <host>my.host.com</host>
    <repository>Repo</repository>
    <folder>$/path/trunk/core</folder>
    <ssl>true</ssl>
    <useWorkingDirectory>true</useWorkingDirectory>
    <workingDirectory>build</workingDirectory>
    <deleteItemsThatAreNotInTheRepository>true</deleteItemsThatAreNotInTheRepository>
</sourcecontrol>
The build succeeds (although I have no tasks in ccnet configured yet), but no source is downloaded, and this message is logged in the event log of the server: Vault Login Failed Three times, giving up.: You are attempting to connect to a Fortress Server with a Vault Client. Please download a Fortress Client from http://sourcegear.com/fortress/downloads.html.

The source doesn't get pulled down to the working directory specified by ccnet.

Any ideas?
Andy

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Problem using CC.Net plugin

Post by Beth » Thu Oct 21, 2010 8:28 am

Can you verify that the plug-in you downloaded was exactly from this link?
http://download-us.sourcegear.com/Fortr ... Plugin.zip

If you're not sure, then remove the one you have and download again from the link I just posted.

If you're certain you have the correct one, then do you have a Fortress GUI client on the same machine that you can try connecting with? Are you able to download code from a client on the build server? This is just a test to help narrow down what the issue might be.
Beth Kieler
SourceGear Technical Support

ajj3085
Posts: 228
Joined: Thu Feb 16, 2006 11:39 am

Re: Problem using CC.Net plugin

Post by ajj3085 » Tue Oct 26, 2010 7:53 pm

Hi,

Yes, I do have the plugin from that link. Do you need the client installed on the build server even with the plugin? I don't have it installed currently.

Sorry for the late response.

Thanks
Andy

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Problem using CC.Net plugin

Post by Beth » Wed Oct 27, 2010 9:58 am

I don't think the client is required, but I want you to install it so we can verify if it can work from this machine or not. That will affect the route taken in troubleshooting.
Beth Kieler
SourceGear Technical Support

ajj3085
Posts: 228
Joined: Thu Feb 16, 2006 11:39 am

Re: Problem using CC.Net plugin

Post by ajj3085 » Sun Jan 09, 2011 12:47 pm

I wanted to follow up on this. It must have been something I was doing wrong, because it does work now. I just can't remember what I did to get it working. I didn't need to install the client though, just the zip package works.

Thanks
Andy

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Problem using CC.Net plugin

Post by Beth » Mon Jan 10, 2011 10:10 am

Thank you for the update. I'm happy to hear you are working now.
Beth Kieler
SourceGear Technical Support

Post Reply