Hi,
I have installed zimbra 8.0.0 on ubuntu server 12.04. But i am not able to access zimbra after installation.
I executed the following command "zmcontrol status" it shows that "zmmailboxdctl is not running".
please provide solution of my problem.
Printable View
Hi,
I have installed zimbra 8.0.0 on ubuntu server 12.04. But i am not able to access zimbra after installation.
I executed the following command "zmcontrol status" it shows that "zmmailboxdctl is not running".
please provide solution of my problem.
You could find it yourself if you searched the forums. Have you looked in the log files to see the exact error? Have you disabled the MTA that (usually) is installed and starts with an Linux distribution?
I have checked zmmailboxd.out file it shows the following error:
Total time for which application threads were stopped: 0.0001530 seconds
Total time for which application threads were stopped: 0.0001210 seconds
Total time for which application threads were stopped: 0.0002610 seconds
Total time for which application threads were stopped: 0.0001540 seconds
Zimbra server reserving server socket port=110 bindaddr=null ssl=false
Fatal error: exception while binding to ports
java.net.BindException: Address already in use
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:344)
at sun.nio.ch.Net.bind(Net.java:336)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSock etChannelImpl.java:199)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAd aptor.java:74)
at com.zimbra.common.util.NetUtil.newBoundServerSocke t(NetUtil.java:104)
at com.zimbra.common.util.NetUtil.bindServerSocket(Ne tUtil.java:163)
at com.zimbra.common.util.NetUtil.bindNioServerSocket (NetUtil.java:58)
at com.zimbra.common.handlers.PrivilegedHandler.openP orts(PrivilegedHandler.java:76)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)