View Single Post
  #5 (permalink)  
Old 08-09-2007, 01:47 PM
arjkhanna arjkhanna is offline
D-Web Genius
 
Join Date: Mar 2007
Posts: 1,102
arjkhanna is on a distinguished road
Default Re: TFS check-in problem

We thought we made some progress because we were error free for a couple of days after performing the following:

1) Updated the driver on our NICs to the latest version.

2) Created exceptions on port 8080 for TCP and UDP in the Microsoft firewall (we allow exceptions)

3) Took the items of the connection property down to Client for Microsoft Networks and Internet Protocol.

Went to check in two items to TFS and got the connection error again.

8/6/2007 10:52:37 AM (pid 5588, tid 828, 8473187 ms) Recorded m_exception in UpDownAsyncResult.Completed(): Microsoft.TeamFoundation.VersionControl.Client.Ver sionControlException: C:\Code\Hydra\Hydra\HydraStoredProcedures\Tables\C reate Tables\CreateCUCorpFilesTables.sql: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
--- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetResponse()
at Microsoft.TeamFoundation.VersionControl.Client.Fil eUploader.UploadChunk(FileStream fileContentStream, Int64 end)
--- End of inner exception stack trace ---
at Microsoft.TeamFoundation.VersionControl.Client.Fil eUploader.UploadChunk(FileStream fileContentStream, Int64 end)
at Microsoft.TeamFoundation.VersionControl.Client.Fil eUploader.UploadContent()
__________________
A.Rajesh Khanna
Reply With Quote