Big problems using 6.04 Hello all,
We migrated to 6.04 and of december. We were running 5.14 without any problem. Now, from the beginning of the year, we've many problems :
After a few days, impossible to connect to admin console. The login page is coming but after having entered the admin login and password, the page is loading without interruption...
then, many users came to me because they could not connect anymore using imap or webmail ...
I checked my logs and here's what I found :
2010-01-19 08:33:53,470 INFO [ImapServer-1567] [ip=192.168.100.101;] ProtocolHandler - Exception occurred while handling connection
java.net.SocketException: Broken pipe
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(SocketOutp utStream.java:92)
at java.net.SocketOutputStream.write(SocketOutputStre am.java:136)
at java.io.BufferedOutputStream.flushBuffer(BufferedO utputStream.java:65)
at java.io.BufferedOutputStream.flush(BufferedOutputS tream.java:123)
at com.zimbra.cs.imap.TcpImapHandler.sendLine(TcpImap Handler.java:239)
at com.zimbra.cs.imap.ImapHandler.sendResponse(ImapHa ndler.java:3724)
at com.zimbra.cs.imap.ImapHandler.sendUntagged(ImapHa ndler.java:3703)
at com.zimbra.cs.imap.TcpImapHandler.setupConnection( TcpImapHandler.java:55)
at com.zimbra.cs.tcpserver.ProtocolHandler.run(Protoc olHandler.java:130)
at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Wo rker.run(Unknown Source)
at java.lang.Thread.run(Thread.java:619)
Now, I stopped and I'm restarting the zmcontrols . I will then check the logs again ... |