Статус: Участник
Группы: Участники
Зарегистрирован: 10.07.2023(UTC) Сообщений: 13 Откуда: тут Сказал(а) «Спасибо»: 2 раз
|
Добрый день! При попытке расшифровать файл под пользователем получаю ошибку: Во время работы приложения произошла ошибка. Информация об ошибке: An error occurred when trying to create a controller of type 'CryptoPro.DSS.Identity.Web.Protocols.Mfa.Endpoints.MfaController'. Make sure that the controller has a parameterless public constructor. В журнале windows IdentityService/Admin регистрируется такая ошибка: Цитата:Идентификатор экземпляра: 1/STS. В процессе работы Центра Идентификации произошла ошибка: An error occurred when trying to create a controller of type 'CryptoPro.DSS.Identity.Web.Protocols.Mfa.Endpoints.MfaController'. Make sure that the controller has a parameterless public constructor. System.InvalidOperationException: An error occurred when trying to create a controller of type 'CryptoPro.DSS.Identity.Web.Protocols.Mfa.Endpoints.MfaController'. Make sure that the controller has a parameterless public constructor. в System.Web.Mvc.DefaultControllerFactory.DefaultControllerActivator.Create(RequestContext requestContext, Type controllerType) в System.Web.Mvc.MvcHandler.ProcessRequestInit(HttpContextBase httpContext, IController& controller, IControllerFactory& factory) в System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state) в System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() в System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) в System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
--->System.UriFormatException: Недопустимый URI: URI пуст. в System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind) в CryptoPro.DSS.Identity.Services.Authentication.MobileAuth.MobileAuthAuthenticationHandler.InitializeClient(String authCertThumb) в CryptoPro.DSS.Identity.Services.Authentication.MobileAuth.MobileAuthAuthenticationHandler..ctor(StsConfigurationManager configurationManager, MobileAuthConfigurationManager mobileAuthConfigurationManager, MobileAuthDataManager authDataManager, NotificationInternalManagerFactory notificationManagerFactory, ConverterPluginManager converterPluginManager, IdSrvDocumentStoreClient documentStoreClient, IMobileAuthLogger`1 logger) в DynamicMethod(Object[] , Scope ) в LightInject.Scope.GetScopedInstance(GetInstanceDelegate getInstanceDelegate, Object[] arguments, Int32 instanceDelegateIndex) в DynamicMethod(Object[] , Scope ) в LightInject.Scope.GetScopedInstance(GetInstanceDelegate getInstanceDelegate, Object[] arguments, Int32 instanceDelegateIndex) в DynamicMethod(Object[] , Scope ) в LightInject.Scope.GetScopedInstance(GetInstanceDelegate getInstanceDelegate, Object[] arguments, Int32 instanceDelegateIndex) в DynamicMethod(Object[] , Scope ) в LightInject.Scope.GetScopedInstance(GetInstanceDelegate getInstanceDelegate, Object[] arguments, Int32 instanceDelegateIndex) в DynamicMethod(Object[] , Scope ) в LightInject.Scope.GetScopedInstance(GetInstanceDelegate getInstanceDelegate, Object[] arguments, Int32 instanceDelegateIndex) в DynamicMethod(Object[] , Scope ) в LightInject.Scope.GetScopedInstance(GetInstanceDelegate getInstanceDelegate, Object[] arguments, Int32 instanceDelegateIndex) в CryptoPro.DSS.Common.Web.Applications.DssMvcDependencyResolver.GetService(Type serviceType) в System.Web.Mvc.DefaultControllerFactory.DefaultControllerActivator.Create(RequestContext requestContext, Type controllerType) --- End of inner exception stack trace ---
Вчера таких ошибок не было и расшифрование работало корректно. По поиску на форуме аналогичных проблем не нашел. Единственное что возможно могло повлиять на такую ошибку, я сменил вчера пин-кода на контейнер ЗК. Установил пустой пин. И сейчас при попытке установить не пустой пин получаю ошибку: "An error occurred when trying to create a controller of type 'CryptoPro.DSS.Identity.Web.Protocols.Mfa.Endpoints.MfaController'. Make sure that the controller has a parameterless public constructor." Такая же ошибка. Отредактировано пользователем 28 июля 2023 г. 1:02:30(UTC)
| Причина: дополнительная информация
|