Code: Select all
<vaultsetloginoptions user="${SGV.username}" password="${SGV.password}" URL="${SGV.url}" repository="${SGV.repository}" />
<vaultgettolocationoutsideworkingfolder destPath="${basedir}\build">
<getoptions Merge="OverwriteWorkingCopy" />
<vaultfileset>
<include name="$/build" />
</vaultfileset>
</vaultgettolocationoutsideworkingfolder>
Code: Select all
INTERNAL ERROR
System.IO.IOException: The file exists.
at VaultClientIntegrationLib.ServerOperations.SetRepository(String repositoryName)
at VaultClientIntegrationLib.ServerOperations.Login(AccessLevelType altCommand, Boolean bAllowAuto, Boolean bSaveSession)
at NAnt.Contrib.Tasks.SourceGearVault.VaultTask.CheckLoggedIn()
at NAnt.Contrib.Tasks.SourceGearVault.vaultgettolocationoutsideworkingfolder.ExecuteTask()
at NAnt.Core.Task.Execute() in C:\cygwin\home\rmboggs\nant\src\NAnt.Core\Task.cs:line 186
at NAnt.Core.Target.Execute() in C:\cygwin\home\rmboggs\nant\src\NAnt.Core\Target.cs:line 247
at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies) in C:\cygwin\home\rmboggs\nant\src\NAnt.Core\Project.cs:line 1031
at NAnt.Core.Project.Execute() in C:\cygwin\home\rmboggs\nant\src\NAnt.Core\Project.cs:line 983
at NAnt.Core.Project.Run() in C:\cygwin\home\rmboggs\nant\src\NAnt.Core\Project.cs:line 1068
Code: Select all
Application information:
Application domain: /LM/W3SVC/1/Root/VaultService-1-129449307332661675
Trust level: Full
Application Virtual Path: /VaultService
Application Path: C:\Inetpub\wwwroot\VaultService\
Machine name: C-ART-APP01
Process information:
Process ID: 2192
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: HttpException
Exception message: The remote host closed the connection. The error code is 0x80072746.
Request information:
Request URL: http://c-art-app01/VaultService/VaultFileDownload.aspx?DownloadToken=75f1147a-d24b-46f4-ba04-dda11daa15ef
Request path: /VaultService/VaultFileDownload.aspx
User host address: 10.0.0.14
User:
Is authenticated: False
Authentication Type:
Thread account name: CART\Administrator
Thread information:
Thread ID: 7
Thread account name: CART\Administrator
Is impersonating: False
Stack trace: at System.Web.Hosting.ISAPIWorkerRequestInProcForIIS6.FlushCore(Byte[] status, Byte[] header, Int32 keepConnected, Int32 totalBodySize, Int32 numBodyFragments, IntPtr[] bodyFragments, Int32[] bodyFragmentLengths, Int32 doneWithSession, Int32 finalStatus, Boolean& async)
at System.Web.Hosting.ISAPIWorkerRequest.FlushCachedResponse(Boolean isFinal)
at System.Web.Hosting.ISAPIWorkerRequest.FlushResponse(Boolean finalFlush)
at System.Web.HttpResponse.Flush(Boolean finalFlush)
at System.Web.HttpResponse.Flush()
at System.Web.HttpWriter.WriteFromStream(Byte[] data, Int32 offset, Int32 size)
at System.Web.HttpResponseStream.Write(Byte[] buffer, Int32 offset, Int32 count)
at System.IO.BufferedStream.Write(Byte[] array, Int32 offset, Int32 count)
at VaultLib.VaultStreamCopy.CopyStream(Stream sIn, Stream sOut, Byte[] buf, Int32 nBufSize)
at VaultLib.VaultStreamCopy.CopyStream(Stream sIn, Stream sOut, Int32 nBuf)
at VaultService.VaultFileDownload.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)