UPGRADE TO UCS 5.0 - Open-Xchange stopped working // Webmail Alternative

Checking for local repository: none
Checking for package updates: none
Checking for app updates: none
Checking for release updates: The update to UCS 5.0 is blocked because the components ‘open-xchange-text_20210301095207’, ‘oxseforucs_20210520121818’ are marked as required.
none
Setting update/available
Module: ox-config

==========
After finishing this upgrade our Open-Xchange Webmail stopped working with the following errors:

=============

ERROR: Could not refresh JMS Connection for destination ‘queue://documents-queue-cc637425-574b-478f-8f2c-1e98193b8169’ - retrying using ExponentialBackOff{currentInterval=51255ms, multiplier=1.5}. Cause: No uris available to connect to.
ERROR: Failed to connect to [] after: 3 attempt(s)
ERROR: Could not refresh JMS Connection for destination ‘queue://responseDoc-queue-cc637425-574b-478f-8f2c-1e98193b8169’ - retrying using ExponentialBackOff{currentInterval=51255ms, multiplier=1.5}. Cause: No uris available to connect to.
ERROR: Failed to connect to [] after: 3 attempt(s)
ERROR: Could not refresh JMS Connection for destination ‘topic://admin-Topic’ - retrying using ExponentialBackOff{currentInterval=34170ms, multiplier=1.5}. Cause: No uris available to connect to.
ERROR: Failed to connect to [] after: 3 attempt(s)
ERROR: Could not refresh JMS Connection for destination ‘topic://brokerChange-Topic’ - retrying using ExponentialBackOff{currentInterval=60000ms, multiplier=1.5}. Cause: No uris available to connect to

==================.

          Open-Xchange either doesn't allow upgrade of the above mentioned package.  Any Ideas on how to fix this?    Are there any Webmail client alternative to use on the meantime on UCS?

Thanks,

Rolando

Halo,
manage to find apache was not working properly . Still this is coming out from OX logs.

====================

Caused by: com.sun.mail.iap.ProtocolException: STARTTLS failure
at com.sun.mail.imap.protocol.IMAPProtocol.startTLS(IMAPProtocol.java:1490)
at com.sun.mail.imap.IMAPStore.login(IMAPStore.java:1057)
at com.sun.mail.imap.JavaIMAPStore.login(JavaIMAPStore.java:171)
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:955)
at javax.mail.Service.connect(Service.java:370)
at com.openexchange.imap.IMAPAccess.doIMAPConnect(IMAPAccess.java:1102)
at com.openexchange.imap.storecache.AbstractIMAPStoreContainer.newStore(AbstractIMAPStoreContainer.java:115)
at com.openexchange.imap.storecache.UnboundedIMAPStoreContainer.getStore(UnboundedIMAPStoreContainer.java:120)
at com.openexchange.imap.storecache.BoundaryAwareIMAPStoreContainer.getStore(BoundaryAwareIMAPStoreContainer.java:101)
at com.openexchange.imap.storecache.IMAPStoreCache.borrowIMAPStore(IMAPStoreCache.java:356)
at com.openexchange.imap.IMAPAccess.borrowIMAPStore(IMAPAccess.java:1131)
at com.openexchange.imap.IMAPAccess.connectIMAPStore(IMAPAccess.java:1004)
at com.openexchange.imap.IMAPAccess.connectIMAPStore(IMAPAccess.java:967)
at com.openexchange.imap.IMAPAccess.connectInternal(IMAPAccess.java:822)
… 39 common frames omitted
Caused by: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
at sun.security.ssl.HandshakeContext.(HandshakeContext.java:171)
at sun.security.ssl.ClientHandshakeContext.(ClientHandshakeContext.java:98)
======

Rolando

Hello Rolando!

You got a backup of that installation? I think this would save a lot of time. OX is not available for UCS 5.x yet and therefor the update was blocked (“Checking for release updates: The update to UCS 5.0 is blocked because the components ‘open-xchange-text_20210301095207’, ‘oxseforucs_20210520121818’ are marked as required.”).

Cheers

For all OX users that may face connections failure with OpenXchange and dovecot

This Univention command saved my 2 downtime days

====

> ucr set ox/cfg/imap.properties/com.openexchange.imap.ssl.protocols='TLSv1 TLSv1.1 TLSv1.2'
> ucr set ox/cfg/imap.properties/com.openexchange.imap.ssl.ciphersuites='SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA SSL_RSA_WITH_3DES_EDE_CBC_SHA TLS_DHE_DSS_WITH_AES_128_CBC_SHA TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 TLS_DHE_DSS_WITH_AES_256_CBC_SHA TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 TLS_DHE_RSA_WITH_AES_128_CBC_SHA TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 TLS_DHE_RSA_WITH_AES_256_CBC_SHA TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA TLS_ECDH_RSA_WITH_AES_128_CBC_SHA TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 TLS_ECDH_RSA_WITH_AES_256_CBC_SHA TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 TLS_EMPTY_RENEGOTIATION_INFO_SCSV TLS_RSA_WITH_AES_128_CBC_SHA TLS_RSA_WITH_AES_128_CBC_SHA256 TLS_RSA_WITH_AES_256_CBC_SHA TLS_RSA_WITH_AES_256_CBC_SHA256'

=====

After this everything went to normal with the Webmail. Thanks to Mr. Korte

rgds,

Rolando

Ben,
The answer might be on my previous post. Look for possible STARTTLS or SSL problems on open-xchange.log.0 .

Rolando

Hello Vector,

Any news on this? Do you know when it is expected to be ready?

Rolando

You mean OX for UCS 5? It was recently released. Have a look at the OX App Center page there it says “Available for UCS versions: 5.0, 4.4, 4.3, 4.2, 4.1”

Cheers

Mastodon