Can't check in two files

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

Moderator: SourceGear

Locked
rwoodruf
Posts: 25
Joined: Thu Nov 03, 2005 12:23 pm

Can't check in two files

Post by rwoodruf » Wed Feb 01, 2006 9:31 am

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

dan
Posts: 2448
Joined: Wed Dec 17, 2003 5:03 pm
Location: SourceGear
Contact:

Post by dan » Wed Feb 01, 2006 10:33 am

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).

jclausius
Posts: 3702
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Post by jclausius » Wed Feb 01, 2006 11:41 am

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?
Jeff Clausius
SourceGear

rwoodruf
Posts: 25
Joined: Thu Nov 03, 2005 12:23 pm

Can't check in two files

Post by rwoodruf » Wed Feb 01, 2006 1:04 pm

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?

jclausius
Posts: 3702
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Post by jclausius » Wed Feb 01, 2006 1:09 pm

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
Last edited by jclausius on Wed Feb 01, 2006 1:10 pm, edited 1 time in total.
Jeff Clausius
SourceGear

rwoodruf
Posts: 25
Joined: Thu Nov 03, 2005 12:23 pm

Problem has been fixed

Post by rwoodruf » Wed Feb 01, 2006 1:09 pm

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.

dan
Posts: 2448
Joined: Wed Dec 17, 2003 5:03 pm
Location: SourceGear
Contact:

Post by dan » Wed Feb 01, 2006 1:12 pm

Yes, an out of disk space server would cause all sorts of problems :)

Locked