Issue
Deploy cluster fails to start with the error:
Caused by: com.typesafe.config.ConfigException$Missing: spring-configuration-properties:
No configuration setting found for key 'jdbc.url'
Affected Products & Versions
Deploy 22.3.x and above
Workaround/Resolution Action
To set the cluster mode to full, the following properties are needed in deploy-cluster.yaml:
- deploy.cluster.membership.jdbc.url
- deploy.cluster.membership.jdbc.username
- deploy.cluster.membership.jdbc.password
Considerations
Remove the remote section from the deploy-cluster.yaml file.
- Changes to the deploy-cluster.yaml and deployit.conf Files—HA Cluster Setup
- Step 9: Update the hostname of the Master 1 node
Comments
Please sign in to leave a comment.