adrian.gibanel.btactic wrote: ↑Thu Oct 30, 2025 4:08 pm
Hello,
Maldua's Zimbra 10.1.10.p2 FOSS Builds have just been released.
Please share your experience when upgrading or installing from scratch.
Versions (and their platforms):
- 10.1.10.p2
- RHEL7 (Red Hat Enterprise Linux 7, Oracle Linux 7, CentOS 7)
- RHEL8 (Red Hat Enterprise Linux 8, Oracle Linux 8, CentOS 8, Rocky Linux 8)
- RHEL9 (Red Hat Enterprise Linux 9, Oracle Linux 9, Rocky Linux 9)
- Ubuntu 18.04
- Ubuntu 20.04
- Ubuntu 22.04
- 10.0.16.p2
- RHEL7 (Red Hat Enterprise Linux 7, Oracle Linux 7, CentOS 7)
- RHEL8 (Red Hat Enterprise Linux 8, Oracle Linux 8, CentOS 8, Rocky Linux 8)
- Ubuntu 18.04
- Ubuntu 20.04
Thank you very much!
Notes:
- This 10.1.10.p2 version should be equivalent to ZCS NE 10.1.10 (Regarding security fixes).
- The 10.1.10.p2 version backports a Chat Proxy vulnerability fixed in ZCS NE 10.1.12. This vulnerability enables your Zimbra proxy node to be used in DDoS attacks so make sure to upgrade.
- Both 10.1.10.p2 and 10.0.16.p2 versions include a custom fix on zm-web-client to avoid having submission errors when a logged-in user refreshes the page.
- This is not an official Zimbra/Synacor build.
---
TIP: If you want a quick fix for the Chat Proxy vulnerability without having to reinstalling again please check:
Proxy chat vulnerability - Quick fix for FOSS post above.
---
- Latest
Maldua Zimbra FOSS Downloads:
Stable,
Recent and
Experimental.
- Subscribe to
Maldua Zimbra FOSS Releases announcements:
Stable,
Recent and
Experimental. (Once logged in Github click on
Subscribe button below Notifications.)
Hi,
big trouble with this build...the jetty server has trouble starting with my config file /opt/zimbra/jetty_base/etc/jetty.xml - how to fix this?
Starting zmconfigd...Done.
Starting logger...Done.
Starting mailbox...Failed.
Starting memcached...Done.
Starting proxy...Done.
Starting amavis...Done.
Starting antispam...Done.
Starting antivirus...Done.
Starting opendkim...Done.
Starting snmp...Done.
Starting spell...Done.
Starting mta...Done.
Starting stats...Done.
Starting service webapp...Failed.
Starting zimbra webapp...Failed.
Starting zimbraAdmin webapp...Failed.
Starting zimlet webapp...Failed.
from Logfile: /opt/zimbra/log/zmmailboxd.out
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.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See
http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
java.lang.reflect.InvocationTargetException
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:569)
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.security.PrivilegedActionException: org.xml.sax.SAXParseException; Unable to parse: file:///opt/zimbra/jetty_base/etc/jetty.xml
at java.base/java.security.AccessController.doPrivileged(AccessController.java:573)
at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1881)
... 7 more
Caused by: org.xml.sax.SAXParseException; Unable to parse: file:///opt/zimbra/jetty_base/etc/jetty.xml
at org.eclipse.jetty.xml.XmlConfiguration.<init>(XmlConfiguration.java:234)
at org.eclipse.jetty.xml.XmlConfiguration.lambda$main$3(XmlConfiguration.java:1905)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
... 8 more
Caused by: org.xml.sax.SAXParseException; lineNumber: 26; columnNumber: 24; Attribute value "pool" of type ID must be unique within the document.
at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.dtd.XMLDTDValidator.validateDTDattribute(Unknown Source)
at org.apache.xerces.impl.dtd.XMLDTDValidator.addDTDDefaultAttrsAndValidate(Unknown Source)
at org.apache.xerces.impl.dtd.XMLDTDValidator.handleStartElement(Unknown Source)
at org.apache.xerces.impl.dtd.XMLDTDValidator.emptyElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
at org.eclipse.jetty.xml.XmlParser.parse(XmlParser.java:254)
at org.eclipse.jetty.xml.XmlConfiguration.<init>(XmlConfiguration.java:229)
... 10 more