BH
I've done reconfigure loadbalancer ARIS runnable with the command-line below:
reconfigure loadbalancer_m +HTTPD.RewriteEngine=off
reconfigure loadbalancer_m +HTTPD.servername="sub.example.com"
reconfigure loadbalancer_m +HTTPD.zookeeper.application.instance.port=443
reconfigure loadbalancer_m +zookeeper.application.instance.scheme="https"
reconfigure umcadmin_m +JAVA-Dtm.backup.folder = "C://backups"
This is our initial practice for installing a new ARIS Server. But I did this on a non-new installation. And the Copernicus runnable seems always starting.
What's the explanation of the error and how do I fix this?
So we fixed it by reverting some unnecessary configuration (for HTTPS)
reconfigure loadbalancer_m -HTTPD.zookeeper.application.instance.port
reconfigure loadbalancer_m -zookeeper.application.instance.scheme
And that's it.
Also I have the insight with your solution by looking the logs. Thank You.