View Single Post
  #6 (permalink)  
Old 05-29-2007, 10:16 PM
Kavey1978 Kavey1978 is offline
Intermediate Member
 
Posts: 15
Default

/etc/hosts

Code:
127.0.0.1       localhost
10.1.1.50       mail.safarivet.com mail

# The following lines are desirable for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
/opt/zimbra/log/mail.log

empty

/opt/zimbra/tomcat/logs/catalina.out

some 1800 lines

several look like this:

Code:
"http-7071-Processor41" daemon prio=1 tid=0x0889c808 nid=0x2e9a in Object.wait()
 [0x752ff000..0x752ffec0]
        at java.lang.Object.wait(Native Method)
        - waiting on <0x8cecd308> (a org.apache.tomcat.util.threads.ThreadPool$C
ontrolRunnable)
        at java.lang.Object.wait(Object.java:474)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:656)
        - locked <0x8cecd308> (a org.apache.tomcat.util.threads.ThreadPool$Contr
olRunnable)
        at java.lang.Thread.run(Thread.java:595)
/var/log/zimbra.log

empty
Reply With Quote