zmmailboxd -com.google.common.io.Closeables warning

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
omegainstitute
Advanced member
Advanced member
Posts: 70
Joined: Fri Sep 12, 2014 10:33 pm

zmmailboxd -com.google.common.io.Closeables warning

Post by omegainstitute »

Hello Community,

I'm seeing a LOT of warnings in my zmmailboxd.out log, and I'm curious what could be the cause of it:

Code: Select all

May 02, 2016 11:49:17 AM com.google.common.io.Closeables close
WARNING: IOException thrown while closing Closeable.
java.net.SocketException: Socket is closed
        at sun.security.ssl.SSLSocketImpl.checkEOF(SSLSocketImpl.java:1500)
        at sun.security.ssl.SSLSocketImpl.checkWrite(SSLSocketImpl.java:1521)
        at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:71)
        at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
        at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
        at java.io.FilterOutputStream.close(FilterOutputStream.java:158)
        at com.google.common.io.Closeables.close(Closeables.java:80)
        at com.google.common.io.Closeables.closeQuietly(Closeables.java:99)
        at com.zimbra.cs.imap.TcpImapHandler$HandlerDelegate$1.run(TcpImapHandler.java:248)
 
Anyone have an idea on what causes this, and should I be concerned?

Thanks!

- Rob
User avatar
barrydegraaff
Zimbra Employee
Zimbra Employee
Posts: 242
Joined: Tue Jun 17, 2014 3:31 am
Contact:

Re: zmmailboxd -com.google.common.io.Closeables warning

Post by barrydegraaff »

I have seen this and ignored this for at least a year and a half, it seems the Zimbra
IMAP server uses some Google library that does too much logging.

It does not look like an issue to me. However there is no bugzilla filed on this yet.
Post Reply