Problems when imple...
 
Notifications
Clear all

Problems when implementing chat and video calling node on multi-server

1 Posts
1 Users
0 Reactions
25 Views
(@burilao77)
Joined: 1 year ago
Posts: 1
Topic starter  

Dear all

I am implementing a carbonio community edition multiserver in red hat 9, according to the guide:
https://docs.zextras.com/carbonio-ce/html/install/scenarios/multi-server-scenario.html
I already managed to implement all the nodes but I have problems implementing the last node, where the chat and video calls are.
The outputs of the following commands are:

1.-consul members
Node Address Status Type Build Protocol DC Partition Segment
server-srvldap01-ddmm-bo 192.168.7.1:8301 alive server 1.19.1 2 dc1 default <all>
agent-srvchatvideo-ddmm-bo 192.168.7.5:8301 alive client 1.19.1 2 dc1 default <default>
agent-srvmailbox01-ddmm-bo 1192.168.7.3:8301 alive client 1.19.1 2 dc1 default <default>
agent-srvmta01-ddmm-bo 192.168.7.2:8301 alive client 1.19.1 2 dc1 default <default>
agent-srvzxdocs-ddmm-bo 192.168.7.4:8301 alive client 1.19.1 2 dc1 default <default>

2.-curl -v http://127.78.0.4:10000/health | jq
* Trying 127.78.0.4:10000...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* connect to 127.78.0.4 port 10000 failed: Conexión rehusada
* Failed to connect to 127.78.0.4 port 10000: Conexión rehusada
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
* Closing connection 0
curl: (7) Failed to connect to 127.78.0.4 port 10000: Conexión rehusada

3.-systemctl list-units carbonio*
UNIT LOAD ACTIVE SUB DESCRIPTION
carbonio-message-broker-sidecar.service loaded active running Carbonio message broker sidecar proxy
carbonio-message-broker.service loaded active running Carbonio message broker daemon
carbonio-message-dispatcher-auth-sidecar.service loaded active running Carbonio Message Dispatcher auth sidecar proxy
carbonio-message-dispatcher-auth.service loaded active running Carbonio Message Dispatcher auth daemon
carbonio-message-dispatcher-http-sidecar.service loaded active running Carbonio Message Dispatcher HTTP sidecar proxy
carbonio-message-dispatcher-xmpp-sidecar.service loaded active running Carbonio Message Dispatcher XMPP sidecar proxy
carbonio-message-dispatcher.service loaded activating auto-restart Carbonio Message Dispatcher daemon
carbonio-prometheus-node-exporter.service loaded active running Carbonio Prometheus Node Exporter
carbonio-videoserver-sidecar.service loaded active running Carbonio Videoserver sidecar proxy
carbonio-videoserver.service loaded active running Zextras Videoserver
carbonio-ws-collaboration-sidecar.service loaded active running Carbonio Workstream Collaboration sidecar proxy
carbonio-ws-collaboration.service loaded activating auto-restart Carbonio Workstream Collaboration daemon

4.-In the log of node 5 at the beginning the following appears::

Nov 29 10:00:05 srvchatvideo service-discoverd[6527]: 2024-11-29T10:00:05.536-0400 [WARN] agent: Check TCP connection failed: check=service:carbonio-message-dispatcher-xmpp error="dial tcp 127.78.0.11:10000: connect: connection refused"
Nov 29 10:00:05 srvchatvideo service-discoverd[6527]: 2024-11-29T10:00:05.536-0400 [WARN] agent: Check is now critical: check=service:carbonio-message-dispatcher-xmpp
Nov 29 10:00:05 srvchatvideo service-discoverd[6527]: 2024-11-29T10:00:05.536-0400 [WARN] agent: Check is now critical: check=live
Nov 29 10:00:05 srvchatvideo service-discoverd[6527]: 2024-11-29T10:00:05.536-0400 [WARN] agent: Check is now critical: check=ready
Nov 29 10:00:08 srvchatvideo systemd[1]: carbonio-ws-collaboration.service: Scheduled restart job, restart counter is at 43989.
Nov 29 10:00:08 srvchatvideo systemd[1]: Stopped Carbonio Workstream Collaboration daemon.
Nov 29 10:00:08 srvchatvideo systemd[1]: carbonio-ws-collaboration.service: Consumed 2.701s CPU time.
Nov 29 10:00:08 srvchatvideo systemd[1]: Started Carbonio Workstream Collaboration daemon.

Please collaborate if anyone has the same thing happen to you, greetings


   
Quote