<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Chat and Video in version 25.3, does not work - Install &amp; Setup				            </title>
            <link>https://community.zextras.com/forum/carbonio-setup/chat-and-video-in-version-25-3-does-not-work/</link>
            <description>Zextras Community Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 12 Aug 2026 06:15:45 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Chat and Video in version 25.3, does not work</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/chat-and-video-in-version-25-3-does-not-work/#post-10964</link>
                        <pubDate>Wed, 20 Aug 2025 19:10:59 +0000</pubDate>
                        <description><![CDATA[Fresh Installation of Carbonio – Migration Notes
I did a fresh installation of Carbonio today. After a lot of trial and error, I identified the main issue.
Key Issue
The following command...]]></description>
                        <content:encoded><![CDATA[<p data-start="96" data-end="150"><strong data-start="96" data-end="148">Fresh Installation of Carbonio – Migration Notes</strong></p>
<p data-start="152" data-end="260">I did a fresh installation of Carbonio today. After a lot of trial and error, I identified the main issue.</p>
<p data-start="262" data-end="277"><strong data-start="262" data-end="275">Key Issue</strong></p>
<p data-start="279" data-end="303">The following command:</p>
<div class="contain-inline-size rounded-2xl relative bg-token-sidebar-surface-primary">
<div class="overflow-y-auto p-4" dir="ltr">
<pre contenteditable="false">PGPASSWORD=$DB_ADM_PWD carbonio-message-dispatcher-migration carbonio_adm 127.0.0.1</pre>
</div>
</div>
<p data-start="398" data-end="532">is related to the migration of the old chat UI. It updates the <code data-start="461" data-end="470">version</code> column in the database that Carbonio uses to track updates.</p>
<p data-start="534" data-end="786">&#x26a0;&#xfe0f; <strong data-start="537" data-end="551">Important:</strong><br data-start="551" data-end="554" />The migration services — ws, tasks, docs, message-dispatcher — do not actually perform any changes on PostgreSQL. Everything else seems up-to-date because the system reads the <code data-start="730" data-end="739">version</code> column and assumes the updates were applied.</p>
<p data-start="788" data-end="834"><strong data-start="788" data-end="832">Verifying PostgreSQL Users and Databases</strong></p>
<p data-start="836" data-end="874">Connect to your PostgreSQL instance:</p>
<div class="contain-inline-size rounded-2xl relative bg-token-sidebar-surface-primary">
<div class="overflow-y-auto p-4" dir="ltr">
<pre contenteditable="false">psql -h 127.0.0.1 -U carbonio_adm</pre>
</div>
</div>
<p data-start="919" data-end="933">Check users:</p>
<div class="contain-inline-size rounded-2xl relative bg-token-sidebar-surface-primary">
<div class="overflow-y-auto p-4" dir="ltr">
<pre contenteditable="false">\du</pre>
</div>
</div>
<p data-start="948" data-end="966">Check databases:</p>
<div class="contain-inline-size rounded-2xl relative bg-token-sidebar-surface-primary">
<div class="overflow-y-auto p-4" dir="ltr">
<pre contenteditable="false">\l</pre>
</div>
</div>
<p data-start="980" data-end="1028">Verify the users and tables for each database:</p>
<ul data-start="1030" data-end="1148">
<li data-start="1030" data-end="1064">
<p data-start="1032" data-end="1064"><code data-start="1032" data-end="1062">carbonio-ws-collaboration-db</code></p>
</li>
<li data-start="1065" data-end="1088">
<p data-start="1067" data-end="1088"><code data-start="1067" data-end="1086">carbonio-tasks-db</code></p>
</li>
<li data-start="1089" data-end="1125">
<p data-start="1091" data-end="1125"><code data-start="1091" data-end="1123">carbonio-message-dispatcher-db</code></p>
</li>
<li data-start="1126" data-end="1148">
<p data-start="1128" data-end="1148"><code data-start="1128" data-end="1146">carbonio-docs-db</code></p>
</li>
</ul>
<p data-start="1150" data-end="1218">Each service has its own user and database, following the pattern:</p>
<div class="contain-inline-size rounded-2xl relative bg-token-sidebar-surface-primary">
<div class="overflow-y-auto p-4" dir="ltr"><code class="whitespace-pre!"><span>carbonio-xxxxx-db
</span></code></div>
</div>
<p data-start="1247" data-end="1399">&#x26a0;&#xfe0f; <strong data-start="1250" data-end="1259">Note:</strong> If anything is missing, it indicates a problem. In my case, it was a fresh install — I deleted everything and restarted the installation.</p>
<p data-start="1574" data-end="1656"><strong data-start="1574" data-end="1598">Recommended workflow</strong> (in a fresh install; adapt for previous installations):</p>
<ol data-start="1658" data-end="1765">
<li data-start="1658" data-end="1723">
<p data-start="1661" data-end="1723">Run all pending setups except <code data-start="1691" data-end="1720">carbonio-message-dispatcher</code>.</p>
</li>
<li data-start="1724" data-end="1765">
<p data-start="1727" data-end="1765">After these, populate the databases:</p>
</li>
</ol>
<div class="contain-inline-size rounded-2xl relative bg-token-sidebar-surface-primary">
<div class="sticky top-9"> </div>
<div class="overflow-y-auto p-4" dir="ltr">
<pre contenteditable="false">PGPASSWORD=$DB_ADM_PWD carbonio-message-dispatcher-db-bootstrap carbonio_adm 127.0.0.1
PGPASSWORD=$DB_ADM_PWD carbonio-docs-connector-db-bootstrap carbonio_adm 127.0.0.1
PGPASSWORD=$DB_ADM_PWD carbonio-tasks-db-bootstrap carbonio_adm 127.0.0.1
PGPASSWORD=$DB_ADM_PWD carbonio-ws-collaboration-db-bootstrap carbonio_adm 127.0.0.1</pre>
</div>
</div>
<ol start="3" data-start="2108" data-end="2354">
<li data-start="2108" data-end="2233">
<p data-start="2111" data-end="2233">After these runs, execute the PostgreSQL verification commands (<code data-start="2175" data-end="2180">\du</code> and <code data-start="2185" data-end="2189">\l</code>) to ensure all users and databases exist.</p>
</li>
<li data-start="2234" data-end="2307">
<p data-start="2237" data-end="2307">Then return to pending setups and run <code data-start="2275" data-end="2304">carbonio-message-dispatcher</code>.</p>
</li>
<li data-start="2308" data-end="2354">
<p data-start="2311" data-end="2354">Finally, run the infamous last migration:</p>
</li>
</ol>
<div class="contain-inline-size rounded-2xl relative bg-token-sidebar-surface-primary">
<div class="sticky top-9"> </div>
<div class="overflow-y-auto p-4" dir="ltr">
<pre contenteditable="false">PGPASSWORD=$DB_ADM_PWD carbonio-message-dispatcher-migration carbonio_adm 127.0.0.1</pre>
</div>
</div>
<p data-start="2449" data-end="2555">&#x26a0;&#xfe0f; <strong data-start="2452" data-end="2464">Warning:</strong> Running the last migration too early will break PostgreSQL. Always follow this sequence.</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-setup/">Install &amp; Setup</category>                        <dc:creator>lucaslive974</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/chat-and-video-in-version-25-3-does-not-work/#post-10964</guid>
                    </item>
				                    <item>
                        <title>RE: Chat and Video in version 25.3, does not work</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/chat-and-video-in-version-25-3-does-not-work/#post-10545</link>
                        <pubDate>Wed, 28 May 2025 00:32:28 +0000</pubDate>
                        <description><![CDATA[I made some progress.
Completely shutdown Carbonio and Start again.
Chat not working as per above message.
Stop and start the following services:
carbonio-message-dispatcher.servicecarbo...]]></description>
                        <content:encoded><![CDATA[<p>I made some progress.</p>
<p>Completely shutdown Carbonio and Start again.</p>
<p>Chat not working as per above message.</p>
<p>Stop and start the following services:</p>
<p>carbonio-message-dispatcher.service<br />carbonio-ws-collaboration.service<br />carbonio-tasks.service</p>
<p>Not so sure but, I think stop/start all three services made it work.</p>
<p>Will I have to do restart of all three services again and again? Don't know, time will tell.</p>
<p>PS. That is a fresh installation of 25.3.1</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-setup/">Install &amp; Setup</category>                        <dc:creator>Iamout</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/chat-and-video-in-version-25-3-does-not-work/#post-10545</guid>
                    </item>
				                    <item>
                        <title>RE: Chat and Video in version 25.3, does not work</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/chat-and-video-in-version-25-3-does-not-work/#post-10538</link>
                        <pubDate>Tue, 27 May 2025 09:01:53 +0000</pubDate>
                        <description><![CDATA[Add me to the list. Chat not working.
/var/log/carbonio/ws-collaboration# ws-collaboration.log
Same error as user: hidigoudi
I am on Carbonio CE 25.3.1]]></description>
                        <content:encoded><![CDATA[<p>Add me to the list. Chat not working.</p>
<p>/var/log/carbonio/ws-collaboration# ws-collaboration.log</p>
<p>Same error as user: <a title="hidigoudi" href="https://community.zextras.com/participant/hidigoudi/">hidigoudi</a></p>
<p>I am on Carbonio CE 25.3.1</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-setup/">Install &amp; Setup</category>                        <dc:creator>Iamout</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/chat-and-video-in-version-25-3-does-not-work/#post-10538</guid>
                    </item>
				                    <item>
                        <title>RE: Chat and Video in version 25.3, does not work</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/chat-and-video-in-version-25-3-does-not-work/#post-10524</link>
                        <pubDate>Thu, 22 May 2025 18:32:22 +0000</pubDate>
                        <description><![CDATA[@sharif I got same error.
Unexpected MUCLightAdminMutation resolver crash
 
Please help to resolve it.]]></description>
                        <content:encoded><![CDATA[<p>@sharif I got same error.</p>
<pre contenteditable="false">Unexpected MUCLightAdminMutation resolver crash</pre>
<p> </p>
<p>Please help to resolve it.</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-setup/">Install &amp; Setup</category>                        <dc:creator>KunalJavare</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/chat-and-video-in-version-25-3-does-not-work/#post-10524</guid>
                    </item>
				                    <item>
                        <title>RE: Chat and Video in version 25.3, does not work</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/chat-and-video-in-version-25-3-does-not-work/#post-10207</link>
                        <pubDate>Tue, 25 Mar 2025 17:35:59 +0000</pubDate>
                        <description><![CDATA[Hello,
I have a similar issue with chat and video server features. Chat isn&#039;t working. When I try to send a message to someone the message stays as &quot;Pending&quot; state and I got this error in l...]]></description>
                        <content:encoded><![CDATA[<p>Hello,</p>
<p>I have a similar issue with chat and video server features. Chat isn't working. When I try to send a message to someone the message stays as "Pending" state and I got this error in logs :</p>
<pre contenteditable="false">25-03-2025 15:56:38.126 ERROR c.z.c.c.c.logging.ChatsLogger  : An error occurred on /rooms 
 at com.zextras.carbonio.chats.core.infrastructure.messaging.impl.xmpp.MessageDispatcherMongooseImpl.createRoom  
 Error while creating a room: [{"path":,"message":"Unexpected MUCLightAdminMutation resolver crash","extensions":{"code":"resolver_crash"}}]</pre>
<p>Same issue when I try to create a virtual room.</p>
<p>When I reboot the server, I also have a service error "carbonio.service" in failed state. I need to restart the service to make it working.</p>
<pre contenteditable="false">:~# su - zextras -c "zmcontrol -v"
Carbonio Release 25.3.0</pre>
<p>Could you please help me ?</p>
<p>Thanks.</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-setup/">Install &amp; Setup</category>                        <dc:creator>hidigoudi</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/chat-and-video-in-version-25-3-does-not-work/#post-10207</guid>
                    </item>
				                    <item>
                        <title>RE: Chat and Video in version 25.3, does not work</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/chat-and-video-in-version-25-3-does-not-work/#post-10205</link>
                        <pubDate>Tue, 25 Mar 2025 14:38:46 +0000</pubDate>
                        <description><![CDATA[@sharif @m-sistem
I executed:
su - zextras -c &quot;carbonio prov mc default carbonioFeatureWscEnabled TRUE&quot;
I restarted the services:
su - zextras -c &#039;zmcontrol restart&#039;
systemctl restart c...]]></description>
                        <content:encoded><![CDATA[<p>@sharif @m-sistem</p>
<p>I executed:</p>
<pre contenteditable="false">su - zextras -c "carbonio prov mc default carbonioFeatureWscEnabled TRUE"</pre>
<p>I restarted the services:</p>
<pre contenteditable="false">su - zextras -c 'zmcontrol restart'
systemctl restart carbonio-tasks
systemctl restart carbonio-message-broker
systemctl restart carbonio-message-dispatcher
systemctl restart carbonio-ws-collaboration
systemctl restart carbonio-videoserver</pre>
<p>and I already have the Chat working without any problem, my question is the following since I did not know this command, <strong>su - zextras -c "carbonio prov mc default carbonioFeatureWscEnabled TRUE"</strong> is something new in this version?</p>
<p>I ask because as I mentioned before, in my Carbonio version 24 this also returns FALSE and I still have the Chat working.</p>
<p>@sharif Thanks for the help</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-setup/">Install &amp; Setup</category>                        <dc:creator>NETWORLD</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/chat-and-video-in-version-25-3-does-not-work/#post-10205</guid>
                    </item>
				                    <item>
                        <title>RE: Chat and Video in version 25.3, does not work</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/chat-and-video-in-version-25-3-does-not-work/#post-10204</link>
                        <pubDate>Tue, 25 Mar 2025 14:29:33 +0000</pubDate>
                        <description><![CDATA[@sharif 
This is the result of the previous command:
# name default
carbonioFeatureWscEnabled: FALSE
I also have a Carbonio CE 24.x with the Chat working without problems, the command sh...]]></description>
                        <content:encoded><![CDATA[<p>@sharif </p>
<p>This is the result of the previous command:</p>
<pre contenteditable="false"># name default
carbonioFeatureWscEnabled: FALSE</pre>
<p>I also have a Carbonio CE 24.x with the Chat working without problems, the command shows the same result.</p>
<p>The problem is that it does not appear in the web client</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-setup/">Install &amp; Setup</category>                        <dc:creator>NETWORLD</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/chat-and-video-in-version-25-3-does-not-work/#post-10204</guid>
                    </item>
				                    <item>
                        <title>RE: Chat and Video in version 25.3, does not work</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/chat-and-video-in-version-25-3-does-not-work/#post-10199</link>
                        <pubDate>Tue, 25 Mar 2025 05:57:47 +0000</pubDate>
                        <description><![CDATA[@alexmanafan @m-sistem
Could you please check followings:
su - zextras -c &quot;carbonio prov gc default carbonioFeatureWscEnabled&quot;]]></description>
                        <content:encoded><![CDATA[<p><span>@alexmanafan @m-sistem</span></p>
<p>Could you please check followings:</p>
<pre contenteditable="false">su - zextras -c "carbonio prov gc default carbonioFeatureWscEnabled"</pre>
<p> </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-setup/">Install &amp; Setup</category>                        <dc:creator>Sharif</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/chat-and-video-in-version-25-3-does-not-work/#post-10199</guid>
                    </item>
				                    <item>
                        <title>RE: Chat and Video in version 25.3, does not work</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/chat-and-video-in-version-25-3-does-not-work/#post-10197</link>
                        <pubDate>Mon, 24 Mar 2025 09:37:20 +0000</pubDate>
                        <description><![CDATA[I have the exact same problem after upgrade prom previous version to 25.3 ...]]></description>
                        <content:encoded><![CDATA[<p>I have the exact same problem after upgrade prom previous version to 25.3 ...</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-setup/">Install &amp; Setup</category>                        <dc:creator>m-sistem</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/chat-and-video-in-version-25-3-does-not-work/#post-10197</guid>
                    </item>
				                    <item>
                        <title>Chat and Video in version 25.3, does not work</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/chat-and-video-in-version-25-3-does-not-work/#post-10191</link>
                        <pubDate>Sat, 22 Mar 2025 18:00:13 +0000</pubDate>
                        <description><![CDATA[I updated to version 25.3 and the Chat has disappeared from Webmail. When I run 
curl -v| jq
I can see that everything is correct and enabled, but it doesn&#039;t appear in Webmail.I performed ...]]></description>
                        <content:encoded><![CDATA[<p>I updated to version 25.3 and the Chat has disappeared from Webmail. When I run </p>
<pre contenteditable="false">curl -v http://127.78.0.4:10000/health | jq</pre>
<p>I can see that everything is correct and enabled, but it doesn't appear in Webmail.<br /><br />I performed a fresh, clean install of 25.3, and the result is the same: there's no Chat.<br />I noticed that when I run:</p>
<pre contenteditable="false">systemctl list-units "carbonio*"</pre>
<p><br />I see that carbonio.service isn't running:</p>
<pre contenteditable="false">carbonio.service loaded failed failed LSB: Carbonio Services</pre>
<p><br />But all services are working correctly: mail, tasks, files.<br />Any help? Is this something general?</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-setup/">Install &amp; Setup</category>                        <dc:creator>NETWORLD</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/chat-and-video-in-version-25-3-does-not-work/#post-10191</guid>
                    </item>
							        </channel>
        </rss>
		