Zimbra not responding

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
559jwilson
Posts: 47
Joined: Fri Sep 12, 2014 10:08 pm

Zimbra not responding

Post by 559jwilson »

Not sure if this is the right place for this post. But recently I have to do a zmcontrol stop/start to get the mail server to respond. When I do a zmcontrol status everything looks fine. In the logs. I see a line
Caused by: java.io.EOFException: SSL peer shut down incorrectly.
It is in the log file quite a bit but I don't know if this is the cause of the issue. I can post the log file if you want let me know. Thanks
User avatar
jholder
Ambassador
Ambassador
Posts: 4824
Joined: Fri Sep 12, 2014 10:00 pm

Zimbra not responding

Post by jholder »

I suppose the question would be why is your SSL shutting down.
Do you have anymore from the log? and a stacktrace might be useful.
559jwilson
Posts: 47
Joined: Fri Sep 12, 2014 10:08 pm

Zimbra not responding

Post by 559jwilson »

Let me know if this help any. I afraid I don't know what you mean by stacktrace
javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake

at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:739)

at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1025)

at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:619)

at com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59)

at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)

at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)

at com.zimbra.cs.pop3.Pop3Handler.sendLine(Pop3Handler.java:387)

at com.zimbra.cs.pop3.Pop3Handler.sendResponse(Pop3Handler.java:376)

at com.zimbra.cs.pop3.Pop3Handler.sendOK(Pop3Handler.java:359)

at com.zimbra.cs.pop3.Pop3Handler.setupConnection(Pop3Handler.java:116)

at com.zimbra.cs.tcpserver.ProtocolHandler.run(ProtocolHandler.java:196)

at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown Source)

at java.lang.Thread.run(Thread.java:595)

Caused by: java.io.EOFException: SSL peer shut down incorrectly

at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:321)

at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:720)

... 12 more

2006-07-17 09:32:33,707 INFO [Pop3Server-260] [] ProtocolHandler - Handler exiting normally

2006-07-17 09:32:34,182 INFO [Pop3Server-5] [] pop - connected

2006-07-17 09:32:34,183 INFO [Pop3Server-5] [ip=192.168.7.1;] pop - -ERR only valid after entering TLS mode (USER administrator)

2006-07-17 09:32:34,183 INFO [Pop3Server-5] [ip=192.168.7.1;] pop - quit from client

2006-07-17 09:32:34,183 INFO [Pop3Server-5] [] ProtocolHandler - Handler exiting normally

2006-07-17 09:32:34,184 INFO [Pop3Server-6] [] pop - connected

2006-07-17 09:32:34,185 INFO [Pop3Server-6] [ip=192.168.7.1;] pop - -ERR only valid after entering TLS mode (USER administrator)

2006-07-17 09:32:34,185 INFO [Pop3Server-6] [ip=192.168.7.1;] pop - quit from client
14319KevinH
Ambassador
Ambassador
Posts: 4558
Joined: Fri Sep 12, 2014 9:52 pm

Zimbra not responding

Post by 14319KevinH »

Seems some clients are getting SSL/TLS errors when using POP. When you say the mail server is not responding can you get to the web client or is it entirely hung?
If this happens again please try this:
kill -QUIT
This should dump the threads into /opt/zimbra/tomcat/log/catalina.out. Attach a zip file of that log here. We may be able to find out *where* the problem is from that stack trace.
Also in general you should just need to run "tomcat restart" for this to clear. The full zmcontrol works but will just take longer.
559jwilson
Posts: 47
Joined: Fri Sep 12, 2014 10:08 pm

Zimbra not responding

Post by 559jwilson »

When this happens you can still access the web client you just can't pull any new emails into outlook or thunderbird. I will run the command you posted next time it happens. Thanks for the advice. I will post next time I get the problem
559jwilson
Posts: 47
Joined: Fri Sep 12, 2014 10:08 pm

Zimbra not responding

Post by 559jwilson »

Ok it finally did it again, I admit it has been awhile I used the kill command. It did print out a catalina.out file do you want me to post here. Also we have zimbra running under jboss and tomcat. let me know it this helps at all.
14319KevinH
Ambassador
Ambassador
Posts: 4558
Joined: Fri Sep 12, 2014 9:52 pm

Zimbra not responding

Post by 14319KevinH »

[quote user="559jwilson"]Ok it finally did it again, I admit it has been awhile I used the kill command. It did print out a catalina.out file do you want me to post here. Also we have zimbra running under jboss and tomcat. let me know it this helps at all.[/QUOTE]
It would be better to file a bug and attach a zip file with the log details.
Ahmed Abd-ElHaffiez
Posts: 7
Joined: Fri Sep 12, 2014 10:16 pm

Zimbra not responding

Post by Ahmed Abd-ElHaffiez »

hello;
i found in my log the same exception. it is the first time it happens. but actually i didn't restart the server. i found it happned once in my log.
so, plz if u know the bug id enclosing this problem, can u give me this information?
thx in advance.
dkarp
Elite member
Elite member
Posts: 1410
Joined: Fri Sep 12, 2014 9:52 pm

Zimbra not responding

Post by dkarp »

I believe that this can actually happen in the wild when a remote SSL client disconnects very early in the handshake. If it only happened once on your site, it's likely to be a client issue abd I wouldn't get overly worried about it.
If it's happening a lot, that's a different story.
Ahmed Abd-ElHaffiez
Posts: 7
Joined: Fri Sep 12, 2014 10:16 pm

Zimbra not responding

Post by Ahmed Abd-ElHaffiez »

hello;
I found the same exception again in my log file.

it happened 24 times today!!!
zimbra.zip
Post Reply