You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've set up Midpoint on our cluster using the files in the simple deployment and the namespace and pvc from common. Everything comes up as expected and I can access the tool, but get only 500s.
In the midpoint log, this message is repeated over and over;
[TASK_MANAGER] [ClusterManagerThread] WARN (com.evolveum.midpoint.repo.sqlbase.SystemConfigurationChangeDispatcherImpl): System configuration not found
com.evolveum.midpoint.util.exception.ObjectNotFoundException: Object of type 'SystemConfigurationType' with OID '00000000-0000-0000-0000-000000000001' was not found.
And when I actually access the page, I see this in the logs;
[http-nio-8080-exec-1] ERROR (org.apache.coyote.http11.Http11Processor): Error processing request
java.lang.NullPointerException: Cannot invoke "com.evolveum.midpoint.prism.PrismObject.asObjectable()" because "systemConfig" is null
It appears I am missing a system configuration, but I can't find out from any of the files in this repo, or any of the documentation, how to add or init that.
How do I set this up?
The text was updated successfully, but these errors were encountered:
Hello,
I've set up Midpoint on our cluster using the files in the simple deployment and the namespace and pvc from common. Everything comes up as expected and I can access the tool, but get only 500s.
In the midpoint log, this message is repeated over and over;
And when I actually access the page, I see this in the logs;
It appears I am missing a system configuration, but I can't find out from any of the files in this repo, or any of the documentation, how to add or init that.
How do I set this up?
The text was updated successfully, but these errors were encountered: