Can't check in two files
Moderator: SourceGear
Can't check in two files
When attempting to checkin my nant build file and my .net project file, I get the following error. However, I don't get these errors when I check in/out any other file in the repository. I can also undo checkout on these files with no problems.
Any and all help is appreciated as I have development team in India that is having the same problem accessing this repository. Thanks.
Version Info:
Vault Version: 3.1.5.3546
Server: Windows 2003 Server (all the latest services packs applied)
Desktop: Windows XP SP2
[2/1/2006 10:24:38 AM] Preparing data to begin transaction
[2/1/2006 10:24:38 AM] Beginning transaction
[2/1/2006 10:24:38 AM] Check in $/Projects3.1/sites/cma/cma.build
[2/1/2006 10:24:38 AM] Upload for item $/Projects3.1/sites/cma/cma.build failed, retrying...
[2/1/2006 10:24:38 AM] Upload for item $/Projects3.1/sites/cma/cma.build failed, retrying...
[2/1/2006 10:24:38 AM] Upload for item $/Projects3.1/sites/cma/cma.build failed, retrying...
[2/1/2006 10:24:38 AM] Ending the transaction
[2/1/2006 10:24:38 AM] Upload for item $/Projects3.1/sites/cma/cma.build failed too many times, aborting transaction.
Please verify your network settings using the Options dialog under the Tools menu in the Vault GUI Client.
The specific error was "The server had an error processing the file upload but did not return an error header. The remote server returned an error: (500) Internal Server Error."
An exception was encountered during the transaction. Exception: The server had an error processing the file upload but did not return an error header. The remote server returned an error: (500) Internal Server Error. at VaultClientOperationsLib.ClientInstance.UploadItem(ChangeSetItem item, String txID, Byte[]& streamBuffer, Int32& bytesWrittenThisFile, Boolean bIsImport)
at VaultClientOperationsLib.UploadThread.ProcessCommand(UploadThreadCommand command, UploadThreadCommandResult& outputResult)
[2/1/2006 10:24:38 AM] Transaction failed
[2/1/2006 10:24:38 AM] Transaction failed
Any and all help is appreciated as I have development team in India that is having the same problem accessing this repository. Thanks.
Version Info:
Vault Version: 3.1.5.3546
Server: Windows 2003 Server (all the latest services packs applied)
Desktop: Windows XP SP2
[2/1/2006 10:24:38 AM] Preparing data to begin transaction
[2/1/2006 10:24:38 AM] Beginning transaction
[2/1/2006 10:24:38 AM] Check in $/Projects3.1/sites/cma/cma.build
[2/1/2006 10:24:38 AM] Upload for item $/Projects3.1/sites/cma/cma.build failed, retrying...
[2/1/2006 10:24:38 AM] Upload for item $/Projects3.1/sites/cma/cma.build failed, retrying...
[2/1/2006 10:24:38 AM] Upload for item $/Projects3.1/sites/cma/cma.build failed, retrying...
[2/1/2006 10:24:38 AM] Ending the transaction
[2/1/2006 10:24:38 AM] Upload for item $/Projects3.1/sites/cma/cma.build failed too many times, aborting transaction.
Please verify your network settings using the Options dialog under the Tools menu in the Vault GUI Client.
The specific error was "The server had an error processing the file upload but did not return an error header. The remote server returned an error: (500) Internal Server Error."
An exception was encountered during the transaction. Exception: The server had an error processing the file upload but did not return an error header. The remote server returned an error: (500) Internal Server Error. at VaultClientOperationsLib.ClientInstance.UploadItem(ChangeSetItem item, String txID, Byte[]& streamBuffer, Int32& bytesWrittenThisFile, Boolean bIsImport)
at VaultClientOperationsLib.UploadThread.ProcessCommand(UploadThreadCommand command, UploadThreadCommandResult& outputResult)
[2/1/2006 10:24:38 AM] Transaction failed
[2/1/2006 10:24:38 AM] Transaction failed
First thing to do is check the server log and see if there are any error messages at the time the checkin is happening.
Also, sometimes firewall or virus checking software prevents uploads or downloads of certain types of files. Does it affect all files of type ".build"? Or, if you change the file to .txt but with the same contents, does it also fail? (this is possible since a virus checking package might think it is a virus and not upload it).
Also, sometimes firewall or virus checking software prevents uploads or downloads of certain types of files. Does it affect all files of type ".build"? Or, if you change the file to .txt but with the same contents, does it also fail? (this is possible since a virus checking package might think it is a virus and not upload it).
rwoodruf:
Also, someone else was reporting a similar error as yours Weird error message
Just in case this is the same problem, do you run some security services which may have been updated last night?
Also, someone else was reporting a similar error as yours Weird error message
Just in case this is the same problem, do you run some security services which may have been updated last night?
Jeff Clausius
SourceGear
SourceGear
Can't check in two files
I didn't run any security services update last night. This is our simple development box that we have been running source gear on for a few months now.
Is there some sort of debug that i can turn on to give you more information?
Is there some sort of debug that i can turn on to give you more information?
As Dan mentioned, trouble shooting something like this will need to begin at the server.
If there is an error related to Vault, you'll need to post / mail the Vault Server Log
If there is an error related to Vault, you'll need to post / mail the Vault Server Log
Last edited by jclausius on Wed Feb 01, 2006 1:10 pm, edited 1 time in total.
Jeff Clausius
SourceGear
SourceGear
Problem has been fixed
At the time that I was having this error, my server was also out of disk space. I believe that this is the reason that vault wouldn't let me check in. Please verify that this is the case on your end and let me know what you find.