Hello, Rahul Hasule
The error message you're encountering indicates that the custom setting SessionKeepAliveUpdatesInterval
is set too high relative to ClusterManagerActionInterval
. Here’s a straightforward way to resolve this issue:
Access the Custom Settings:
Check the Settings:
SessionKeepAliveUpdatesInterval
and ClusterManagerActionInterval
settings.Adjust the Settings:
SessionKeepAliveUpdatesInterval
is set to a value that is less than half of ClusterManagerActionInterval
.For example, if ClusterManagerActionInterval
is set to 600 seconds, SessionKeepAliveUpdatesInterval
should be less than 300 seconds.
Save and Redeploy:
Here’s a brief summary of the process:
SessionKeepAliveUpdatesInterval
is less than half of ClusterManagerActionInterval
.This should resolve the initialization error and allow your application to start successfully.
https://docs.mendix.com/refguide9/tricky-custom-runtime-settings/Hello Rahul,
It looks like that you need to check and verify your runtime settings of your environment.
More information how to do that and what which setting means can be found here:
https://docs.mendix.com/refguide9/tricky-custom-runtime-settings/
Be aware if you use a later version there are some adjustements this can be found here:
https://docs.mendix.com/refguide/tricky-custom-runtime-settings/
Hope this helps,
Good luck