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 03-10-2009, 07:32 AM
Junior Member
 
Posts: 9
Default Perfect Install but still not working.

Okay I am a newb... My problem is wired..

I have perfect installation.. And every thing went find and cool. My firewall and ports are open. but still when i type https://mail.mydomain.com:7071
nothing shows up.. its like the webserver is turned off.. I had apache which i turned off as well.. and i changed the port during installation to 8080.. but its still not showing up.. any ideas?

btw have .. 5.0.14 zimbra and centos 5.2
Reply With Quote
  #2 (permalink)  
Old 03-10-2009, 07:35 AM
Moderator
 
Posts: 7,911
Default

Welcome to the forums

What is you try and connect via IP address ? Did you disable SELinux and IP tables on your ZCS installation ? Have you checked /var/log/zimbra.log for any error messages ?
__________________
Reply With Quote
  #3 (permalink)  
Old 03-10-2009, 08:18 AM
Junior Member
 
Posts: 9
Default

Quote:
Originally Posted by uxbod View Post
Welcome to the forums
thanks and thanks for quick reply

Quote:
Originally Posted by uxbod View Post

What is you try and connect via IP address ?
Both neither work

Quote:
Originally Posted by uxbod View Post
Did you disable SELinux and IP tables on your ZCS installation ?
Both are disabled

Quote:
Originally Posted by uxbod View Post
Have you checked /var/log/zimbra.log for any error messages ?
Well i am not sure about the log but i have made available over here if you would like to look at it ... http://pakistanfirst.net/zimbra.log


thanks
Reply With Quote
  #4 (permalink)  
Old 03-10-2009, 08:22 AM
Moderator
 
Posts: 7,911
Default

Please also check /opt/zimbra/log/mailbox.log as the mailbox process is not starting.
__________________
Reply With Quote
  #5 (permalink)  
Old 03-10-2009, 08:27 AM
Junior Member
 
Posts: 9
Default

well, there is not such log.. i think thats where the problem is...

what do you suggest now?
Reply With Quote
  #6 (permalink)  
Old 03-10-2009, 08:31 AM
Moderator
 
Posts: 7,911
Default

Do you have any files under /opt/zimbra/log ?
__________________
Reply With Quote
  #7 (permalink)  
Old 03-10-2009, 08:43 AM
Junior Member
 
Posts: 9
Default

my fault .. the name of the file is a little different i have posted it here
pakistanfirst.net/zmmailboxd.log
Reply With Quote
  #8 (permalink)  
Old 03-10-2009, 08:47 AM
Moderator
 
Posts: 7,911
Default

404 error on that URL.
__________________
Reply With Quote
  #9 (permalink)  
Old 03-10-2009, 08:49 AM
Junior Member
 
Posts: 9
Default

this is the text from the last part the mailboxd.out .. it has config error at open.. is this the cause?
Thank you

Code:
CompilerOracle: exclude com/zimbra/cs/session/SessionMap putAndPrune
CompilerOracle: exclude com/zimbra/cs/mailbox/MailItem delete
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=null ssl=false
Zimbra server reserving server socket port=995 bindaddr=null ssl=true
Zimbra server reserving server socket port=143 bindaddr=null ssl=false
Zimbra server reserving server socket port=993 bindaddr=null ssl=true
Zimbra server reserving server socket port=7025 bindaddr=null ssl=false
1950 WARN  [main] log - Config error at 
1951 WARN  [main] log - Config error at 
1954 WARN  [main] log - EXCEPTION 
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.mortbay.xml.XmlConfiguration.call(XmlConfiguration.java:534)
	at org.mortbay.xml.XmlConfiguration.configure(XmlConfiguration.java:244)
	at org.mortbay.xml.XmlConfiguration.refObj(XmlConfiguration.java:638)
	at org.mortbay.xml.XmlConfiguration.configure(XmlConfiguration.java:252)
	at org.mortbay.xml.XmlConfiguration.configure(XmlConfiguration.java:206)
	at org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:968)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	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)
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind(Native Method)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
	at org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:211)
	... 17 more
1962 WARN  [main] log - Nested in java.lang.reflect.InvocationTargetException:
java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind(Native Method)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
	at org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:211)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.mortbay.xml.XmlConfiguration.call(XmlConfiguration.java:534)
	at org.mortbay.xml.XmlConfiguration.configure(XmlConfiguration.java:244)
	at org.mortbay.xml.XmlConfiguration.refObj(XmlConfiguration.java:638)
	at org.mortbay.xml.XmlConfiguration.configure(XmlConfiguration.java:252)
	at org.mortbay.xml.XmlConfiguration.configure(XmlConfiguration.java:206)
	at org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:968)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	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)
1980 INFO  [Shutdown] log - Shutdown hook executing
1980 INFO  [Shutdown] log - Shutdown hook complete
CompilerOracle: exclude com/zimbra/cs/session/SessionMap putAndPrune
CompilerOracle: exclude com/zimbra/cs/mailbox/MailItem delete
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=null ssl=false
Zimbra server reserving server socket port=995 bindaddr=null ssl=true
Zimbra server reserving server socket port=143 bindaddr=null ssl=false
Zimbra server reserving server socket port=993 bindaddr=null ssl=true
Zimbra server reserving server socket port=7025 bindaddr=null ssl=false
2776 WARN  [main] log - Config error at 
2776 WARN  [main] log - Config error at 
2780 WARN  [main] log - EXCEPTION 
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.mortbay.xml.XmlConfiguration.call(XmlConfiguration.java:534)
	at org.mortbay.xml.XmlConfiguration.configure(XmlConfiguration.java:244)
	at org.mortbay.xml.XmlConfiguration.refObj(XmlConfiguration.java:638)
	at org.mortbay.xml.XmlConfiguration.configure(XmlConfiguration.java:252)
	at org.mortbay.xml.XmlConfiguration.configure(XmlConfiguration.java:206)
	at org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:968)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	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)
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind(Native Method)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
	at org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:211)
	... 17 more
2788 WARN  [main] log - Nested in java.lang.reflect.InvocationTargetException:
java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind(Native Method)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
	at org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:211)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.mortbay.xml.XmlConfiguration.call(XmlConfiguration.java:534)
	at org.mortbay.xml.XmlConfiguration.configure(XmlConfiguration.java:244)
	at org.mortbay.xml.XmlConfiguration.refObj(XmlConfiguration.java:638)
	at org.mortbay.xml.XmlConfiguration.configure(XmlConfiguration.java:252)
	at org.mortbay.xml.XmlConfiguration.configure(XmlConfiguration.java:206)
	at org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:968)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	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)
2790 INFO  [Shutdown] log - Shutdown hook executing
2790 INFO  [Shutdown] log - Shutdown hook complete
Reply With Quote
  #10 (permalink)  
Old 03-10-2009, 08:51 AM
Moderator
 
Posts: 7,911
Default

Shutdown ZCS then check that all zimbra processes have died using
Code:
ps aux | grep zimbra
if not then kill them off. Once that is done try starting ZCS again.
__________________
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.