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 12-17-2009, 03:44 AM
Special Member
 
Posts: 123
Default ZCS 6.0.4 clean install error

Hi guys,

i've installed the new version, but logger seems to not work

the webui admin gives this error:

Quote:
Messaggio: system failure: Unable to read logger stats Codice di errore: service.FAILURE Method: GetLoggerStatsRequest Dettagli:soap:Receiver
also, every stop of zimbra, there is a stacktrace of JVM
Reply With Quote
  #2 (permalink)  
Old 12-17-2009, 03:58 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Some more details please. Operating System? Where in the Web UI do you get this error? Have you got a valid hosts file and correct DNS A & MX records? What errors do you see in the log files? What's in the stack trace?
__________________
Regards


Bill
Reply With Quote
  #3 (permalink)  
Old 12-17-2009, 04:05 AM
Special Member
 
Posts: 123
Default

Quote:
Originally Posted by phoenix View Post
Some more details please. Operating System? Where in the Web UI do you get this error? Have you got a valid hosts file and correct DNS A & MX records? What errors do you see in the log files? What's in the stack trace?
OS SLES10SP3, in the stacktrace there is a result of a "kill -3" of JVM about threads..

in webui i get this error on server statistics, also server stats are all with red X

now i'm downloading 6.0.3 and try to install this to see if it's a problem of OS or zcs install
Reply With Quote
  #4 (permalink)  
Old 12-17-2009, 04:10 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

..... and the answer to the questions about the hosts file and DNS A & MX records?
__________________
Regards


Bill
Reply With Quote
  #5 (permalink)  
Old 12-17-2009, 05:37 AM
Special Member
 
Posts: 123
Default

Quote:
Originally Posted by phoenix View Post
..... and the answer to the questions about the hosts file and DNS A & MX records?
the hosts is the second MX record of domain
Reply With Quote
  #6 (permalink)  
Old 12-17-2009, 05:40 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Quote:
Originally Posted by stich86 View Post
the hosts is the second MX record of domain
I not sure I understand what you mean by that in relation to my question. Please post the output of the following commands (run on the zimbra server that's having a problem):

Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain.com mx
dig yourdomain.com any
host `hostname` <-- use that exact command with backticks not single quotes
__________________
Regards


Bill
Reply With Quote
  #7 (permalink)  
Old 12-17-2009, 05:44 AM
Special Member
 
Posts: 123
Default

this is the output that you request..

Quote:
XX:/opt # cat /etc/hosts
#
# hosts This file describes a number of hostname-to-address
# mappings for the TCP/IP subsystem. It is mostly
# used at boot time, when no name servers are running.
# On small systems, this file can be used instead of a
# "named" name server.
# Syntax:
#
# IP-Address Full-Qualified-Hostname Short-Hostname
#

127.0.0.1 localhost

# special IPv6 addresses
::1 localhost ipv6-localhost ipv6-loopback

fe00::0 ipv6-localnet

ff00::0 ipv6-mcastprefix
ff02::1 ipv6-allnodes
ff02::2 ipv6-allrouters
ff02::3 ipv6-allhosts
10.100.3.88 XX.octotelematics.net XX
XX:/opt # cat /etc/resolv.conf
nameserver 10.100.3.4
nameserver 10.100.3.5
search octotelematics.net
XX:/opt # dig octotelematics.net mx

; <<>> DiG 9.3.4 <<>> octotelematics.net mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 34847
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 4

;; QUESTION SECTION:
;octotelematics.net. IN MX

;; ANSWER SECTION:
octotelematics.net. 172800 IN MX 10 XXX.octotelematics.net.

;; AUTHORITY SECTION:
octotelematics.net. 172800 IN NS ns2.octotelematics.net.
octotelematics.net. 172800 IN NS ns1.octotelematics.net.

;; ADDITIONAL SECTION:
XX.octotelematics.net. 172800 IN A 10.100.3.88
ns1.octotelematics.net. 172800 IN A 10.100.3.4
ns2.octotelematics.net. 172800 IN A 10.100.3.5

;; Query time: 1 msec
;; SERVER: 10.100.3.4#53(10.100.3.4)
;; WHEN: Thu Dec 17 13:42:44 2009
;; MSG SIZE rcvd: 178

XX:/opt # dig octotelematics.net any

; <<>> DiG 9.3.4 <<>> octotelematics.net any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 36002
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 6, AUTHORITY: 0, ADDITIONAL: 4

;; QUESTION SECTION:
;octotelematics.net. IN ANY

;; ANSWER SECTION:
octotelematics.net. 172800 IN SOA ns1.octotelematics.net. hostmaster.octotelematics.net. 200909174 3600 3600 604800 86400
octotelematics.net. 172800 IN NS ns1.octotelematics.net.
octotelematics.net. 172800 IN NS ns2.octotelematics.net.
octotelematics.net. 172800 IN MX 10 XX.octotelematics.net.

;; ADDITIONAL SECTION:
ns1.octotelematics.net. 172800 IN A 10.100.3.4
ns2.octotelematics.net. 172800 IN A 10.100.3.5
XX.octotelematics.net. 172800 IN A 10.100.3.88

;; Query time: 1 msec
;; SERVER: 10.100.3.4#53(10.100.3.4)
;; WHEN: Thu Dec 17 13:42:44 2009
;; MSG SIZE rcvd: 259

XX:/opt # host `hostname`
XX.octotelematics.net has address 10.100.3.88

Last edited by stich86; 12-17-2009 at 05:47 AM.. Reason: mask domain name
Reply With Quote
  #8 (permalink)  
Old 12-17-2009, 06:20 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Your hosts file is incorrect and should contain the detail on this page in the Quick Start Installation Guide: Modifying Operating System Configurations
__________________
Regards


Bill
Reply With Quote
  #9 (permalink)  
Old 12-17-2009, 06:26 AM
Special Member
 
Posts: 123
Default

Quote:
Originally Posted by phoenix View Post
Your hosts file is incorrect and should contain the detail on this page in the Quick Start Installation Guide: Modifying Operating System Configurations
changed in:

10.100.3.88 FQDN XX.octotelematics.net

right? i've installed 6.0.3, still stacktrace every stop, attachment is the last stacktrace
Attached Files
File Type: txt stacktrace_zcs.txt (32.5 KB, 4 views)
Reply With Quote
  #10 (permalink)  
Old 12-17-2009, 07:13 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Quote:
Originally Posted by stich86 View Post
changed in:

10.100.3.88 FQDN XX.octotelematics.net
Are you saying that's what you've added (or modified) to the hosts file? If it is then you need more than that, it should look like this:

Code:
127.0.0.1 localhost.localdomain localhost
10.100.3.88     xx.octotelematics.net xx
__________________
Regards


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