Hi,
I think the problem is when running multiple instances(30 instance of resilient circuits) at the same time using the same port 65001 the stomp goes down.
If i used a different port for each instance ( ex: 65001, 65002, 65003, ) in each app.conf, is this possible to avoid the stomp issue ( Skipping retry of any failed messages because STOMP connection is down)?
Thank you
------------------------------
Ayman Sabri Cyber Security Analyst II
------------------------------
Original Message:
Sent: Mon March 16, 2020 12:44 PM
From: Ben Lurie
Subject: Resilient - Skipping retry of any failed messages because STOMP connection is down
If this error is coming from the Resilient server I suggest looking in the client.log file on the Resilient server (typically /usr/share/co3/logs/client.log).
------------------------------
Ben Lurie
Original Message:
Sent: Fri March 13, 2020 02:01 PM
From: Ayman Sabri
Subject: Resilient - Skipping retry of any failed messages because STOMP connection is down
Hi,
i'm using IBM resilient V36 with multiple organizations (MSSP), i'm using multiple instances of resilient circuits using systemd.
When running resilient-circuits run command , i got the following errors :
<Cannot handle command: ERROR [expected=CONNECTED, headers={u'message': u'User name [asabri@dataprotect.
ma] or password is invalid.', u'content-type': u'text/plain'}]>
The password i have in the app.config is correct, it's the same password i'm using in the UI.
When i start the service everything is OK, but after 4 or 5 minutes i got this error. ( and this not the case for all the instances, i have 2 instances that works perfectly)
I runned this command to check the listening ports :
-bash-4.2$ sudo netstat -plont | grep -E "65000|443|65001"
tcp6 0 0 :::443 :::* LISTEN 2306/jsvc.exec off (0.00/0/0)
tcp6 0 0 :::65000 :::* LISTEN 2243/jsvc.exec off (0.00/0/0)
tcp6 0 0 :::65001 :::* LISTEN 2243/jsvc.exec off (0.00/0/0)
Please find attached my app.conf and app.log for more details.
can you help solving this issue:
------------------------------
Ayman Sabri Cyber Security Analyst II
------------------------------