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 Display Modes
  #11 (permalink)  
Old 04-27-2009, 12:44 AM
Moderator
 
Posts: 5,806
Default

Use the correct IP address 192.168.100.87
__________________
SplatNIX IT Services :: Innovation through Collaboration™


http://www.messagefortress.com
Reply With Quote
  #12 (permalink)  
Old 04-27-2009, 12:49 AM
Intermediate Member
 
Posts: 23
Default Sorry

Hi ,

i am extremely sorry. I typed IP wrongly. I have used as follows "http://192.168.100.87" and https://192.168.100.87:7071/zimbraAdmin" .

Regards
Dinesh
Reply With Quote
  #13 (permalink)  
Old 04-27-2009, 01:02 AM
Moderator
 
Posts: 5,806
Default

Have you disabled IPtables and SELinux ? If you telnet to port 80 on the actual ZCS server do you get a connection ? Are you running another webserver on the server at all ?
__________________
SplatNIX IT Services :: Innovation through Collaboration™


http://www.messagefortress.com
Reply With Quote
  #14 (permalink)  
Old 04-27-2009, 01:51 AM
Intermediate Member
 
Posts: 23
Default Disabled now

Hi ,

I have disabled that now and restarted the server. Still if i run the URL "http://192.168.100.87" or "http://192.168.100.87:7071/zimbraAdmin", the page keeps on loading. It didn't display either the page or the error.

Regards
Dinesh
Reply With Quote
  #15 (permalink)  
Old 04-27-2009, 01:57 AM
Moderator
 
Posts: 5,806
Default

Can you telnet to port 80 on the local server and get a response ? Also what does the following show ?
Code:
netstat -apn
__________________
SplatNIX IT Services :: Innovation through Collaboration™


http://www.messagefortress.com
Reply With Quote
  #16 (permalink)  
Old 04-27-2009, 02:07 AM
Intermediate Member
 
Posts: 23
Default Here it is

Hi ,

I did those command, the results are as follows in the local server

[root@websrv15 ~]# telnet 192.168.100.87 80
Trying 192.168.100.87...
Connected to mail.mclantech.com (192.168.100.87).
Escape character is '^]'.

===========================

I have attached txt file which contains netstat values
Attached Files
File Type: txt netstat.txt (49.7 KB, 37 views)
Reply With Quote
  #17 (permalink)  
Old 04-27-2009, 02:10 AM
Moderator
 
Posts: 5,806
Default

Code:
cat /etc/hosts
Also, check /var/log/zimbra.log and /opt/zimbra/log for any error messages aswell.
__________________
SplatNIX IT Services :: Innovation through Collaboration™


http://www.messagefortress.com
Reply With Quote
  #18 (permalink)  
Old 04-27-2009, 02:17 AM
Intermediate Member
 
Posts: 23
Default Here it is

Hi ,

[root@websrv15 ~]# cat /etc/hosts
192.168.100.87 mail.mclantech.com websrv15

=======================

In that /var/log/zimbra.log, it is mentioned like this ,

Apr 27 01:56:05 mail zimbramon[14470]: 14470:info: 2009-04-27 01:56:01, STATUS: mail.mclantech.com: antispam: Running
Apr 27 01:56:05 mail zimbramon[14470]: 14470:info: 2009-04-27 01:56:01, STATUS: mail.mclantech.com: antivirus: Running
Apr 27 01:56:05 mail zimbramon[14470]: 14470:info: 2009-04-27 01:56:01, STATUS: mail.mclantech.com: ldap: Running
Apr 27 01:56:05 mail zimbramon[14470]: 14470:info: 2009-04-27 01:56:01, STATUS: mail.mclantech.com: logger: Stopped
Apr 27 01:56:05 mail zimbramon[14470]: 14470:info: 2009-04-27 01:56:01, STATUS: mail.mclantech.com: mailbox: Stopped
Apr 27 01:56:05 mail zimbramon[14470]: 14470:info: 2009-04-27 01:56:01, STATUS: mail.mclantech.com: zmmtaconfig: is running.
Apr 27 01:56:05 mail zimbramon[14470]: 14470:info: 2009-04-27 01:56:01, STATUS: mail.mclantech.com: mailboxd: is running.
Apr 27 01:56:05 mail zimbramon[14470]: 14470:info: 2009-04-27 01:56:01, STATUS: mail.mclantech.com: mta: Running
Apr 27 01:56:05 mail zimbramon[14470]: 14470:info: 2009-04-27 01:56:01, STATUS: mail.mclantech.com: snmp: Running
Apr 27 01:56:05 mail zimbramon[14470]: 14470:info: 2009-04-27 01:56:01, STATUS: mail.mclantech.com: spell: Running
Apr 27 01:56:05 mail zimbramon[14470]: 14470:info: 2009-04-27 01:56:01, STATUS: mail.mclantech.com: stats: Stopped

But when i start the server, all the servers are started. What will be the problem?

Regards
Dinesh
Reply With Quote
  #19 (permalink)  
Old 04-27-2009, 02:18 AM
Moderator
 
Posts: 5,806
Default

As I said look at the files under /opt/zimbra/log especially mailbox.log for any error messages.
__________________
SplatNIX IT Services :: Innovation through Collaboration™


http://www.messagefortress.com
Reply With Quote
  #20 (permalink)  
Old 04-27-2009, 02:21 AM
Intermediate Member
 
Posts: 23
Default

Hi ,

I am getting these following errors in the mailbox.log

** BEGIN NESTED EXCEPTION **

java.net.UnknownHostException
MESSAGE: localhost

STACKTRACE:

java.net.UnknownHostException: localhost
at java.net.InetAddress.getAllByName0(InetAddress.jav a:1150)
at java.net.InetAddress.getAllByName(InetAddress.java :1072)
at java.net.InetAddress.getAllByName(InetAddress.java :1008)

================================

Attempted reconnect 3 times. Giving up.
at com.mysql.jdbc.SQLError.createSQLException(SQLErro r.java:888)
at com.mysql.jdbc.Connection.createNewIO(Connection.j ava:2838)
at com.mysql.jdbc.Connection.(Connection.java:1531)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonReg isteringDriver.java:266)
at java.sql.DriverManager.getConnection(DriverManager .java:525)
at java.sql.DriverManager.getConnection(DriverManager .java:140)
at org.apache.commons.dbcp.DriverManagerConnectionFac tory.createConnection(DriverManagerConnectionFacto ry.java:97)
at org.apache.commons.dbcp.PoolableConnectionFactory. makeObject(PoolableConnectionFactory.java:300)
at org.apache.commons.pool.impl.GenericObjectPool.bor rowObject(GenericObjectPool.java:816)
at org.apache.commons.dbcp.PoolingDataSource.getConne ction(PoolingDataSource.java:140)
at com.zimbra.cs.db.DbPool.getConnection(DbPool.java: 227)
... 33 more
2009-04-27 01:59:44,875 WARN [main] [] misc - Could not establish a connection to the database. Retrying in 5 seconds.
com.zimbra.common.service.ServiceException: system failure: getting database connection
ExceptionId:main:1240777784875:f45f7446193de563
Code:service.FAILURE
at com.zimbra.common.service.ServiceException.FAILURE (ServiceException.java:253)

Regards
Dinesh
Reply With Quote
Reply


Thread Tools
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.

Zimbrablog.com




 

Search Engine Optimization by vBSEO 3.1.0