<div dir="ltr">Good morning. I am attempting to set up a clustered environment utilizing 2 nodes. The issue I am running into is that while node_a is in a running state, node_b is showing Communication error. I have verified communication between the two docker containers is working (I can ping node_b from node_a and vice versa). Below is a section of my config.xml for node_a. node_b is the same with the nodeId reflecting that it is node_b.<div><br></div><div>        <repository><br>            <type>native</type><br>            <jdbcUrl>jdbc:postgresql://<censored>:5432/midpoint_dev</jdbcUrl><br>            <jdbcUsername><censored></jdbcUsername><br>            <jdbcPassword><censored></jdbcPassword><br>            <missingSchemaAction>create</missingSchemaAction><br>            <baseDir>${midpoint.home}</baseDir><br>            <asServer>true</asServer><br>        </repository><br>        <nodeId>node_a</nodeId><br>        <taskManager><br>            <clustered>true</clustered><br>        </taskManager></div><div><br></div><div>On the All Node page they are showing as:</div><div><br></div><div>Name: node_a</div><div>Status: Running</div><div>Contact: http://<CONTAINER ID>:8080/midpoint</div><div>Clustered: checked</div><div>Status message:</div><div><br></div><div><div>Name: node_b</div><div>Status: Communication error</div><div>Contact: http://<CONTAINER ID>:8080/midpoint</div><div>Clustered: checked</div><div>Status message: Node not known at this moment</div><div><br></div><div>I have tried to change the httpPort and url in the config.xml with no change to the Communication error. I also have the containers on their own network.</div><div><br></div><div>Any help would be appreciated.</div><div><br></div><div>Thank you,<br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><p style="padding:0px;font-size:16px;line-height:1.6;color:rgb(75,73,69);font-family:caecilialtstd-roman,serif;font-weight:bold;margin:0px!important">Matt Widhalm</p><p style="padding:0px;font-size:16px;line-height:1.6;color:rgb(75,73,69);font-family:caecilialtstd-roman,serif;margin:0px!important">System Engineer</p><p style="padding:0px;font-size:16px;line-height:1.6;color:rgb(75,73,69);font-family:caecilialtstd-roman,serif;margin:0px!important">Weber State University</p></div></div></div></div></div></div>