| 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.
|  | | 
05-05-2010, 08:33 AM
| | Intermediate Member | |
Posts: 20
| | I really need help on Mailboxdctl issue Dear All,
Please help me how to fix this issue asap
the mailboxdctl is not running
Mailboxd.out log:
Zimbra server reserving server socket port=110 bindaddr=192.168.0.4 ssl=false
Zimbra server reserving server socket port=995 bindaddr=null ssl=true
Zimbra server reserving server socket port=993 bindaddr=null ssl=true
Zimbra server reserving server socket port=7025 bindaddr=210.245.35.222 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 :365)
at java.net.ServerSocket.bind(ServerSocket.java:319)
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.bindTcpServerSocket (NetUtil.java:50)
at com.zimbra.common.handlers.PrivilegedHandler.openP orts(PrivilegedHandler.java:120)
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:597)
at org.mortbay.xml.XmlConfiguration.call(XmlConfigura tion.java:542)
at org.mortbay.xml.XmlConfiguration.configure(XmlConf iguration.java:252)
at org.mortbay.xml.XmlConfiguration.configure(XmlConf iguration.java:214)
at org.mortbay.xml.XmlConfiguration.main(XmlConfigura tion.java:974)
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:597)
at org.mortbay.start.Main.invokeMain(Main.java:194)
at org.mortbay.start.Main.start(Main.java:534)
at org.mortbay.start.Main.start(Main.java:441)
at org.mortbay.start.Main.main(Main.java:119)
Heap
par new generation total 735488K, used 39229K [0x00002aaaae200000, 0x00002aaae0000000, 0x00002aaae0000000)
eden space 653824K, 6% used [0x00002aaaae200000, 0x00002aaab084f710, 0x00002aaad6080000)
from space 81664K, 0% used [0x00002aaad6080000, 0x00002aaad6080000, 0x00002aaadb040000)
to space 81664K, 0% used [0x00002aaadb040000, 0x00002aaadb040000, 0x00002aaae0000000)
concurrent mark-sweep generation total 2453504K, used 0K [0x00002aaae0000000, 0x00002aab75c00000, 0x00002aab75c00000)
concurrent-mark-sweep perm gen total 131072K, used 9512K [0x00002aab75c00000, 0x00002aab7dc00000, 0x00002aab7dc00000) Zmmtaconfig.log:
Wed May 5 22:29:08 2010 zmmtaconfig started on mail.cleverlearn.edu.vn with loglevel=3 pid=4718
Wed May 5 22:31:31 2010 Watchdog: service sasl now available for watchdog.
Wed May 5 22:31:31 2010 Watchdog: service spell now available for watchdog.
Wed May 5 22:31:31 2010 Watchdog: service stats now available for watchdog.
Wed May 5 22:31:31 2010 Watchdog: service ldap now available for watchdog.
Wed May 5 22:31:31 2010 Watchdog: service antispam now available for watchdog.
Wed May 5 22:31:31 2010 Watchdog: service snmp now available for watchdog.
Wed May 5 22:31:31 2010 Watchdog: service memcached now available for watchdog.
Wed May 5 22:31:32 2010 Watchdog: service mta now available for watchdog.
Wed May 5 22:31:32 2010 Watchdog: service logger now available for watchdog.
Wed May 5 22:31:32 2010 Watchdog: service antivirus now available for watchdog.
Wed May 5 22:31:32 2010 Watchdog: service antivirus status is OK.
DNS and hosts file are correct as the server running for many months nothing changed
Thank you very much | 
05-05-2010, 09:26 AM
| | Intermediate Member | |
Posts: 20
| | I did check on ports confict and re-generate new cert, but not help | 
05-05-2010, 09:28 AM
| | Zimbra Consultant & Moderator | |
Posts: 20,313
| | Quote:
Originally Posted by trungpc Please help me how to fix this issue asap | Did you search the forums first? This question has been asked and answered many times. Quote:
Originally Posted by trungpc Zimbra server reserving server socket port=110 bindaddr=192.168.0.4 ssl=false
Zimbra server reserving server socket port=995 bindaddr=null ssl=true
Zimbra server reserving server socket port=993 bindaddr=null ssl=true
Zimbra server reserving server socket port=7025 bindaddr=210.245.35.222 ssl=false Fatal error: exception while binding to ports | You would appear to have something running on one of the ports Zimbra uses.
__________________
Regards
Bill
| 
05-05-2010, 09:35 AM
| | Intermediate Member | |
Posts: 20
| | Dear Bill,
It's greate to know you reply. Thanks!
Yes for sure, I did check all posts before asking for help. Some more details as follow
[root@mail ~]# lsof | grep TCP | grep 110
[root@mail ~]# lsof | grep TCP | grep 995
zmlogger 4891 zimbra 3u IPv4 9952 TCP localhost.localdomain:10663 (LISTEN)
I am not good, so please teach me how to fix it. More important, I cannot Zimbra Admin web page or zimbra webmai | 
05-05-2010, 09:37 AM
| | Intermediate Member | |
Posts: 20
| | One more info
[zimbra@mail ~]$ zmprov -l gs mail.domain.com | grep Bind zimbraImapBindOnStartup: TRUE
zimbraImapBindPort: 143
zimbraImapProxyBindPort: 7143
zimbraImapSSLBindOnStartup: TRUE
zimbraImapSSLBindPort: 993
zimbraImapSSLProxyBindPort: 7993
zimbraLmtpBindAddress: 210.245.35.222
zimbraLmtpBindOnStartup: FALSE
zimbraLmtpBindPort: 7025
zimbraMemcachedBindPort: 11211
zimbraNotifyBindPort: 7035
zimbraNotifySSLBindPort: 7036
zimbraPop3BindAddress: 192.168.0.4
zimbraPop3BindOnStartup: TRUE
zimbraPop3BindPort: 110
zimbraPop3ProxyBindPort: 7110
zimbraPop3SSLBindOnStartup: TRUE
zimbraPop3SSLBindPort: 995
zimbraPop3SSLProxyBindPort: 7995 | 
05-05-2010, 09:41 AM
| | | This issue may also have something to do with (self-signed) certificates. Is this a new install, an upgrade, a migration, etc.? If you are using self-signed certificates it may be as easy as recreating the certificates. | 
05-05-2010, 09:46 AM
| | Intermediate Member | |
Posts: 20
| | Dear Soxfan,
I just upgared to Release 6.0.6_GA_2324.RHEL5_64_20100406150533 RHEL5_64 FOSS edition last five days. Things run well until to day after a reboot due to power failure
I did search on the forum and found some script to re-gen cert. But it is not help
[zimbra@mail ~]$ zmcontrol status
Host mail.domain.com
antispam Running
antivirus Running
ldap Running
logger Running
mailbox Stopped
zmmailboxdctl is not running.
memcached Running
mta Running
snmp Running
spell Running
stats Running
Please help me | 
05-05-2010, 09:52 AM
| | Intermediate Member | |
Posts: 20
| | This is my cer looks like:
[root@mail ~]# /opt/zimbra/bin/zmcertmgr viewdeployedcrt all
::service mta::
notBefore=May 5 14:24:02 2010 GMT
notAfter=May 5 14:24:02 2011 GMT
subject= /C=US/ST=N/A/O=Zimbra Collaboration Suite/OU=Zimbra Collaboration Suite/CN=mail.cleverlearn.edu.vn
issuer= /C=US/ST=N/A/L=N/A/O=Zimbra Collaboration Suite/OU=Zimbra Collaboration Suite/CN=mail.cleverlearn.edu.vn
SubjectAltName=
::service proxy::
notBefore=May 5 14:24:02 2010 GMT
notAfter=May 5 14:24:02 2011 GMT
subject= /C=US/ST=N/A/O=Zimbra Collaboration Suite/OU=Zimbra Collaboration Suite/CN=mail.cleverlearn.edu.vn
issuer= /C=US/ST=N/A/L=N/A/O=Zimbra Collaboration Suite/OU=Zimbra Collaboration Suite/CN=mail.cleverlearn.edu.vn
SubjectAltName=
::service mailboxd::
notBefore=May 5 14:24:02 2010 GMT
notAfter=May 5 14:24:02 2011 GMT
subject= /C=US/ST=N/A/O=Zimbra Collaboration Suite/OU=Zimbra Collaboration Suite/CN=mail.cleverlearn.edu.vn
issuer= /C=US/ST=N/A/L=N/A/O=Zimbra Collaboration Suite/OU=Zimbra Collaboration Suite/CN=mail.cleverlearn.edu.vn
SubjectAltName=
::service ldap::
notBefore=May 5 14:24:02 2010 GMT
notAfter=May 5 14:24:02 2011 GMT
subject= /C=US/ST=N/A/O=Zimbra Collaboration Suite/OU=Zimbra Collaboration Suite/CN=mail.cleverlearn.edu.vn
issuer= /C=US/ST=N/A/L=N/A/O=Zimbra Collaboration Suite/OU=Zimbra Collaboration Suite/CN=mail.cleverlearn.edu.vn
SubjectAltName= | 
05-05-2010, 09:57 AM
| | Intermediate Member | |
Posts: 20
| | This is the latest zimbra.log
May 5 23:51:59 mail postfix/qmgr[10451]: 25C653230101: from=<cameron.findlay1@btinternet.com>, size=8191, nrcpt=1 (queue active)
May 5 23:51:59 mail postfix/qmgr[10451]: 8BBAC323006A: from=<xuan@cleverlearn.edu.vn>, size=23452, nrcpt=3 (queue active)
May 5 23:51:59 mail postfix/qmgr[10451]: 791AA323010B: from=<tuanvu24590@yahoo.com>, size=5595, nrcpt=1 (queue active)
May 5 23:51:59 mail postfix/qmgr[10451]: 109C53230102: from=<noreply@priorityoneemail.com>, size=16170, nrcpt=1 (queue active)
May 5 23:51:59 mail postfix/lmtp[2408]: connect to mail.cleverlearn.edu.vn[192.168.0.4]:7025: Connection refused
May 5 23:51:59 mail postfix/lmtp[2408]: 25C653230101: to=<truc.ac@cleverlearn.edu.vn>, relay=none, delay=5981, delays=5981/0.05/0/0, dsn=4.4.1, status=deferred (connect to mail.cleverlearn.edu.vn[192.168.0.4]:7025: Connection refused)
May 5 23:51:59 mail postfix/qmgr[10451]: 13743323010D: from=<workwest.vietnam@gmail.com>, size=1069805, nrcpt=1 (queue active)
May 5 23:51:59 mail postfix/qmgr[10451]: 9147E323010E: from=<bounce-16238907-42179667@pr1.netatlantic.com>, size=74688, nrcpt=1 (queue active)
May 5 23:51:59 mail postfix/lmtp[2408]: connect to mail.cleverlearn.edu.vn[192.168.0.4]:7025: Connection refused
May 5 23:51:59 mail postfix/lmtp[2408]: 109C53230102: to=<hung.dinh@cleverlearn.edu.vn>, relay=none, delay=5879, delays=5879/0.04/0.01/0, dsn=4.4.1, status=deferred (connect to mail.cleverlearn.edu.vn[192.168.0.4]:7025: Connection refused)
May 5 23:51:59 mail postfix/lmtp[2408]: connect to mail.cleverlearn.edu.vn[192.168.0.4]:7025: Connection refused
May 5 23:51:59 mail postfix/lmtp[2410]: connect to mail.cleverlearn.edu.vn[192.168.0.4]:7025: Connection refused
May 5 23:51:59 mail postfix/lmtp[2408]: 13743323010D: to=<vinh@cleverlearn.edu.vn>, relay=none, delay=1179, delays=1179/0.03/0.04/0, dsn=4.4.1, status=deferred (connect to mail.cleverlearn.edu.vn[192.168.0.4]:7025: Connection refused)
May 5 23:51:59 mail postfix/lmtp[2410]: 791AA323010B: to=<vinh@cleverlearn.edu.vn>, relay=none, delay=2307, delays=2307/0.08/0.01/0, dsn=4.4.1, status=deferred (connect to mail.cleverlearn.edu.vn[192.168.0.4]:7025: Connection refused)
May 5 23:51:59 mail postfix/error[2416]: 9147E323010E: to=<hung.dinh@cleverlearn.edu.vn>, relay=none, delay=1108, delays=1108/0.07/0/0, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to mail.cleverlearn.edu.vn[192.168.0.4]:7025: Connection refused)
May 5 23:52:09 mail zmmailboxdmgr[3049]: status requested
May 5 23:52:09 mail zmmailboxdmgr[3049]: stale pid 8555 found in /opt/zimbra/log/zmmailboxd_manager.pid: No such process
May 5 23:52:09 mail zmmailboxdmgr[3049]: assuming no other instance is running
May 5 23:52:09 mail zmmailboxdmgr[3049]: file /opt/zimbra/log/zmmailboxd.pid does not exist
May 5 23:52:09 mail zmmailboxdmgr[3049]: assuming no other instance is running
May 5 23:52:09 mail zmmailboxdmgr[3049]: no manager process is running
May 5 23:52:22 mail zmmailboxdmgr[3578]: status requested
May 5 23:52:22 mail zmmailboxdmgr[3578]: stale pid 8555 found in /opt/zimbra/log/zmmailboxd_manager.pid: No such process
May 5 23:52:22 mail zmmailboxdmgr[3578]: assuming no other instance is running
May 5 23:52:22 mail zmmailboxdmgr[3578]: file /opt/zimbra/log/zmmailboxd.pid does not exist
May 5 23:52:22 mail zmmailboxdmgr[3578]: assuming no other instance is running
May 5 23:52:22 mail zmmailboxdmgr[3578]: no manager process is running
May 5 23:52:22 mail zmmailboxdmgr[3644]: status requested
May 5 23:52:22 mail zmmailboxdmgr[3644]: stale pid 8555 found in /opt/zimbra/log/zmmailboxd_manager.pid: No such process
May 5 23:52:22 mail zmmailboxdmgr[3644]: assuming no other instance is running
May 5 23:52:22 mail zmmailboxdmgr[3644]: file /opt/zimbra/log/zmmailboxd.pid does not exist
May 5 23:52:22 mail zmmailboxdmgr[3644]: assuming no other instance is running
May 5 23:52:22 mail zmmailboxdmgr[3644]: no manager process is running
May 5 23:53:32 mail clamd[8716]: SelfCheck: Database status OK.
May 5 23:53:58 mail zmmailboxdmgr[5120]: status requested
May 5 23:53:58 mail zmmailboxdmgr[5120]: stale pid 8555 found in /opt/zimbra/log/zmmailboxd_manager.pid: No such process
May 5 23:53:58 mail zmmailboxdmgr[5120]: assuming no other instance is running
May 5 23:53:58 mail zmmailboxdmgr[5120]: file /opt/zimbra/log/zmmailboxd.pid does not exist
May 5 23:53:58 mail zmmailboxdmgr[5120]: assuming no other instance is running
May 5 23:53:58 mail zmmailboxdmgr[5120]: no manager process is running
May 5 23:53:58 mail zmmailboxdmgr[5186]: status requested
May 5 23:53:58 mail zmmailboxdmgr[5186]: stale pid 8555 found in /opt/zimbra/log/zmmailboxd_manager.pid: No such process
May 5 23:53:58 mail zmmailboxdmgr[5186]: assuming no other instance is running
May 5 23:53:58 mail zmmailboxdmgr[5186]: file /opt/zimbra/log/zmmailboxd.pid does not exist
May 5 23:53:58 mail zmmailboxdmgr[5186]: assuming no other instance is running
May 5 23:53:58 mail zmmailboxdmgr[5186]: no manager process is running
May 5 23:54:09 mail zmmailboxdmgr[5582]: status requested
May 5 23:54:09 mail zmmailboxdmgr[5582]: stale pid 8555 found in /opt/zimbra/log/zmmailboxd_manager.pid: No such process
May 5 23:54:09 mail zmmailboxdmgr[5582]: assuming no other instance is running
May 5 23:54:09 mail zmmailboxdmgr[5582]: file /opt/zimbra/log/zmmailboxd.pid does not exist
May 5 23:54:09 mail zmmailboxdmgr[5582]: assuming no other instance is running
May 5 23:54:09 mail zmmailboxdmgr[5582]: no manager process is running
May 5 23:55:19 mail postfix/scache[2414]: statistics: start interval May 5 23:51:59
May 5 23:55:19 mail postfix/scache[2414]: statistics: domain lookup hits=0 miss=3 success=0%
May 5 23:55:19 mail postfix/scache[2414]: statistics: address lookup hits=0 miss=3 success=0%
May 5 23:55:36 mail zmmailboxdmgr[6971]: status requested
Thanks for the help! | 
05-05-2010, 10:00 AM
| | Intermediate Member | |
Posts: 20
| | I remembered I did add LMTP Advertise Name, does it cause the problem? | | Thread Tools | Search this Thread | | | | | Display Modes | Linear Mode | | Why Join? Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.  |