Hello everyone,
after upgrading from One Identity Mangaer 9.2 to 9.3.1, uninstalling and re-installing all the web applications, I encounter this error calling the ApiServer - localhost/.../index.html :
500 Internal Server error
An error occurred while processing the request: GET https://<ApiServerMachineName>/ApiServer/imx/multilanguage/getcaptions?cultureName=en-US System.Exception: An error occurred while processing the request: GET https://<ApiServerMachineName>/ApiServer/imx/multilanguage/getcaptions?cultureName=en-US
---> System.NullReferenceException: Object reference not set to an instance of an object.
In the log, I can also find this warning that seems connected:
System.Exception: API could not be loaded. The API server will be running in connectionless mode. System.Exception: API could not be loaded. The API server will be running in connectionless mode.
---> System.Exception: Exception while building API provider CCC.CompositionApi.Server.Plugin.AttestationToApprove for portal
---> System.TypeLoadException: Could not load type 'QBM.CompositionApi.IPluginService' from assembly 'QBM.CompositionApi, Version=9.3.0.0, Culture=neutral, PublicKeyToken=5d0660cde5b231fd'.
at CCC.CompositionApi.Server.Plugin.AttestationToApprove.Build(IApiBuilder builder)
at QBM.CompositionApi.Definition.MethodSet.<>c__DisplayClass46_1.<Configure>b__1()
at QBM.CompositionApi.Util.LagWarning.WarnIfLongRunning(Action action, String warning)
at QBM.CompositionApi.Definition.MethodSet.Configure(IResolve resolver, IEnumerable`1 providers)
--- End of inner exception stack trace ---
at QBM.CompositionApi.Definition.MethodSet.Configure(IResolve resolver, IEnumerable`1 providers)
at QER.CompositionApi.Portal.PortalApiProject..ctor(IResolve resolver)
at QER.CompositionApi.Portal.PortalPlugin.Build(IResolve resolver)
at QBM.CompositionApi.ApiManager.PluginMethodSetProvider.<GetMethodSetsAsync>b__3_0(IPlugInMethodSetProvider p, CancellationToken cx)
at VI.Base.TaskExtensions.SelectAsync[TIn,TOut](IEnumerable`1 input, Func`3 selector, CancellationToken cancellationToken)
at QBM.CompositionApi.ApiManager.PluginMethodSetProvider.GetMethodSetsAsync(CancellationToken ct)
at QBM.CompositionApi.ApiManager.DbMethodProvider.GetBranchedMethodSetsAsync(Boolean includeInactive, CancellationToken ct)
--- End of inner exception stack trace ---
At now, the customized Angular code has not yet been deployed.
Do you have any hint?
Thank you,
Lucrezia