I don't know what is going on, but I find that for some reason every couple of days I cannot use SAC or SWA. My web browser just sits there saying "Waiting for localhost...".
It seems that Apache works okay though, as if I goto http://localhost/myapp (rather than webmail or sac) everything works fine.
I have tried restarting scalix, scalix-postgres, and scalix-tomcat but nothing made a difference. Though it seems that when I restart the server everything works normal.
In the catalina.out log I see this error:
Code: Select all
WARNING: Error sending end packet
java.net.SocketException: Broken pipe
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(Unknown Source)
at java.net.SocketOutputStream.write(Unknown Source)
at org.apache.jk.common.ChannelSocket.send(ChannelSocket.java:518)
at org.apache.jk.common.JkInputStream.endMessage(JkInputStream.java:112) at org.apache.jk.core.MsgContext.action(MsgContext.java:293)
at org.apache.coyote.Response.action(Response.java:182)
at org.apache.coyote.Response.finish(Response.java:304)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:204) at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:282)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:754)
at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:684)
at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:876)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Unknown Source)
Dec 31, 2006 9:22:26 PM org.apache.jk.common.ChannelSocket processConnection
I appreciate your help.
Thanks,
Mike