Page 1 of 1

Error while proxying request to target server: Service Unavailable

Posted: Sat Dec 21, 2019 9:42 pm
by rosole
Got issue with Zimbra;

zmprov -v
ERROR: service.PROXY_ERROR (error while proxying request to target server: Service Unavailable)
com.zimbra.common.service.ServiceException: error while proxying request to target server: Service Unavailable
ExceptionId:main:1576964075838:da39da31ef483f2b
Code:service.PROXY_ERROR Arg:(url, STR, "https://localhost:7071/service/admin/soap/AuthRequest")
at com.zimbra.common.service.ServiceException.PROXY_ERROR(ServiceException.java:379)
at com.zimbra.common.soap.SoapHttpTransport.invoke(SoapHttpTransport.java:322)
at com.zimbra.common.soap.SoapHttpTransport.invoke(SoapHttpTransport.java:196)
at com.zimbra.common.soap.SoapHttpTransport.invoke(SoapHttpTransport.java:189)
at com.zimbra.common.soap.SoapTransport.invoke(SoapTransport.java:447)
at com.zimbra.common.soap.SoapTransport.invokeWithoutSession(SoapTransport.java:432)
at com.zimbra.cs.account.soap.SoapProvisioning.invokeRequest(SoapProvisioning.java:623)
at com.zimbra.cs.account.soap.SoapProvisioning.invoke(SoapProvisioning.java:668)
at com.zimbra.cs.account.soap.SoapProvisioning.soapAdminAuthenticate(SoapProvisioning.java:558)
at com.zimbra.cs.account.soap.SoapProvisioning.soapZimbraAdminAuthenticate(SoapProvisioning.java:587)
at com.zimbra.cs.account.ProvUtil.initProvisioning(ProvUtil.java:1045)
at com.zimbra.cs.account.ProvUtil.main(ProvUtil.java:4122

zmcontrol status
Host zimbra.isteam.pl
amavis Running
antispam Running
antivirus Running
dnscache Running
ldap Running
logger Running
mailbox Running
memcached Running
mta Running
opendkim Running
proxy Running
service webapp Running
snmp Running
spell Running
stats Running
zimbra webapp Running
zimbraAdmin webapp Running
zimlet webapp Running
zmconfigd Running

Zimbra's version: zcs-8.8.15_GA_3829.UBUNTU16_64.2019071814114 on Ubuntu 16.04.06 LTS.

Cannot login into server as regular and admin user.

This issue happen when i've updated Zimbra through apt-get upgrade, before it worked fine - the same version 8.8.15.

Anyone can help me with that?

Re: Error while proxying request to target server: Service Unavailable

Posted: Sun Dec 22, 2019 3:23 am
by yo_mono
Same to me with the las Patch 5. I had to revert to a vm snapshot i made just before the update

Re: Error while proxying request to target server: Service Unavailable

Posted: Tue Jan 14, 2020 7:15 pm
by oetiker
Hi

Anything new about this, I have the same problem upgrading to 8.8.15p6 web interface with login screen is showing up login does not work and shows a network error

in the mailbox.log

Code: Select all

2020-01-14 19:39:23,177 ERROR [qtp366590980-64:https://192.168.0.159/service/extension/nginx-lookup] [] misc - Unable to get domain config
com.zimbra.common.service.ServiceException: error while proxying request to target server: Service Unavailable
ExceptionId:qtp366590980-64:https://192.168.0.159/service/extension/nginx-lookup:1579027163165:38ebbe24d34390d5
Code:service.PROXY_ERROR Arg:(url, STR, "https://localhost:7071/service/admin/soap/AuthRequest")
        at com.zimbra.common.service.ServiceException.PROXY_ERROR(ServiceException.java:379)
        at com.zimbra.common.soap.SoapHttpTransport.invoke(SoapHttpTransport.java:322)
        at com.zimbra.common.soap.SoapHttpTransport.invoke(SoapHttpTransport.java:196)
        at com.zimbra.common.soap.SoapHttpTransport.invoke(SoapHttpTransport.java:189)
        at com.zimbra.common.soap.SoapTransport.invoke(SoapTransport.java:447)
        ...
        ...
        ...

Re: Error while proxying request to target server: Service Unavailable

Posted: Thu Jan 16, 2020 1:51 pm
by drago
Hi!

We resolved this issue deleting the file zal.jar in the path /opt/zimbra/lib/ext/owncloud.

We hope that it could resolve your issue.

You can see more about it in this link: https://github.com/Zimbra-Community/own ... issues/229

Re: Error while proxying request to target server: Service Unavailable

Posted: Thu Jan 16, 2020 4:06 pm
by oetiker
drago wrote:Hi!
We resolved this issue deleting the file zal.jar in the path /opt/zimbra/lib/ext/owncloud.
We hope that it could resolve your issue.
You can see more about it in this link: https://github.com/Zimbra-Community/own ... issues/229
Oh thanks, I will try it ...

manuel