Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. "An error has occurred."
  2. ExceptionMessage "The system cannot find the path specified.
  3.  
  4. "
  5. ExceptionType "System.Security.Cryptography.CryptographicException"
  6. StackTrace " at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr)
  7.  
  8. at System.Security.Cryptography.X509Certificates.X509Utils._QueryCertFileType(String fileName)
  9.  
  10. at System.Security.Cryptography.X509Certificates.X509Certificate.LoadCertificateFromFile(String fileName, Object password, X509KeyStorageFlags keyStorageFlags)
  11.  
  12. at System.Security.Cryptography.X509Certificates.X509Certificate2.Import(String fileName)
  13.  
  14. at GE.Feature.Account.Areas.Account.Login.Services.SamlResponseAdapterFactory.CreateAdapter(String token) in D:\BuildAgent\work\7211949babfc45bb\src\server\Feature\Account\code\Areas\Account.Login\Services\SamlResponseAdapterFactory.cs:line 17
  15.  
  16. at GE.Feature.Account.Services.LoginService.Login(LoginResponse loginInfo) in D:\BuildAgent\work\7211949babfc45bb\src\server\Feature\Account\code\Services\LoginService.cs:line 102
  17.  
  18. at GE.Feature.Account.Areas.Account.Login.Controllers.LoginApiController.Callback(LoginResponse loginInfo) in D:\BuildAgent\work\7211949babfc45bb\src\server\Feature\Account\code\Areas\Account.Login\Controllers\LoginApiController.cs:line 37
  19.  
  20. at lambda_method(Closure , Object , Object[] )
  21.  
  22. at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass10.<GetExecutor>b__9(Object instance, Object[] methodParameters)
  23.  
  24. at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken)
  25.  
  26. --- End of stack trace from previous location where exception was thrown ---
  27.  
  28. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  29.  
  30. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  31.  
  32. at System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__0.MoveNext()
  33.  
  34. --- End of stack trace from previous location where exception was thrown ---
  35.  
  36. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  37.  
  38. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  39.  
  40. at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
  41.  
  42. --- End of stack trace from previous location where exception was thrown ---
  43.  
  44. at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__5.MoveNext()
  45.  
  46. --- End of stack trace from previous location where exception was thrown ---
  47.  
  48. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  49.  
  50. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  51.  
  52. at System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__0.MoveNext()
  53.  
  54. --- End of stack trace from previous location where exception was thrown ---
  55.  
  56. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  57.  
  58. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  59.  
  60. at System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__2.MoveNext()
  61.  
  62. --- End of stack trace from previous location where exception was thrown ---
  63.  
  64. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  65.  
  66. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  67.  
  68. at System.Web.Http.Dispatcher.HttpControllerDispatcher.<SendAsync>d__1.MoveNext()"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement