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

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 08-11-2009, 11:17 PM
Active Member
 
Posts: 25
Default [SOLVED] Zimbra mail box not working (zmmailboxdctl is not running)

Our Zimbra mail is not work after upgrading RAM

$ zmcontrol status
antispam Running
antivirus Running
imapproxy Running
ldap Running
logger Running
mailbox Stopped
zmmailboxdctl is not running
mta Running
snmp Running
spell Running
stats Running

While inspection found tht the port 8080 is not working ,it jetty is not working

jetty verion 6.1.5 is used by zimbra.

****************************************
$ tail -25 mailbox.log
2009-08-10 14:13:50,700 INFO [Shutdown] [] TcpServer/7110 - Pop3Server initiating shutdown
2009-08-10 14:13:50,700 INFO [Pop3Server] [] TcpServer/7110 - finished accept loop
2009-08-10 14:13:50,701 INFO [Shutdown] [] TcpServer/7110 - Pop3Server shutting down idle thread pool
2009-08-10 14:13:50,701 INFO [Shutdown] [] TcpServer/7995 - Pop3SSLServer initiating shutdown
2009-08-10 14:13:50,701 INFO [Pop3SSLServer] [] TcpServer/7995 - finished accept loop
2009-08-10 14:13:50,701 INFO [Shutdown] [] TcpServer/7995 - Pop3SSLServer shutting down idle thread pool
2009-08-10 14:13:50,701 INFO [Shutdown] [] TcpServer/7143 - ImapServer initiating shutdown
2009-08-10 14:13:50,701 INFO [Shutdown] [] TcpServer/7143 - ImapServer shutting down idle thread pool
2009-08-10 14:13:50,701 INFO [Shutdown] [] TcpServer/7993 - ImapSSLServer initiating shutdown
2009-08-10 14:13:50,701 INFO [ImapServer] [] TcpServer/7143 - finished accept loop
2009-08-10 14:13:50,702 INFO [Shutdown] [] TcpServer/7993 - ImapSSLServer shutting down idle thread pool
2009-08-10 14:13:50,702 INFO [ImapSSLServer] [] TcpServer/7993 - finished accept loop
2009-08-10 14:13:50,744 INFO [Shutdown] [] im - Wildfire stopped
2009-08-10 14:13:50,834 INFO [IndexWritersSweeperThread] [] index - open index writers sweep: before=1, closed=0, after=1 (0ms)
2009-08-10 14:13:50,834 INFO [IndexWritersSweeperThread] [] index - IndexWritersSweeperThread thread exiting
2009-08-10 14:13:50,834 INFO [IndexReadersCache-Sweeper] [] IndexReadersCache - IndexReadersCache-Sweeper thread exiting
2009-08-10 14:13:50,974 INFO [Shutdown] [] RedoLogManager - Logged: 66692 items, 2.616ms/item
2009-08-10 14:13:50,974 INFO [IncomingDirectorySweeper] [] FileBlobStore - IncomingDirectorySweeper thread exiting
2009-08-10 14:13:50,974 INFO [Shutdown] [] extensions - Destroying extensions
2009-08-10 14:13:51,002 INFO [Shutdown] [] extensions - Destroyed extension clamscanner: com.zimbra.clam.ClamScanner@com.zimb...tensio n.ZimbraExtensionClassLoader@c9b196
2009-08-10 14:13:51,002 INFO [Shutdown] [] extensions - Destroyed extension nginx-lookup: com.zimbra.cs.nginx.NginxLookupExten...extension.ZimbraExtensionClassLoader@1594a88
2009-08-10 14:13:51,002 INFO [Shutdown] [] extensions - Destroyed extension com_zimbra_cert_manager: com.zimbra.cert.ZimbraCertMgrExt@com...t ension.ZimbraExtensionClassLoader@98bbf6
2009-08-10 14:13:51,002 INFO [Shutdown] [] extensions - Destroyed extension zimbrasamba: com.zimbra.ldaputils.ZimbraLDAPUtil***tension@com. zimbra.cs.extension.ZimbraExtensionClassLoader@7e7 5d2
2009-08-10 14:13:51,003 INFO [Shutdown] [] soap - Servlet SoapServlet shutting down
2009-08-10 14:13:51,107 INFO [Shutdown] [] log - Shutdown hook complete
$
***************
]$ tail -25 zmmailboxd.out
# C [libc.so.6+0x695ba] cfree+0x7a
#
# An error report file with more information is saved as:
# /opt/zimbra/log/hs_err_pid12006.log
#
# If you would like to submit a bug report, please visit:
# HotSpot Virtual Machine Error Reporting Page
#
Error occurred during initialization of VM
Could not reserve enough space for object heap
#
# An unexpected error has been detected by Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x4a1af5ba, pid=12011, tid=3085970320
#
# Java VM: Java HotSpot(TM) Client VM (10.0-b19 mixed mode linux-x86)
# Problematic frame:
# C [libc.so.6+0x695ba] cfree+0x7a
#
# An error report file with more information is saved as:
# /opt/zimbra/log/hs_err_pid12011.log
#
# If you would like to submit a bug report, please visit:
# HotSpot Virtual Machine Error Reporting Page
#
********************************************

