On 01/07/2016 02:09 AM, Giampaolo Trapasso wrote: > I've configured all the four agents. For example /agent3/ configuration is > > |[Giampaolo]: ~/opscenter/> cat agent3/conf/address.yaml stomp_interface: > "127.0.0.1" agent_rpc_interface: 127.0.0.3 jmx_host: 127.0.0.3 jmx_port: > 7300 |
This looks suspect. Each agent is configured for stomp_interface:"127.0.0.1"? I'm not sure exactly what that service is, but if all 4 nodes (which are all really localhost aliases) are attempting to bind to the same IP:port for that stomp connection, they could be stepping on one another. Should those be 127.0.0.1 for node1, 127.0.0.12 for node2, etc.? -- Michael