Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing system configuration #5

Open
gboor opened this issue Nov 15, 2024 · 0 comments
Open

Missing system configuration #5

gboor opened this issue Nov 15, 2024 · 0 comments

Comments

@gboor
Copy link

gboor commented Nov 15, 2024

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;

[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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant