Search found 176 matches

by msquadrat
Wed Dec 10, 2014 4:55 am
Forum: Administrators
Topic: Java error appears when I open server statistics: "ArrayIndexOutOfBoundsException"
Replies: 25
Views: 6871

Java error appears when I open server statistics: "ArrayIndexOutOfBoundsException"

Glancing at the source in GetLoggerStats.java:328 it looks like this happens when some CSV data for your statistics is corrupt. Ie. when a line of data has less columns than the header.
by msquadrat
Tue Dec 09, 2014 6:41 am
Forum: Administrators
Topic: Single user can't send or receive email after upgrade to 8.5.0
Replies: 21
Views: 7353

Single user can't send or receive email after upgrade to 8.5.0

Hi Jorge,



do you have a bug number we can subscribe to?
by msquadrat
Wed Nov 19, 2014 7:59 am
Forum: General Questions
Topic: gc.log full of errors
Replies: 5
Views: 12321

gc.log full of errors

What you are looking for is the output of

fgrep ': [GC' /opt/zimbra/log/gc.log



From a quick glance I can see a lot of "GC (Allocation Failure)" on a completely idle 8.5.0 installation as well.
by msquadrat
Wed Nov 19, 2014 7:56 am
Forum: General Questions
Topic: gc.log full of errors
Replies: 5
Views: 12321

gc.log full of errors

Those aren't errors either but just infos. You found them in zmmailboxd.out in 8.0 and they went into its own logile in 8.5.
by msquadrat
Wed Nov 19, 2014 7:47 am
Forum: General Questions
Topic: gc.log full of errors
Replies: 5
Views: 12321

gc.log full of errors

The "GC (Allocation Failure)" is not directly an error but means that the GC (Garbage Collector) was started due to limited memory. If it happens too often it might be a bug/memory leak though.