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 02-17-2010, 03:14 AM
Member
 
Posts: 11
Default [SOLVED] Problem after upgrading from 5 to 6

Hello all,

I have a really big problem :
I can't upgrade my server with Zimbra 5.0.21_GA_3150 ont Centos 5 to the last Zimbra 6.0.4_GA_2038
Upgrade process seem to be work good but at the end I have notice this message:

Quote:
Starting servers...done.
Checking for deprecated zimlets...done.
Checking for network zimlets in LDAP...done.
Removing network zimlets...
Finished removing network zimlets.
Removing convertd mime tree from ldap...done.
Installing common zimlets...
com_zimbra_adminversioncheck...done.
com_zimbra_email...done.
com_zimbra_phone...done.
com_zimbra_local...done.
com_zimbra_date...done.
com_zimbra_url...done.
com_zimbra_search...done.
com_zimbra_cert_manager...done.
com_zimbra_bulkprovision...done.
com_zimbra_ymemoticons...done.
Finished installing common zimlets.
Getting list of all zimlets...done.
Updating non-standard zimlets...
com_zimbra_ymemoticons...done.
com_zimbra_search...done.
Finished updating non-standard zimlets.
Upgrading Document templates...failed.
Restarting mailboxd...done.
Setting up zimbra crontab...done.
Finally Zimbra don't work ; mailbox can't start :

Quote:
zmcontrol status

antispam Running
antivirus Running
ldap Running
logger Running
mailbox Stopped
zmmailboxdctl is not running.

mta Running
snmp Running
spell Running
stats Running
On the log file "/opt/zimbra/log/zmmailboxd.out" I have :

Quote:
Total time for which application threads were stopped: 0.0003520 seconds
Total time for which application threads were stopped: 0.0004180 seconds
Zimbra server reserving server socket port=110 bindaddr=null ssl=false
Zimbra server reserving server socket port=995 bindaddr=null ssl=true
Total time for which application threads were stopped: 0.0099310 seconds
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 68224K, used 12195K [0x998d0000, 0x9e2d0000, 0x9e2d0000)
eden space 60672K, 20% used [0x998d0000, 0x9a4b8d40, 0x9d410000)
from space 7552K, 0% used [0x9d410000, 0x9d410000, 0x9db70000)
to space 7552K, 0% used [0x9db70000, 0x9db70000, 0x9e2d0000)
concurrent mark-sweep generation total 229376K, used 0K [0x9e2d0000, 0xac2d0000, 0xac2d0000)
concurrent-mark-sweep perm gen total 131072K, used 5756K [0xac2d0000, 0xb42d0000, 0xb42d0000)
Before upgrading all working very good and I don't understand the error message : "Fatal error: exception while binding to ports"

I hope you can help me. I have arround 20 domains and 200 mailbox on this server.

Thanks in advance for your help !

Davy
Reply With Quote
  #2 (permalink)  
Old 02-17-2010, 05:47 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Quote:
Originally Posted by zagg View Post
Fatal error: exception while binding to ports
That error states that you have something else running on one of the ports (apache, pop3, imap server?), shutdown Zimbra and kill any remaining zimbra processes then restart Zimbra - see if there's any errors in the log file.
__________________
Regards


Bill
Reply With Quote
  #3 (permalink)  
Old 02-17-2010, 06:08 AM
Member
 
Posts: 11
Default

Hello,

Thanks for your answer.

I have already try to find if a process listening on a port used by Zimbra.

All service are stopped, no other apache,smtp,pop.... running of the server (I have also checked with netstat) and when I restart Zimbra I always have the same message in log file :

Quote:
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.0003550 seconds
Total time for which application threads were stopped: 0.0004400 seconds
Zimbra server reserving server socket port=110 bindaddr=null ssl=false
Zimbra server reserving server socket port=995 bindaddr=null ssl=true
Total time for which application threads were stopped: 0.0010510 seconds
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 68224K, used 12195K [0x99860000, 0x9e260000, 0x9e260000)
eden space 60672K, 20% used [0x99860000, 0x9a448d40, 0x9d3a0000)
from space 7552K, 0% used [0x9d3a0000, 0x9d3a0000, 0x9db00000)
to space 7552K, 0% used [0x9db00000, 0x9db00000, 0x9e260000)
concurrent mark-sweep generation total 229376K, used 0K [0x9e260000, 0xac260000, 0xac260000)
concurrent-mark-sweep perm gen total 131072K, used 5756K [0xac260000, 0xb4260000, 0xb4260000)
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.0003840 seconds
Total time for which application threads were stopped: 0.0004200 seconds
Zimbra server reserving server socket port=110 bindaddr=null ssl=false
Zimbra server reserving server socket port=995 bindaddr=null ssl=true
Total time for which application threads were stopped: 0.0499380 seconds
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 68224K, used 12195K [0x99850000, 0x9e250000, 0x9e250000)
eden space 60672K, 20% used [0x99850000, 0x9a438d40, 0x9d390000)
from space 7552K, 0% used [0x9d390000, 0x9d390000, 0x9daf0000)
to space 7552K, 0% used [0x9daf0000, 0x9daf0000, 0x9e250000)
concurrent mark-sweep generation total 229376K, used 0K [0x9e250000, 0xac250000, 0xac250000)
concurrent-mark-sweep perm gen total 131072K, used 5756K [0xac250000, 0xb4250000, 0xb4250000)
Hope you can help me...

Davy
Reply With Quote
  #4 (permalink)  
Old 02-17-2010, 06:20 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Try recreating your certificates: Recreating a Self-Signed SSL Certificate - Zimbra :: Wiki
__________________
Regards


Bill
Reply With Quote
  #5 (permalink)  
Old 02-17-2010, 06:51 AM
Member
 
Posts: 11
Default

Ok many thanks !

I will try this night because I have restored a backup a working version of my Zimbra server.

I hope this works and I can use Zimbra 6 ;-)

I come back after trying.

Byeee!
Reply With Quote
  #6 (permalink)  
Old 02-20-2010, 11:17 PM
Member
 
Posts: 11
Default

Hello,

Its works ! After recreating certificate, Zimbra work very good.

Big thanks for your help !

Davy
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.