Difference between revisions of "Network Service Error has occurred"
(Created page with "=== <h1> Network Service Error has occurred</h1> === <hr> <h2>Problem: </h2> '''Error''' : HTTP/1.1 503 Service Unavailable <pre>2016-06-02 10:15:33,436 INFO [qtp509886...") |
m |
||
Line 1: | Line 1: | ||
− | == | + | {{BC|Certified}} |
− | + | __FORCETOC__ | |
+ | <div class="col-md-12 ibox-content"> | ||
+ | =Network Service Error has occurred= | ||
+ | {{KB|{{ZC}}|{{ZCS 8.8}}|{{ZCS 8.7}}|{{ZCS 8.6}}|}} | ||
− | + | ==Problem== | |
− | |||
− | |||
'''Error''' : HTTP/1.1 503 Service Unavailable | '''Error''' : HTTP/1.1 503 Service Unavailable | ||
− | |||
<pre>2016-06-02 10:15:33,436 INFO [qtp509886383-1033602:http://127.0.0.1:80/service/soap/AuthRequest] [] misc - Access to IP 10.10.10.3suspended, for repeated failed login. | <pre>2016-06-02 10:15:33,436 INFO [qtp509886383-1033602:http://127.0.0.1:80/service/soap/AuthRequest] [] misc - Access to IP 10.10.10.3suspended, for repeated failed login. | ||
2016-06-02 10:15:33,437 WARN [qtp509886383-1033601:https://63.237.45.232:443/zimbra/] [] webclient - system failure: error while proxying request to target server: HTTP/1.1 503 Service Unavailable | 2016-06-02 10:15:33,437 WARN [qtp509886383-1033601:https://63.237.45.232:443/zimbra/] [] webclient - system failure: error while proxying request to target server: HTTP/1.1 503 Service Unavailable | ||
com.zimbra.common.service.ServiceException: system failure: error while proxying request to target server: HTTP/1.1 503 Service Unavailable</pre> | com.zimbra.common.service.ServiceException: system failure: error while proxying request to target server: HTTP/1.1 503 Service Unavailable</pre> | ||
− | + | ==Solution== | |
− | |||
White-list the IPs or if impossible to white-list lots of IP address list then client can disable the DoS filter for the repeated login failure. | White-list the IPs or if impossible to white-list lots of IP address list then client can disable the DoS filter for the repeated login failure. | ||
+ | su - zimbra | ||
+ | zmprov mcf zimbraInvalidLoginFilterMaxFailedLogin 0 | ||
− | + | Then restart the mailbox services to reflect the changes : | |
− | + | zmmailboxdctl restart | |
− | Then restart the mailbox services to reflect the changes : | ||
Sincerely,<br> | Sincerely,<br> | ||
Sourabh Bhushan | Sourabh Bhushan | ||
+ | {{Article Footer|ZCS 8.8, 8.7, 8.6|8/8/2017}} | ||
+ | {{NeedSME|Sourabh|SME2|Copyeditor}} | ||
+ | [[Category:Troubleshooting MTA]] |
Revision as of 16:48, 9 August 2017
Network Service Error has occurred
Problem
Error : HTTP/1.1 503 Service Unavailable
2016-06-02 10:15:33,436 INFO [qtp509886383-1033602:http://127.0.0.1:80/service/soap/AuthRequest] [] misc - Access to IP 10.10.10.3suspended, for repeated failed login. 2016-06-02 10:15:33,437 WARN [qtp509886383-1033601:https://63.237.45.232:443/zimbra/] [] webclient - system failure: error while proxying request to target server: HTTP/1.1 503 Service Unavailable com.zimbra.common.service.ServiceException: system failure: error while proxying request to target server: HTTP/1.1 503 Service Unavailable
Solution
White-list the IPs or if impossible to white-list lots of IP address list then client can disable the DoS filter for the repeated login failure.
su - zimbra zmprov mcf zimbraInvalidLoginFilterMaxFailedLogin 0
Then restart the mailbox services to reflect the changes :
zmmailboxdctl restart
Sincerely,
Sourabh Bhushan