Disabling Imapproxy: Difference between revisions

(New page: In ZCS if you are running the Zimbra server with standard Imap and POP services i.e no proxy is running and if you enable ImapProxy then the Zimbra server will detect port conflicts. Th...)
 
No edit summary
Line 5: Line 5:


Tomcat will not be able to start itself and you will receive the following error in catalina.out file:
Tomcat will not be able to start itself and you will receive the following error in catalina.out file:
----




Line 15: Line 12:
Fatal error: terminating: PrivilegedServlet init failed
Fatal error: terminating: PrivilegedServlet init failed
java.net.BindException: Address already in use
java.net.BindException: Address already in use
----




Line 23: Line 17:


Disable ImapProxy using:-
Disable ImapProxy using:-


1) su - zimbra
1) su - zimbra


2) zmprov -l ms zimbra.arbinet.arbitrage.be -zimbraServiceEnabled imapproxy
2) zmprov -l ms zimbra.arbinet.arbitrage.be -zimbraServiceEnabled imapproxy


[-l option will modify the configuration in LDAP as the normal zmprov command will not run as tomcat is not running and it will give Java errors.]
 
[-l option will modify the configuration in LDAP as the normal zmprov command will not run as tomcat is not running and it will give  
 
 
Java errors.]
 


Restart Zimbra Services.
Restart Zimbra Services.


zmcontrol stop
zmcontrol stop


zmcontrol start
zmcontrol start


Check if the services are running.
Check if the services are running.


zmcontrol status.
zmcontrol status.

Revision as of 09:23, 19 December 2007

In ZCS if you are running the Zimbra server with standard Imap and POP services i.e no proxy is running and if you enable ImapProxy then the Zimbra server will detect port conflicts.


The ports 110 and 143 will be occupied by the Imapproxy services.

Tomcat will not be able to start itself and you will receive the following error in catalina.out file:


Error from /opt/zimbra/tomcat/logs/catalina.out

Zimbra server reserving server socket port=110 bindaddr=null ssl=false Fatal error: terminating: PrivilegedServlet init failed java.net.BindException: Address already in use


Solution:

Disable ImapProxy using:-


1) su - zimbra


2) zmprov -l ms zimbra.arbinet.arbitrage.be -zimbraServiceEnabled imapproxy


[-l option will modify the configuration in LDAP as the normal zmprov command will not run as tomcat is not running and it will give


Java errors.]


Restart Zimbra Services.


zmcontrol stop


zmcontrol start


Check if the services are running.


zmcontrol status.

Jump to: navigation, search