<?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>
									Docs and Files do not appear to work correctly after a clean install. - Install &amp; Setup				            </title>
            <link>https://community.zextras.com/forum/carbonio-setup/docs-and-files-do-not-appear-to-work-correctly-after-a-clean-install/</link>
            <description>Zextras Community Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 09 Mar 2026 06:43:01 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Docs and Files do not appear to work correctly after a clean install.</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/docs-and-files-do-not-appear-to-work-correctly-after-a-clean-install/#post-6427</link>
                        <pubDate>Thu, 16 Nov 2023 23:27:26 +0000</pubDate>
                        <description><![CDATA[@max_s I found a solution!As I suspected it is down to issues with the RHEL packages for Carbonio CE.What got me on the right path was seeing this:
What happens is that harfbuzz is installed...]]></description>
                        <content:encoded><![CDATA[<p>@max_s I found a solution!<br /><br />As I suspected it is down to issues with the RHEL packages for Carbonio CE.<br />What got me on the right path was seeing this: <a href="https://docs.zextras.com/carbonio-ce/html/release/upgrade.html#failed-installation-of-carbonio-docs-editor" target="_blank" rel="noopener">https://docs.zextras.com/carbonio-ce/html/release/upgrade.html#failed-installation-of-carbonio-docs-editor</a></p>
<p>What happens is that harfbuzz is installed from the distro repos by default (or because it is a dependency of anaconda), and due to the harfbuzz-icu package not correctly being marked as a replacement for the harfbuzz package, there's some API/ABI conflicts with the document editor and preview applications when both packages are installed at the same time..</p>
<p><br />With Carbonio 23.11.0 creating documents works now, however editing them doesn't without a fix.</p>
<p>To fix:</p>
<p>as ZExtras user:</p>
<pre contenteditable="false">zmcontrol stop</pre>
<p>as root:</p>
<pre contenteditable="false">dnf reinstall harfbuzz-icu --allowerasing
dnf reinstall carbonio-docs-editor
read -s -p "Insert Password of DB Admin:" DB_ADM_PWD
PGPASSWORD=$DB_ADM_PWD carbonio-files-db-bootstrap carbonio_adm 127.0.0.1
pending-setups -a
reboot</pre>
<p><br />Additionally, due to some missing documentation in the install instructions for RHEL..</p>
<p>Make sure <a href="https://docs.zextras.com/carbonio-ce/html/release/upgrade.html#upgrade-nodes" target="_blank" rel="noopener">when updating</a> you install carbonio-tasks-ce, carbonio-tasks-db, carbonio-tasks-ui right after you run dnf update, to get all of the new features.<br /><br /></p>
<p>So far this has fixed the document editor for me, but I suspect this will continue to happen to new installs of Carbonio CE unless the harfbuzz-icu package is updated to remove harfbuzz if installed.<br /><br />Let me know if this fixes this for you as well! Cheers.</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-setup/">Install &amp; Setup</category>                        <dc:creator>Synchro</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/docs-and-files-do-not-appear-to-work-correctly-after-a-clean-install/#post-6427</guid>
                    </item>
				                    <item>
                        <title>RE: Docs and Files do not appear to work correctly after a clean install.</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/docs-and-files-do-not-appear-to-work-correctly-after-a-clean-install/#post-6372</link>
                        <pubDate>Sun, 12 Nov 2023 00:30:46 +0000</pubDate>
                        <description><![CDATA[@synchro I had kind of the same issue. Found that systemctl status carbonio-* had some errors on the nginx and in docs. I have modified the /etc/hosts file to had my hostname on the 127.0.0....]]></description>
                        <content:encoded><![CDATA[<p>@synchro I had kind of the same issue. Found that systemctl status carbonio-* had some errors on the nginx and in docs. I have modified the /etc/hosts file to had my hostname on the 127.0.0.1 line.</p>
<p>After a reboot everything started working fine</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-setup/">Install &amp; Setup</category>                        <dc:creator>tatodc</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/docs-and-files-do-not-appear-to-work-correctly-after-a-clean-install/#post-6372</guid>
                    </item>
				                    <item>
                        <title>RE: Docs and Files do not appear to work correctly after a clean install.</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/docs-and-files-do-not-appear-to-work-correctly-after-a-clean-install/#post-6371</link>
                        <pubDate>Fri, 10 Nov 2023 23:29:31 +0000</pubDate>
                        <description><![CDATA[So... that&#039;s a quite odd log right there:
org.postgresql.util.PSQLException: Connection to 127.78.0.2:20000 refused. Check that the hostname and port are correct and that the postmaster is ...]]></description>
                        <content:encoded><![CDATA[<p>So... that's a quite odd log right there:</p>
<pre contenteditable="false">org.postgresql.util.PSQLException: Connection to 127.78.0.2:20000 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.</pre>
<p>From where is it getting this IP 127.78.0.2 from?</p>
<p>That's not a LXC container is it?</p>
<p>Maybe it came from /etc/hosts?</p>
<p>BTW all my Carbonio's servers are Ubuntu 20.04 and it's working flawless so far.</p>
<p>So I have to confess I'm kinda clueless about what is causing this.</p>
<p> </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-setup/">Install &amp; Setup</category>                        <dc:creator>anahuac</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/docs-and-files-do-not-appear-to-work-correctly-after-a-clean-install/#post-6371</guid>
                    </item>
				                    <item>
                        <title>RE: Docs and Files do not appear to work correctly after a clean install.</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/docs-and-files-do-not-appear-to-work-correctly-after-a-clean-install/#post-6369</link>
                        <pubDate>Fri, 10 Nov 2023 23:19:01 +0000</pubDate>
                        <description><![CDATA[Unfortunately not @max_s @anahuac I was pretty careful about setting Carbonio up and did not forget to configure the PGSQL database or the rest of the components with pending-setups. Using U...]]></description>
                        <content:encoded><![CDATA[<p>Unfortunately not @max_s <br /><br /><a title="anahuac" href="https://community.zextras.com/participant/anahuac/">@anahuac</a> I was pretty careful about setting Carbonio up and did not forget to configure the PGSQL database or the rest of the components with pending-setups. Using Ubuntu in this case isn't feasible, we run Rocky/RHEL exclusively in this environment. I found some more logs and the interesting thing to me is seeing this IP address referenced: 127.78.0.2.<br /><br /></p>
<p>Is there a way to check what IP the files component is configured with after it was configured? I never typed in or specified that IP address so I have no idea where it is getting it from..</p>
<p><br />For example here is a snippet from files.log in /var/log/carbonio/files:<br /><br /></p>
<blockquote>
<p>org.postgresql.util.PSQLException: Connection to 127.78.0.2:20000 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.<br />at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:342)<br />at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:54)<br />at org.postgresql.jdbc.PgConnection.&lt;init&gt;(PgConnection.java:263)<br />at org.postgresql.Driver.makeConnection(Driver.java:443)<br />at org.postgresql.Driver.connect(Driver.java:297)<br />at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138)<br />at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:359)<br />at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:201)<br />at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:470)<br />at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561)<br />at com.zaxxer.hikari.pool.HikariPool.&lt;init&gt;(HikariPool.java:100)<br />at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)<br />at io.ebeaninternal.server.core.DefaultContainer.checkDataSource(DefaultContainer.java:252)<br />at io.ebeaninternal.server.core.DefaultContainer.createServer(DefaultContainer.java:89)<br />at io.ebeaninternal.server.core.DefaultContainer.createServer(DefaultContainer.java:29)<br />at io.ebean.DatabaseFactory.createInternal(DatabaseFactory.java:136)<br />at io.ebean.DatabaseFactory.create(DatabaseFactory.java:85)<br />at io.ebean.DatabaseFactory.createWithContextClassLoader(DatabaseFactory.java:111)<br />at com.zextras.carbonio.files.dal.EbeanDatabaseManager.start(EbeanDatabaseManager.java:269)<br />at com.zextras.carbonio.files.Boot.boot(Boot.java:52)<br />at com.zextras.carbonio.files.Boot.main(Boot.java:33)<br />Caused by: java.net.ConnectException: Connection refused<br />at java.base/sun.nio.ch.Net.pollConnect(Native Method)<br />at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672)<br />at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:547)<br />at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602)<br />at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)<br />at java.base/java.net.Socket.connect(Socket.java:633)<br />at org.postgresql.core.PGStream.createSocket(PGStream.java:243)<br />at org.postgresql.core.PGStream.&lt;init&gt;(PGStream.java:98)<br />at org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:132)<br />at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:258</p>
</blockquote>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-setup/">Install &amp; Setup</category>                        <dc:creator>Synchro</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/docs-and-files-do-not-appear-to-work-correctly-after-a-clean-install/#post-6369</guid>
                    </item>
				                    <item>
                        <title>RE: Docs and Files do not appear to work correctly after a clean install.</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/docs-and-files-do-not-appear-to-work-correctly-after-a-clean-install/#post-6365</link>
                        <pubDate>Fri, 10 Nov 2023 14:51:20 +0000</pubDate>
                        <description><![CDATA[Hi @synchro,
 
Did you solved the problem? I am having the same problem. I cannot create folders because the New Folder is  grayed out. Also when uploading a file I see a red exclamation b...]]></description>
                        <content:encoded><![CDATA[<p><span>Hi @synchro,</span></p>
<p> </p>
<p>Did you solved the problem? I am having the same problem. I cannot create folders because the New Folder is  grayed out. Also when uploading a file I see a red exclamation behind the filename in Uploads but nowhere I can get some info about why it is not working. </p>
<p>I changed the permissions like @anahuac suggested in a other thread.</p>
<pre contenteditable="false">chown carbonio-storages: /opt/zextras/carbonio-storages</pre>
<p> </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-setup/">Install &amp; Setup</category>                        <dc:creator>Max_S</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/docs-and-files-do-not-appear-to-work-correctly-after-a-clean-install/#post-6365</guid>
                    </item>
				                    <item>
                        <title>RE: Docs and Files do not appear to work correctly after a clean install.</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/docs-and-files-do-not-appear-to-work-correctly-after-a-clean-install/#post-6291</link>
                        <pubDate>Fri, 03 Nov 2023 12:21:12 +0000</pubDate>
                        <description><![CDATA[Hello there.... so in my experience 99.9% os the time this issue is related with some missing step in Installation process.
Some Zimbra admins do not look closely to those extra steps at th...]]></description>
                        <content:encoded><![CDATA[<p>Hello there.... so in my experience 99.9% os the time this issue is related with some missing step in Installation process.</p>
<p>Some Zimbra admins do not look closely to those extra steps at the beginning like install and setup PostgreSQL and the ones at the end like pending-setups -a, just because there is no such steps on Zimbra.</p>
<p>So my suggestion is start fresh, from scratch, using Ubuntu 20.04 and me super extra careful to do ALL installation steps.</p>
<p>We have been installing Carbonio many times now without any trouble.</p>
<p>Regards</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-setup/">Install &amp; Setup</category>                        <dc:creator>anahuac</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/docs-and-files-do-not-appear-to-work-correctly-after-a-clean-install/#post-6291</guid>
                    </item>
				                    <item>
                        <title>Docs and Files do not appear to work correctly after a clean install.</title>
                        <link>https://community.zextras.com/forum/carbonio-setup/docs-and-files-do-not-appear-to-work-correctly-after-a-clean-install/#post-6290</link>
                        <pubDate>Fri, 03 Nov 2023 00:47:15 +0000</pubDate>
                        <description><![CDATA[Hello, I have been testing out features as I&#039;m in the process of migrating to Carbonio from Zimbra OSE, I have noticed that I am unable to create files in the Files web UI, and additionally ...]]></description>
                        <content:encoded><![CDATA[<p>Hello, I have been testing out features as I'm in the process of migrating to Carbonio from Zimbra OSE, I have noticed that I am unable to create files in the Files web UI, and additionally if I upload a file and attempt to edit the file, I get a blank page. File previews are also nonfunctional.<br /><br />The annoying part is that I am not seeing any information as to what is happening in any of the logs in</p>
<pre contenteditable="false">/var/logs/carbonio</pre>
<p><br />Has anyone else seen this particular issue? I'd love to have a working document server as this would give some of my clients features they've been looking for.<br /><br />I'm currently using Carbonio CE 23.10.0 ( I have noticed that Community Edition is not in the version tag anymore..)</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-setup/">Install &amp; Setup</category>                        <dc:creator>Synchro</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-setup/docs-and-files-do-not-appear-to-work-correctly-after-a-clean-install/#post-6290</guid>
                    </item>
							        </channel>
        </rss>
		