@arman The latest P32 patch has been released recently, https://wiki.zimbra.com/wiki/Zimbra_Releases/9.0.0/P32, It's been months since we have any extra zimbra 9.0.0 updates, since Christmas last P28, it's been More than 4 months, we are still waiting for these updates.
Hi @linuxcuba,
A new build is currently in the works and will be ready for release within the next month. That will include the latest patch available at the time. However, this will be our final build for the year due to the aforementioned reasons detailed in this thread.
Best regards,
Arman
I have compiled the latest build with patch 32.1 (for RHEL 8 like systems). It is available for download at this link: https://drive.janskolnik.net/s/cyjYjzkHT9nqGgQ
It is an original build without modifications. Basic testing went without errors.
@arman Thank you very much for your answer, all this that is happening with Zimbra is unfortunate, but I still consider that Carbonio CE is not ready for production, there are a lot of documentation and procedures missing, such as the most important ones, such as migrating everything from Zimbra to Carbonio, since almost a month ago, and we still don't have this release with the last important patches of zimbra 9 ose. How to proceed.
@jansko Thank you very much, my friend, unfortunately, I don't use Redhat on my production linux systems, our servers use Ubuntu 20.04 and 22.04, in the case of zimbra only ubuntu LTS 20.04, since there is no support for 22.04.
I compiled a build for Ubuntu 20.04.
Zimbra with patch 32.1 for Ubuntu 20.04 download: https://drive.janskolnik.net/s/cyjYjzkHT9nqGgQ
@jansko Thank you very much. Because if we keep waiting for Zextras, we're starving, it's been more than 2 months since they promised to release the update and nothing. Thank you so much.
I compiled a build for Ubuntu 20.04.
Zimbra with patch 32.1 for Ubuntu 20.04 download: https://drive.janskolnik.net/s/cyjYjzkHT9nqGgQ
do you have for RHEL 7
@jansko Hello, thanks for your support compiled zimbra 9.0.0, I'm testing P33 in ubuntu 20.04, but fail to upgrade o new install, mailboxd not start.
OpenJDK 64-Bit Server VM warning: .hotspot_compiler file is present but has been ignored. Run with -XX:CompileCommandFile=.hotspot_compiler to load the file.
2023-06-22 10:38:41.578:INFO::main: Logging initialized @1174ms to org.eclipse.jetty.util.log.StdErrLog
JettyMonitor monitoring thread pool QueuedThreadPool[qtp758013696]@2d2e5f00{STOPPED,10<=0<=250,i=0,r=-1,q=0}[NO_TRY]
2023-06-22 10:38:42.083:WARN:oejx.XmlConfiguration:main: Config error at <Set name="port"/> java.lang.NoSuchMethodException: class org.eclipse.jetty.server.ServerConnector.setPort(class java.lang.Object). Found>
2023-06-22 10:38:42.088:WARN:oejx.XmlConfiguration:main: Config error at <Call id="docServerHttpsConnector" name="addConnector"><Arg>| <New id="docServer" class="org.eclipse.jetty.server.ServerConnec>
<New id="docServer" class="org.eclipse.jetty.server.ServerConnector"><Arg name="server">
<Ref refid="Server"/>
</Arg><Arg name="factories">
<Array type="org.eclipse.jetty.server.ConnectionFactory"><Item>
<New class="org.eclipse.jetty.server.SslConnectionFactory"><Arg name="next">http/1.1</Arg><Arg name="sslContextFactory">
<Ref refid="zimbraSslContextFactory"/>
</Arg></New>
</Item><Item>
<New class="org.eclipse.jetty.server.HttpConnectionFactory"><Arg name="config">
<Ref refid="sslHttpConfig"/>
</Arg></New>
</Item></Array>
</Arg><Set name="host"/><Set name="port"/><Set name="idleTimeout">60000</Set></New>
</Arg></Call> on class org.eclipse.jetty.server.Server in file:///opt/zimbra/jetty_base/etc/jetty.xml
2023-06-22 10:38:42.088:WARN:oejx.XmlConfiguration:main:
java.lang.IllegalStateException: No Method: <Call id="docServerHttpsConnector" name="addConnector"><Arg>| <New id="docServer" class="org.eclipse.jetty.server.ServerConnector"><Arg name="server">| >
at org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration.call(XmlConfiguration.java:950)
at org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration.configure(XmlConfiguration.java:515)
at org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration.configure(XmlConfiguration.java:468)
at org.eclipse.jetty.xml.XmlConfiguration.configure(XmlConfiguration.java:380)
at org.eclipse.jetty.xml.XmlConfiguration.lambda$main$3(XmlConfiguration.java:1893)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1857)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.eclipse.jetty.start.Main.invokeMain(Main.java:218)
at org.eclipse.jetty.start.Main.start(Main.java:491)
at org.eclipse.jetty.start.Main.main(Main.java:77)
Caused by:
java.lang.NoSuchMethodException: class org.eclipse.jetty.server.ServerConnector.setPort(class java.lang.Object). Found setters for int
at org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration.set(XmlConfiguration.java:742)
at org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration.configure(XmlConfiguration.java:509)
at org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration.newObj(XmlConfiguration.java:1022)
at org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration.itemValue(XmlConfiguration.java:1540)
at org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration.value(XmlConfiguration.java:1441)
at org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration.access$700(XmlConfiguration.java:395)
at org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration$Args.<init>(XmlConfiguration.java:1699)
at org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration$Args.<init>(XmlConfiguration.java:1686)
at org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration.call(XmlConfiguration.java:942)
at org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration.configure(XmlConfiguration.java:515)
at org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration.configure(XmlConfiguration.java:468)
at org.eclipse.jetty.xml.XmlConfiguration.configure(XmlConfiguration.java:380)
at org.eclipse.jetty.xml.XmlConfiguration.lambda$main$3(XmlConfiguration.java:1893)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1857)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
this in new install and ERROR [main] [] Versions - DB Version Mismatch: ours=118 from DB=112 in upgrade install
@jansko Hello, I have tried updating from Zextras 9 verion to yours P34, but unfortunatelly after that mailbox does not start anymore.
Help, please!
Hello everyone,
I'm glad to inform you the new Zimbra 9.0.0 OSE built by Zextras based on patch 37 is now available for download.
- Download the package: https://www.zextras.com/zextras-build-based-on-zimbra-official-repository/
- Read more about patches and updating: https://community.zextras.com/how-we-solved-the-issue-of-updating-zimbra-9/
Have a nice one!
Hello everyone,
I'm glad to inform you the new Zimbra 9.0.0 OSE built by Zextras based on patch 37 is now available for download.
- Download the package: https://www.zextras.com/zextras-build-based-on-zimbra-official-repository/
- Read more about patches and updating: https://community.zextras.com/how-we-solved-the-issue-of-updating-zimbra-9/
Have a nice one!
Just did the update - worked without any problems.
Thanks Zextras for your effort!
Just a note for those running on Ubuntu 18.04. After testing on a clone of my mail server, I tried out my shell scripts that apply new ssl certificates. It failed with unknown options on the openssl command.
Reviewing the differences between the new and old version of zmcertmanager, it was determined that there were two additional command line parameters that were added that the installed version of openssl did not understand.
"-propquery" and "-fips"
Removing those two paramenters in /opt/zimbra/bin/zmcertmanger and trying again, the certificates installed without issue.
There are two lines that the above have to be remove from.
Doug
I am trying to install but after running I am getting the following error:
Error: attempting to install x86_64 packages on a arm64 OS.
Exiting...
thank you for assistance, please advise if possible
the message seems quite clear... Carbonio is available on x86_64 systems only, you're trying to install on ARM
I am trying to install but after running I am getting the following error:
Error: attempting to install x86_64 packages on a arm64 OS.
Exiting...thank you for assistance, please advise if possible
Can you please give more information on what platform/version you are installing?
Grtz,
Joost