View Single Post
  #2 (permalink)  
Old 03-03-2009, 04:51 PM
pwhite76 pwhite76 is offline
Intermediate Member
 
Posts: 17
Default forgot the rest of the log files....

/opt/zimbra/log/mailbox.log

This is weird...the file is 0 bytes...maybe because mailbox has yet to start successfully since I rolled over the log files manually.....


/opt/zimbra/log/zmmailboxd.out

Quote:
CompilerOracle: exclude com/zimbra/cs/session/SessionMap.putAndPrune
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=66.93.49.35 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:99)
at com.zimbra.common.util.NetUtil.bindServerSocket(Ne tUtil.java:122)
at com.zimbra.common.util.NetUtil.bindTcpServerSocket (NetUtil.java:47)
at com.zimbra.common.handlers.PrivilegedHandler.openP orts(PrivilegedHandler.java:75)
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: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:597)
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)
CompilerOracle: exclude com/zimbra/cs/session/SessionMap.putAndPrune
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=66.93.49.35 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:99)
at com.zimbra.common.util.NetUtil.bindServerSocket(Ne tUtil.java:122)
at com.zimbra.common.util.NetUtil.bindTcpServerSocket (NetUtil.java:47)
at com.zimbra.common.handlers.PrivilegedHandler.openP orts(PrivilegedHandler.java:75)
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: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:597)
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)

Obviously, the zmmailboxd.out file indicates that the server is still trying to bind to the old IP address. Other than making sure the /etc/hosts file is correct, the A and MX records on the DNS server are correct and reinstalling, where else would the old IP address would be stored? I have tried reinstalling a couple of times.
The zimbra.log file indicates that mail is coming in....
The other posts had stop zimbra, check for errant processes and restarting zimbra...nothing
When the zimbra server is down, there are no active ports(verified with netstat and several nmap scans...), so there is no other mail services running...
I have tried to manually input the IP address in the /opt/zimbra/mailboxd/etc/jetty.xml.in, /opt/zimbra/mailboxd/etc/zimbra.web.xml.in, /opt/zimbra/mailboxd/etc/zimbraAdmin.web.xml.in files
I have also tried starting just the zmstorectl command on its own to see if I could get mailbox up...
At this point I am ready to post my SSH root username and password to the forum if anyone has any ideas...this is happening right during the Dubai boat show and my boss is about to send me a one way ticket to Dubai...Any hope would be greatly appreciated, thanks
Reply With Quote