Please help us to solve this Since over 500 mail users are waiting for our mail server
Reply With Quote
  #2 (permalink)  
Old 08-11-2009, 11:44 PM
Moderator
 
Posts: 7,928
Default

How much RAM is in the server now ? It would help if you also let us know which version of ZCS you are running
Code:
su - zimbra
zmcontrol -v
__________________
Reply With Quote
  #3 (permalink)  
Old 08-12-2009, 12:33 AM
Active Member
 
Posts: 25
Default

We have upgraded the RAM 8 GB to 16GB

zmcontrol -v
Release 5.0.2_GA_1975.RHEL5_20080130221917 RHEL5 FOSS edition
Reply With Quote
  #4 (permalink)  
Old 08-12-2009, 12:43 AM
Moderator
 
Posts: 7,928
Default

I guess your are using a 32bit version of RHEL and not 64bit ? What do you have set for
Code:
su - zimbra
zmlocalconfig mailboxd_java_heap_memory_percent
__________________
Reply With Quote
  #5 (permalink)  
Old 08-12-2009, 12:50 AM
Active Member
 
Posts: 25
Default

Yes now we are using 32 bit Os. Is there any solution for making mailbox up using 16GB RAM.

zmlocalconfig mailboxd_java_heap_memory_percent
mailboxd_java_heap_memory_percent = 18
Reply With Quote
  #6 (permalink)  
Old 08-12-2009, 01:22 AM
Moderator
 
Posts: 7,928
Default

Code:
su - zimbra
zmlocalconfig -e mailboxd_java_heap_memory_percent=12
zmmailboxdctl start
Due to 32bit memory addressing you would need to migrate to a 64bit environment to use all of that RAM.
__________________
Reply With Quote
  #7 (permalink)  
Old 08-12-2009, 09:42 AM
Active Member
 
Posts: 25
Default

thanks for your reply. I have run the given command but that time our OS ram size showing only 3 GB. After that I have removed the each RAM slot and tested. Finally zimbra working fine in 12GB RAM also OS.

My doubt is If I have upgraded the OS to 64 bit, will zimbra support to 16GB or I have to upgrade zimbra to 64BIT?
Reply With Quote
  #8 (permalink)  
Old 08-12-2009, 09:44 AM
Moderator
 
Posts: 7,928
Default

Zimbra would need to be the 64bit version aswell due to memory addressing.
__________________
Reply With Quote
  #9 (permalink)  
Old 08-12-2009, 09:46 AM
Active Member
 
Posts: 25
Default

ok is there any documentation for upgrading the zimbra 32 to 64 bit, without affecting our mail box.
Reply With Quote
  #10 (permalink)  
Old 08-12-2009, 09:47 AM
Moderator
 
Posts: 7,928
Default

Zimbra Wiki :: Moving too 64 bit
__________________
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.