Support Article
Unable to add nodes to the Decisioning Stream Rule form
SA-82362
Summary
Unable to add nodes to the Decisioning Stream Rule form.
Error Messages
JOINING_FAILED
Steps to Reproduce
Set up stream nodes from multiple Pega JVM running on the same machine with the same IP address.
Root Cause
The stream nodes were configured to run on the same port.
Resolution
As a local-change, configure the stream nodes to use different ports.
For example:
<env name="dsm/services/stream/pyBrokerPort" value="5082"/>
<env name="dsm/services/stream/pyKeeperPort" value="5181"/>
<env name="dsm/services/stream/pyJmxPort" value="5555"/>
<env name="dsm/services/stream/pyPort" value="5003"/>
Published October 22, 2019 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.