2014-01-27 7 views
6

: 'Microsoft.TeamFoundation에 대한예외 'Microsoft.TeamFoundation.Framework.Server.ByteArray'사람이 TFS에있는 파일에서 확인하는 동안이 오류의 원인이 무엇 아이디어가하십시오

"형식 이니셜을 .Framework.Server.ByteArray '예외가 발생했습니다. "

**TF53010: The following error has occurred in a Team Foundation component or extension: 
Date (UTC): 4/7/2014 5:57:14 AM 
Machine: TFSSRV 
Application Domain: /LM/W3SVC/8080/ROOT/tfs-14-130413234339367965 
Assembly: Microsoft.TeamFoundation.Framework.Server, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727 
Service Host: 61e34d8a-3995-492a-b0b1-b1ca43304366 (SABIS) 
Process Details: 
    Process Name: w3wp 
    Process Id: 3896 
    Thread Id: 4844 
    Account name: INTEREDLB\eghanem 
Detailed Message: TF30065: An unhandled exception occurred. 
Web Request Details 
    Url: tfssrv:8080/tfs/_tfs_resources/VersionControl/v1.0/upload.ashx [method: POST] 
    User Agent: Team Foundation (devenv.exe, 10.0.30319.1) 
    Headers: Content-Length=125836&Content-Type=multipart%2fform-data%3b+boundary%3d--------------------------8e5m2D6l5Q4h6&Accept-Language=en-US&Authorization=NTLM+TlRMTVNTUAADAAAAGAAYAIQAAABcAVwBnAAAABIAEgBYAAAADgAOAGoAAAAMAAwAeAAAAAAAAAD4AQAABYKIogYC8CMAAAAPEamXFnqofvmag9Tv7MumY0kATgBUAEUAUgBFAEQATABCAGUAZwBoAGEAbgBlAG0ASQBUAFEAQwAwADIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgPJ7o8t9UpE1fWPVvOiQkwEBAAAAAAAAOSm6OSZSzwGLmc3OzEbnlAAAAAACABIASQBOAFQARQBSAEUARABMAEIAAQAMAFQARgBTAFMAUgBWAAQAJgBpAG4AdABlAHIAZQBkAGwAYgAuAHMAYQBiAGkAcwAuAG4AZQB0AAMANAB0AGYAcwBzAHIAdgAuAGkAbgB0AGUAcgBlAGQAbABiAC4AcwBhAGIAaQBzAC4AbgBlAHQABQASAHMAYQBiAGkAcwAuAG4AZQB0AAgAMAAwAAAAAAAAAAEAAAAAIAAAPo4lTXR7%2fzg5WQsBAME%2f5oXFLmv2XYbJUNBj1fLeBfkKABAAAAAAAAAAAAAAAAAAAAAAAAkAPgBIAFQAVABQAC8AdABmAHMAcwByAHYALgBpAG4AdABlAHIAZQBkAGwAYgAuAHMAYQBiAGkAcwAuAG4AZQB0AAAAAAAAAAAA&Expect=100-continue&Host=tfssrv%3a8080&User-Agent=Team+Foundation+(devenv.exe%2c+10.0.30319.1)&X-TFS-Version=1.0.0.0&X-TFS-Session=f705371b-1a30-4e4a-861c-62d652add5e3&TF-Instance=f705371b-1a30-4e4a-861c-62d652add5e3 
    Path: /tfs/_tfs_resources/VersionControl/v1.0/upload.ashx 
    Local Request: False 
    Host Address: 192.168.200.234 
    User: INTEREDLB\eghanem [authentication type: NTLM] 
Exception Message: The type initializer for 'Microsoft.TeamFoundation.Framework.Server.ByteArray' threw an exception. (type TypeInitializationException) 
Exception Stack Trace: at Microsoft.TeamFoundation.Framework.Server.ByteArray..ctor(Int32 sizeRequested) 
    at Microsoft.TeamFoundation.VersionControl.Server.UploadHandler.UploadFile(VersionControlRequestContext versionControlRequestContext, String workspaceName, String workspaceOwner, String serverItem, Byte[] hash, Stream fileStream, Int64 fileLength, Int64 compressedLength, Int64 offsetFrom, CompressionType compressionType) 
    at Microsoft.TeamFoundation.VersionControl.Server.TeamFoundationVersionControlService.UploadFile(TeamFoundationRequestContext requestContext, String workspaceName, String workspaceOwner, String serverItem, Byte[] hash, Stream fileStream, Int64 fileLength, Int64 compressedLength, Int64 offsetFrom, CompressionType compressionType) 
    at Microsoft.TeamFoundation.VersionControl.Server.UploadHandler.Execute() 
Inner Exception Details: 
Exception Message: Exception of type 'System.OutOfMemoryException' was thrown. (type OutOfMemoryException) 
Exception Stack Trace: at Microsoft.TeamFoundation.Framework.Server.BufferPool..ctor(Int32 bufferSize, Int32 initialNumberOfEntries) 
    at Microsoft.TeamFoundation.Framework.Server.ByteArray..cctor() 
For more information, see Help and Support Center at** 

답변

4

난 그냥 오늘 같은 문제가 발생 하였다

는 이벤트 뷰어에서 스택 추적입니다. 이 페이지를 강타 할 수있는 다른 사람들을 위해, 예외를 검색 할 때 처음으로 히트 한 것입니다. MS 소셜 질문 here을 살펴 보았지만 키가 App Tier Framework에있는 것으로 보입니다. TFS 앱 티어 서버에서 IISRESET.exe (관리자로)를 실행했으며 모든 것이 완전히 다시 작동하기 시작했습니다.

+0

정확하게 TFS 서버를 다시 시작하면 모든 것이 완벽하게 작동합니다. 그러나 그것은 자주 일어나고 있습니다. 우리는이 버그의 원인을 알아야합니다. –

+0

다음은 이벤트 뷰어의 스택 추적입니다. –