안녕하세요. 정성태님.
현재 IIS에 .NET Framework 4.7.2의 Web API를 올려 사용중입니다.
해당 웹 사이트는 API를 호출(데이터베이스 프로시저 관련)하거나 가상디렉토리(네트워크로 연결된)에 존재하는 이미지를 사용자가 직접 다운로드 하고 있습니다.
하루에 한번정도 빈번하게 IIS가 죽는 경우가 발생을 하는데 이벤트 뷰어를 봤을 때 아래의 오류가 가장 많이 발생하고 있습니다.
하기의 오류에 대하여 처리(확인)할 방안을 알려주시면 감사하겠습니다.
인증관련된 문제인것 같은데 잘 모르겠습니다.
===========================================================
처리되지 않은 예외가 발생하여 프로세스가 종료되었습니다.
Application ID: /LM/W3SVC/7/ROOT
Process ID: 56544
Exception: System.ArgumentException
Message: 가장 토큰이 잘못되었습니다. 토큰은 중복될 수 없습니다.
StackTrace: 위치: System.Security.Principal.WindowsIdentity.CreateFromToken(IntPtr userToken)
위치: System.Security.Principal.WindowsIdentity..ctor(IntPtr userToken, String authType, Int32 isAuthenticated)
위치: System.Security.Principal.WindowsIdentity..ctor(SafeAccessTokenHandle safeTokenHandle)
위치: System.Security.SecurityContext.CreateCopy()
위치: System.Threading.ExecutionContext.CreateCopy()
위치: System.Threading.TimerQueueTimer.CallCallback()
위치: System.Threading.TimerQueueTimer.Fire()
위치: System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
위치: System.Threading.ThreadPoolWorkQueue.Dispatch()
===========================================================
응용 프로그램: w3wp.exe
Framework 버전: v4.0.30319
설명: 처리되지 않은 예외로 인해 프로세스가 종료되었습니다.
예외 정보:System.ArgumentException
위치: System.Security.Principal.WindowsIdentity.CreateFromToken(IntPtr)
위치: System.Security.Principal.WindowsIdentity..ctor(IntPtr, System.String, Int32)
위치: System.Security.Principal.WindowsIdentity..ctor(Microsoft.Win32.SafeHandles.SafeAccessTokenHandle)
위치: System.Security.SecurityContext.CreateCopy()
위치: System.Threading.ExecutionContext.CreateCopy()
위치: System.Threading.TimerQueueTimer.CallCallback()
위치: System.Threading.TimerQueueTimer.Fire()
위치: System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
위치: System.Threading.ThreadPoolWorkQueue.Dispatch()
===========================================================
[최초 등록일: ]
[최종 수정일: 9/16/2021]