Hi all, i have a Enterprise Orchestrator, yesterday we update to 2021.4 version.
The Orchestrator is installed in AWS.
Today, we can take access to Orchestrator, i cant find the solution.
When i open the website, i see this screen:
The evento log say:
System.InvalidOperationException: Something went wrong while getting the discovery document: Error connecting to https://internalDomain/identity/.well-known/openid-configuration: Internal Server Error.
at void UiPath.Orchestrator.Core.IdentityServer.IdentityServerExtensions.EnsureSuccessful(DiscoveryResponse discoveryResponse)
at async Task UiPath.Orchestrator.Core.IdentityServer.IdentityServerServiceTokenStore.GetTokenEndpointAsync()
at async Task UiPath.Orchestrator.Core.IdentityServer.IdentityServerServiceTokenStore.RequestClientCredentialsTokenAsync()
at async Task UiPath.Orchestrator.Core.IdentityServer.IdentityServerServiceTokenStore.GetAccessTokenAsync()
at async Task UiPath.Orchestrator.Core.IdentityServer.IdentityServerApiClient.InvokeApiMethodAsync(IIdentityServerApiTokenStore tokenStore, Func<IIdentityServerApi, Task> request)
at async Task UiPath.Orchestrator.Core.IdentityServer.IdentityServerApiClient.ExecuteAsync(string reason, Func<IIdentityServerApi, Task<HttpOperationResponse>> request, bool throwIfFailed)
at async Task<Dictionary<string, string>> UiPath.Orchestrator.Core.IdentityServer.IdentityServerIntegration.GetRobotClientsAsync()
at void Nito.AsyncEx.AsyncLazy+<>c__DisplayClass13_0+<b__0>d.MoveNext()
at async Task<Dictionary<string, string>> UiPath.Orchestrator.Core.IdentityServer.IdentityServerIntegration.GetRobotIdentityClientsAsync()
at async Task UiPath.Orchestrator.Core.Services.Robots.RobotSettingsManager.AddAuthSettingsAsync(Dictionary<string, string> robotSettings)
at async Task<Dictionary<string, string>> UiPath.Orchestrator.Core.Services.Robots.RobotSettingsManager.GetApplicationSettingsAsync(Uri defaultUrl)
at async Task<Dictionary<string, string>> UiPath.Orchestrator.Core.Services.Robots.RobotSettingsManager.GetSettingsAsync(Uri defaultUrl)
at async Task<Dictionary<string, string>> UiPath.Orchestrator.Application.Robot.RobotConnector.GetSettingsAsync(Uri defaultUrl)
at async Task Abp.Domain.Uow.UnitOfWorkInterceptor.InternalInterceptAsynchronous(IInvocation invocation)
at async Task Abp.Runtime.Validation.Interception.ValidationInterceptor.InternalInterceptAsynchronous(IInvocation invocation)
at async Task UiPath.Orchestrator.Web.Api.OData.Controllers.SettingsController.GetServicesSettings()
at async ValueTask Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor+TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, object controller, object arguments)
at async Task Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()+Logged(?)
at async Task Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()+Awaited(?)
at void Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Task Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(ref State next, ref Scope scope, ref object state, ref bool isCompleted)
at async Task Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()+Awaited(?)
at async Task Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeNextExceptionFilterAsync()+Awaited(?)
at void Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ExceptionContextSealed context)
at Task Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(ref State next, ref Scope scope, ref object state, ref bool isCompleted)
at async Task Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeNextResourceFilter()+Awaited(?)
at void Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Task Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(ref State next, ref Scope scope, ref object state, ref bool isCompleted)
at async Task Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()+Awaited(?)
at async Task Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeAsync()+Logged(?)
at async Task Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext)
at async Task Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
at async Task UiPath.Orchestrator.Startup.Swagger.UiSwaggerMiddleware.InvokeAsync(HttpContext httpContext, ISwaggerProvider swaggerProvider)
at async Task UiPath.Orchestrator.Web.Middleware.HeadToGetMethodTransformMiddleware.InvokeAsync(HttpContext context)
at async Task Microsoft.AspNetCore.Builder.Extensions.MapMiddleware.Invoke(HttpContext context)
at async Task Microsoft.AspNetCore.Builder.Extensions.MapMiddleware.Invoke(HttpContext context)
at async Task Microsoft.AspNetCore.Builder.Extensions.MapMiddleware.Invoke(HttpContext context)
at async Task Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at async Task Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context)
at void UiPath.Orchestrator.Security.Auth.GenericAccessTokenMiddleware+<>c__DisplayClass0_0+<b__2>d.MoveNext()
at async Task Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at async Task Microsoft.AspNetCore.Builder.Extensions.MapMiddleware.Invoke(HttpContext context)
at async Task Microsoft.AspNetCore.Builder.Extensions.MapWhenMiddleware.Invoke(HttpContext context)
at async Task Microsoft.AspNetCore.Builder.Extensions.MapWhenMiddleware.Invoke(HttpContext context)
at async Task NWebsec.AspNetCore.Middleware.Middleware.MiddlewareBase.Invoke(HttpContext context)
at async Task UiPath.Orchestrator.Web.Middleware.ErrorHandlingMiddleware.InvokeAsync(HttpContext context, IErrorHelper exceptionHelper, ILogger logger)
Thanks for helping