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
  #11 (permalink)  
Old 02-07-2012, 02:52 PM
Member
 
Posts: 13
Default

Copied all certs. Still zmmailboxdctl is not running. I don't care if this is a fully functioning server. I just need to be able to login so I can export a few of the secretaries calendars and messages. But I guess there is no way to do that without all of the services running.
Reply With Quote
  #12 (permalink)  
Old 02-07-2012, 03:45 PM
Zimbra Employee
 
Posts: 580
Default

You want:

/opt/zimbra/conf/*.crt
/opt/zimbra/conf/*.key
/opt/zimbra/conf/ca/*
/opt/zimbra/java/jre/lib/security/cacerts

--Quanah
__________________
Quanah Gibson-Mount
Sr. Member of Technical Staff
Zimbra, Inc
A Division of VMware, Inc.
--------------------
Zimbra :: the leader in open source messaging and collaboration
Reply With Quote
  #13 (permalink)  
Old 02-07-2012, 08:30 PM
Member
 
Posts: 13
Default

Copied but still the same. Anything else I can look at?
Reply With Quote
  #14 (permalink)  
Old 02-08-2012, 07:28 AM
Member
 
Posts: 13
Default

Is there a way to export certian accounts from the data without the server running? I tried zmmailbox but get error-
ERROR: zclient.IO_ERROR (invoke Connection refused, server: localhost) (cause: java.net.ConnectException Connection refused)
I imagine because zmmailboxdctl is not running. There are just a couple of important calendars in a couple of accounts I'd like to retrieve.
Reply With Quote
  #15 (permalink)  
Old 02-08-2012, 01:22 PM
Zimbra Employee
 
Posts: 580
Default

You need to check the /opt/zimbra/log directory to see why mailbox won't start. Particularly the mailbox.log and zmmailboxd.out files. Make sure you run "zmmailboxdctl start" first, so it'll generate data on why it won't start up.

One other file you need to copy from your backup, is /opt/zimbra/jetty/etc/keystore to the new system. I forgot to list that one previously.

--Quanah
__________________
Quanah Gibson-Mount
Sr. Member of Technical Staff
Zimbra, Inc
A Division of VMware, Inc.
--------------------
Zimbra :: the leader in open source messaging and collaboration
Reply With Quote
  #16 (permalink)  
Old 02-08-2012, 02:01 PM
Member
 
Posts: 13
Default

Put the keystore file in and nothing would start. Maybe corrupt? Put the old one back in and there is no new output in mailbox.log but zmmailboxd.out shows-
CompilerOracle: exclude com/zimbra/cs/session/SessionMap.putAndPrune
CompilerOracle: exclude com/zimbra/cs/mailbox/MailItem.delete
CompilerOracle: exclude org/apache/xerces/impl/XMLDocumentFragmentScannerImpl$FragmentContentDisp atcher.dispatch
0 INFO [main] log - Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
Total time for which application threads were stopped: 0.0001210 seconds
Zimbra server reserving server socket port=110 bindaddr=null ssl=false
Zimbra server reserving server socket port=995 bindaddr=null ssl=true
Fatal error: exception while binding to ports
java.net.SocketException: Unbound server sockets not implemented
at javax.net.ServerSocketFactory.createServerSocket(S erverSocketFactory.java:80)
at com.zimbra.common.util.NetUtil.newBoundServerSocke t(NetUtil.java:95)
at com.zimbra.common.util.NetUtil.bindServerSocket(Ne tUtil.java:163)
at com.zimbra.common.util.NetUtil.bindSslTcpServerSoc ket(NetUtil.java:54)
at com.zimbra.common.handlers.PrivilegedHandler.openP orts(PrivilegedHandler.java:89)
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
def new generation total 358528K, used 12749K [0x0000000096c00000, 0x00000000af100000, 0x00000000af100000)
eden space 318720K, 4% used [0x0000000096c00000, 0x0000000097873428, 0x00000000aa340000)
from space 39808K, 0% used [0x00000000aa340000, 0x00000000aa340000, 0x00000000aca20000)
to space 39808K, 0% used [0x00000000aca20000, 0x00000000aca20000, 0x00000000af100000)
concurrent mark-sweep generation total 1195008K, used 0K [0x00000000af100000, 0x00000000f8000000, 0x00000000f8000000)
concurrent-mark-sweep perm gen total 131072K, used 9146K [0x00000000f8000000, 0x0000000100000000, 0x0000000100000000)

I really appreciate all the help and so will my users.
Reply With Quote
  #17 (permalink)  
Old 02-08-2012, 02:07 PM
Zimbra Employee
 
Posts: 580
Default

Code:
Zimbra server reserving server socket port=110 bindaddr=null ssl=false
Zimbra server reserving server socket port=995 bindaddr=null ssl=true
This would look to me like it doesn't have knowledge of the IP address/hostname it is supposed to be using, thus it can't start up.
__________________
Quanah Gibson-Mount
Sr. Member of Technical Staff
Zimbra, Inc
A Division of VMware, Inc.
--------------------
Zimbra :: the leader in open source messaging and collaboration
Reply With Quote
  #18 (permalink)  
Old 02-08-2012, 02:45 PM
Starter Member
 
Posts: 1
Default

What does this output?:
$ keytool -list -keystore /opt/zimbra/jetty/etc/keystore -storepass `zmlocalconfig -m nokey -s mailboxd_keystore_password`


You need to make sure your keystore is good.
Reply With Quote
  #19 (permalink)  
Old 02-10-2012, 10:47 PM
Member
 
Posts: 13
Default

Keystore type: JKS
Keystore provider: SUN

Your keystore contains 1 entry

jetty, Jun 21, 2008, PrivateKeyEntry,
Certificate fingerprint (MD5): C3:04:C5:9B:20:7C:98:7C:58:41:F1:12:50:29:A6:72
Reply With Quote
  #20 (permalink)  
Old 02-10-2012, 10:52 PM
Member
 
Posts: 13
Default

So when I copied the certs I didn't have a java directory in the copy I guess it got corrupted so I didn't have the /opt/zimbra/java/jre/lib/security/cacerts

Now when I start the server I get-
Starting ldap...Done.
Unable to determine enabled services from ldap.
Enabled services read from cache. Service list may be inaccurate.
Starting zmconfigd...Done.
Starting logger...Failed.
Starting logswatch...ERROR: service.FAILURE (system failure: ZimbraLdapContext) (cause: javax.net.ssl.SSLHandshakeException sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed)
zimbra logger service is not enabled! failed.


Starting mailbox...Done.
Starting antispam...Done.
Starting antivirus...Done.
Starting snmp...Done.
Starting spell...Done.
Starting mta...Done.
Starting stats...Done.

And zmcontrol status gives-
Unable to determine enabled services from ldap.
Enabled services read from cache. Service list may be inaccurate.
Host mail.americanleadership.net
antispam Running
antivirus Running
ldap Running
logger Stopped
zmlogswatchctl is not running
mailbox Stopped
zmmailboxdctl is not running.
mta Running
snmp Running
spell Running
stats Running
zmconfigd Running
Seems I'm going backwards
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.