GET Exception [Solaris]

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
James Jeffers
Posts: 95
Joined: Mon Aug 29, 2005 12:39 pm

GET Exception [Solaris]

Post by James Jeffers » Wed Oct 19, 2005 12:49 pm

We see this, for at least 2 different logins, on the same Solaris GET operations:

Code: Select all

jupiter:[55] /export/home/admanager % mono /export/home/local/Vault/vault.exe get -user build -password build -host brinks -repository Accipiter \$/AdManager/Manteo

<vault>
<!--  An error occurred reading from the download stream ("Win32 IO returned 39. Path: /var/tmp/tmp2168a774"), retrying...  -->
<!--  An exception was encountered during the get latest operation.  Exception: 2100 : FailExistingDownload  -->
<error>
Exception of type VaultClientOperationsLib.GetLatestVersionFailedException was thrown.
</error>
<exception>
VaultClientOperationsLib.GetLatestVersionFailedException: Exception of type VaultClientOperationsLib.GetLatestVersionFailedException was thrown.
in <0x03d88> VaultClientOperationsLib.ClientInstance:ProcessGetFileRequests (VaultClientOperationsLib.GetFileInfo[] infos, MakeWritableType makeWritable, SetFileTimeType setFileTime, MergeType merge, Boolean updateHiddenFilesOnly, System.String ancestorFullPath, Boolean flat, System.String ancestorDiskPath, VaultClientOperationsLib.OverwritePrompt PromptData, Boolean isLabelGet, System.String currentPathToLabelItem, Int64 labelID, Boolean isRetry)
in <0x000c0> VaultClientOperationsLib.ClientInstance:Get (VaultClientOperationsLib.VaultClientFile[] files, Boolean forceLatest, MakeWritableType makeWritable, SetFileTimeType setFileTime, MergeType merge, VaultClientOperationsLib.OverwritePrompt PromptData)
in <0x000fc> VaultClientOperationsLib.ClientInstance:Get (VaultClientOperationsLib.VaultClientFolder folder, Boolean recursive, Boolean forceLatest, MakeWritableType makeWritable, SetFileTimeType setFileTime, MergeType merge, VaultClientOperationsLib.OverwritePrompt PromptData)
in <0x00374> VaultCmdLineClient.VaultCmdLineClient:ProcessCommandGet (System.Collections.ArrayList strItemArray)
in <0x0219c> VaultCmdLineClient.VaultCmdLineClient:ProcessCommand (VaultCmdLineClient.Args curArg)
</exception>
<result success="no" />
</vault>
Suggestions?

ericsink
Posts: 346
Joined: Mon Dec 15, 2003 1:52 pm
Location: SourceGear
Contact:

Post by ericsink » Thu Oct 20, 2005 3:03 pm

Hmmm. I believe the right answer here is "no, we don't have any suggestions". :(

The unfortunate truth right now is that Solaris is not one of the platforms we are prepared to support. We need to change that, but in situations like these, it is important that we be honest about what we really can do or not do right now.

Right now, we are not able to give much help with problems running Vault on Mono on Solaris. Our own QA and support resources have been invested in MacOS and Linux.

James, you and I have exchanged a few emails about these issues. Please contact me again offline if you want to talk more about what we need to do for your situation.

My apologies.
Eric Sink
Software Craftsman
SourceGear

Locked