NAnt 3.1.9 Proxy Authentication Failed

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

Moderator: SourceGear

Post Reply
scottctr
Posts: 8
Joined: Tue Jun 19, 2007 8:14 pm

NAnt 3.1.9 Proxy Authentication Failed

Post by scottctr » Tue Jun 19, 2007 8:23 pm

Can someone help me understand what would be causing the error below? I'm not having any problem from the Vault client. Here's my call:

<vaultgetfile url="http://ibm-c3-b09"
username="${vault.user}"
password="${vault.password}"
repository="${vault.repository}"
path="$/rootFolder/l2/l3/l4/l5/l6"
destination="${core.source}" />

System.Exception: 1022: Proxy Authentication Failed. Please verify your network settings using the Options dialog under the Tools menu in the Vault GUI Client. ---> System.Net.WebException: The request failed with HTTP status 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. ).
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadRespo
nse(SoapClientMessage message, WebResponse response, Stream responseStream, Bool
ean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(
String methodName, Object[] parameters)
at VaultClientNetLib.ClientService.VaultService.ValidateServiceVersions(
Int32[] clientSupportedVersions)
at VaultClientNetLib.VaultConnection.Login(String strURLBase, String strUsername, String strPassword)
--- End of inner exception stack trace ---
at VaultClientNetLib.VaultConnection.Login(String strURLBase, String strUsername, String strPassword)
at VaultClientOperationsLib.ClientInstance.Login(String urlbase,
String username, String password)
at NAnt.Contrib.Tasks.SourceGearVault.VaultBase.Login() in C:\temp\vaultnant2.0\latest\src\VaultBase.cs:line 82
at NAnt.Contrib.Tasks.SourceGearVault.vaultgetfile.ExecuteTask()
in C:\temp\vaultnant2.0\latest\src\VaultGetFile.cs:line 95
at NAnt.Core.Task.Execute()
at NAnt.Core.Target.Execute()
at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
at NAnt.Core.Project.Execute()
at NAnt.Core.Project.Run()

scottctr
Posts: 8
Joined: Tue Jun 19, 2007 8:14 pm

Fixed.

Post by scottctr » Wed Jun 20, 2007 6:48 am

Sorry. This problem went away when I rebooted my machine.

scottctr
Posts: 8
Joined: Tue Jun 19, 2007 8:14 pm

Came Back.

Post by scottctr » Wed Jun 20, 2007 7:55 pm

This problem has came back and rebooting isn't helping now. Any help is appreciated.

jeremy_sg
Posts: 1821
Joined: Thu Dec 18, 2003 11:39 am
Location: Sourcegear
Contact:

Post by jeremy_sg » Thu Jun 21, 2007 7:35 am

Just to be clear, it looks like the NAnt tasks attempting to connet through a proxy, and that proxy is denying the request. Do you want to connect through the proxy, or do you want to stop the NAnt tasks from attempting to connect through the proxy?

Post Reply