2
먼저
, 나는 푸른를 만들었습니다 .... 그것이 우리 조직의 요구에 맞는지 알아 내려고 지난 주 마이크로 소프트에서 릴리스 관리와 장난하고 아니오 vNext 유형 (릴리스, 서버, 구성 요소)을 사용하는 배포 에이전트 환경 다음 단계에서는 동일한 배포 단계를 통해 새로운 배포 에이전트 환경을 테스트했지만 Release 템플릿을 만들 때마다 매번 500 개의 내부 오류가 발생합니다.-
RM_Server 및 RM_Client 모두 동일한 시스템에
- 가 컴퓨터에 TFS
- 전체 관리자 권한과 RM
- 에 안정적인 연결 생성됨 : 내가해야 할
마음 오류없이 서버 릴리스 경로 및 환경
스택 :
Error - (4000, 1928) - The remote server returned an error: (500) Internal Server Error.: \r\n\r\n at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at Microsoft.TeamFoundation.Release.Data.WebRequest.PlatformHttpClient.EndGetResponse(IAsyncResult asyncResult)
at Microsoft.TeamFoundation.Release.Data.WebRequest.RestClientResponseRetriever.EndGetAsyncMemoryStreamFromResponse(IAsyncResult asyncResult, IPlatformHttpClient platformHttpClient)
at Microsoft.TeamFoundation.Release.Data.WebRequest.RestClientResponseRetriever.EndDownloadString(IAsyncResult asyncResult, IPlatformHttpClient platformHttpClient)
at Microsoft.TeamFoundation.Release.Data.WebRequest.RestClient.EndPost(IAsyncResult asyncResult)
at Microsoft.TeamFoundation.Release.Data.Proxy.RestProxy.HttpRequestor.<>c__DisplayClass1.<GetPostCaller>b__0(String url, String body)
at Microsoft.TeamFoundation.Release.Data.Proxy.RestProxy.BaseConfigurationServiceProxy.SetApplicationVersion(String applicationVersionXml)
at Microsoft.TeamFoundation.Release.Data.Model.ApplicationVersion.Storing()
at Microsoft.TeamFoundation.Release.Data.Model.ModelBase.Store()
at Microsoft.VisualStudio.Release.ViewModel.ViewModels.DetailWorkspaceViewModel.SaveItem(Boolean andRefresh)
at Microsoft.VisualStudio.Release.ViewModel.ViewModels.ApplicationVersionViewModel.SaveItem(Boolean andRefresh)
at Microsoft.VisualStudio.Release.ViewModel.ViewModels.DetailWorkspaceViewModel.<get_SaveItemCommand>b__0(Object param)
at Microsoft.VisualStudio.Release.ViewModel.Helpers.RelayCommand.Execute(Object parameter)
at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
at System.Windows.Controls.Primitives.ButtonBase.OnClick()
at System.Windows.Controls.Button.OnClick()
서버 로그를 공유하면 어떻게되는지 볼 수 있습니다. http://blogs.msdn.com/b/visualstudioalm/archive/2013/12/13/how-to-enable-detailed- logs-and-collect-traces-various-release-management-components.aspx – divyanshm
스택이 헤드에 추가됨 msg – user1432893
클라이언트 로그를 공유했습니다. RM 서버 로그에는 실제로 잘못 된 점에 대한 세부 정보가 있습니다. RM 서버 시스템의 C : \ Windows \ Temp \ Microsoft \ ReleaseManagment \ 12.0 \ Logs \ ReleaseManagementServices.log에있는 모든 예외를 공유하십시오. – divyanshm