Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Installation

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-20-2009, 12:39 AM
Advanced Member
 
Posts: 220
Default [SOLVED] zmmailboxdctl is not running

Hello,

After zimbra restarted I got a message zmmailboxdctl is not running I checked the log file /opt/zimbra/log/zmmailboxd.out I got an error with the Zimbra server reserving server socket port=110, below is the errro f the log:

Quote:
CompilerOracle: exclude com/zimbra/cs/session/SessionMap putAndPrune
CompilerOracle: exclude com/zimbra/cs/mailbox/MailItem delete
0 INFO [main] log - Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
Zimbra server reserving server socket port=110 bindaddr=192.168.118.4 ssl=false
Fatal error: exception while binding to ports
java.net.BindException: Cannot assign requested address
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java :359)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at com.zimbra.common.util.NetUtil.newBoundServerSocke t(NetUtil.java:106)
at com.zimbra.common.util.NetUtil.bindServerSocket(Ne tUtil.java:165)
at com.zimbra.common.util.NetUtil.bindTcpServerSocket (NetUtil.java:52)
at com.zimbra.common.handlers.PrivilegedHandler.openP orts(PrivilegedHandler.java:82)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.mortbay.xml.XmlConfiguration.call(XmlConfigura tion.java:534)
at org.mortbay.xml.XmlConfiguration.configure(XmlConf iguration.java:244)
at org.mortbay.xml.XmlConfiguration.configure(XmlConf iguration.java:206)
at org.mortbay.xml.XmlConfiguration.main(XmlConfigura tion.java:968)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.mortbay.start.Main.invokeMain(Main.java:183)
at org.mortbay.start.Main.start(Main.java:497)
at org.mortbay.start.Main.main(Main.java:115)
Please note that I'm not able to navigate the login page and the admin part,

any solution please...

Cordially,
__________________
- In a world without walls and fences who needs windows and gates?
- I am Running Linux.. Finally, my PC is valid & Reliable Hereafter.
Reply With Quote
  #2 (permalink)  
Old 11-20-2009, 01:17 AM
Moderator
 
Posts: 7,911
Default

Shut down ZCS and then prior to starting ensure that all processes have indeed stopped. Then check to see whether anything is holding onto that port
Code:
netstat -an | grep 110
If all okay restart and see whether it fails again.
__________________
Reply With Quote
  #3 (permalink)  
Old 11-20-2009, 01:26 AM
Advanced Member
 
Posts: 220
Default

Thank you for your quick reply, I ran the command but nothing appear, I restarted the server and still getting the same error, so is there anything I must be done to solve this issue?

Cheers,
__________________
- In a world without walls and fences who needs windows and gates?
- I am Running Linux.. Finally, my PC is valid & Reliable Hereafter.
Reply With Quote
  #4 (permalink)  
Old 11-20-2009, 02:00 AM
Moderator
 
Posts: 7,911
Default

Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain mx
dig yourdomain any
host `hostname` <- note backticks and not single quotes
I presume IPTables and SELinux have been disabled ?
__________________
Reply With Quote
  #5 (permalink)  
Old 11-23-2009, 03:34 AM
Advanced Member
 
Posts: 220
Default

Hello,

Sorry for delay to reply to this post for the reason that I got married

Anyway the problem is not with the settings, all of them are correct and I made some troubleshooting before I went to the forums, as I remember I changed some IP Address through the administration area, and I don't remember what is it maybe the IP Address of the Servers > nail.domain.com > POP tab > Network and I changed the address.

The reason that I changed is it was defined and old ip address during our testing, and when I changed the server and go with it as production server I changed all the required IP's in order to make the mail server up.

in order to prove what I provided, the error message in the /opt/zimbra/log/zmmailboxd.out is:
Quote:
Zimbra server reserving server socket port=110 bindaddr=192.168.118.4 ssl=false
which was the old IP address and changed to 192.168.119.4

So any suggestion about this matter?

Cheers,
__________________
- In a world without walls and fences who needs windows and gates?
- I am Running Linux.. Finally, my PC is valid & Reliable Hereafter.
Reply With Quote
  #6 (permalink)  
Old 11-23-2009, 04:43 AM
Zimbra Consultant & Moderator
 
Posts: 19,633
Default

What's the output of the following:

Code:
zmprov -l gs `zmhostname` | grep Bind
__________________
Regards


Bill
Reply With Quote
  #7 (permalink)  
Old 11-23-2009, 04:52 AM
Zimbra Consultant & Moderator
 
Posts: 19,633
Default

Quote:
Originally Posted by snake_eyes View Post
Sorry for delay to reply to this post for the reason that I got married
I forgot to add, Congratulations.
__________________
Regards


Bill
Reply With Quote
  #8 (permalink)  
Old 11-23-2009, 05:11 AM
Advanced Member
 
Posts: 220
Default

Quote:
Originally Posted by phoenix View Post
I forgot to add, Congratulations.
Thank you a lot ....

Look regarding to the problem I followed this post to avoid the problem http://www.zimbra.com/forums/adminis...ailboxd-2.html by adding the IP address into the eth1 and the server is up now... but how to change the IP address via Shell?

Cheers,
__________________
- In a world without walls and fences who needs windows and gates?
- I am Running Linux.. Finally, my PC is valid & Reliable Hereafter.
Reply With Quote
  #9 (permalink)  
Old 11-23-2009, 05:17 AM
Zimbra Consultant & Moderator
 
Posts: 19,633
Default

What does the output of command that I posted earlier show?
__________________
Regards


Bill
Reply With Quote
  #10 (permalink)  
Old 11-23-2009, 05:20 AM
Advanced Member
 
Posts: 220
Default

Here is the output:
Quote:
zimbraImapBindOnStartup: TRUE
zimbraImapBindPort: 143
zimbraImapProxyBindPort: 7143
zimbraImapSSLBindOnStartup: TRUE
zimbraImapSSLBindPort: 993
zimbraImapSSLProxyBindPort: 7993
zimbraLmtpBindOnStartup: FALSE
zimbraLmtpBindPort: 7025
zimbraMemcachedBindPort: 11211
zimbraNotifyBindPort: 7035
zimbraNotifySSLBindPort: 7036
zimbraPop3BindAddress: 192.168.118.4
zimbraPop3BindOnStartup: TRUE
zimbraPop3BindPort: 110
zimbraPop3ProxyBindPort: 7110
zimbraPop3SSLBindOnStartup: TRUE
zimbraPop3SSLBindPort: 995
zimbraPop3SSLProxyBindPort: 7995
__________________
- In a world without walls and fences who needs windows and gates?
- I am Running Linux.. Finally, my PC is valid & Reliable Hereafter.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.