Mantis - Resin
Viewing Issue Advanced Details
1789 minor always 06-08-07 09:09 06-12-07 09:26
ferg  
ferg  
normal  
closed 3.0.23  
fixed  
none    
none 3.1.2  
0001789: LoadBalance servlet timeout
(rep by Bradley Van Cleave)

Using your new 3.0 snapshot on our load balance server, we noticed this
error in the logs with some frequency. We haven't seen this error
before, so we wanted to make sure this isn't an error to be concerned
about.

Is it simply the connection timing out or closed and the server is still
pushing data to the client?

java.lang.IllegalStateException: sendError() forbidden after buffer has been committed.
[04:37:17.467] at com.caucho.server.connection.AbstractHttpResponse.sendError(AbstractHttpResponse.java:453)
[04:37:17.467] at com.caucho.server.connection.AbstractHttpResponse.sendError(AbstractHttpResponse.java:440)
[04:37:17.467] at com.caucho.servlets.HmuxLoadBalanceServlet.service(HmuxLoadBalanceServlet.java:268)
[04:37:17.467] at com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:106)
[04:37:17.467] at com.caucho.server.cache.CacheFilterChain.doFilter(CacheFilterChain.java:175)
[04:37:17.467] at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:173)
[04:37:17.467] at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:229)
[04:37:17.467] at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:274)
[04:37:17.467] at com.caucho.server.port.TcpConnection.run(TcpConnection.java:511)
[04:37:17.467] at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:520)
[04:37:17.467] at com.caucho.util.ThreadPool.run(ThreadPool.java:442)
[04:37:17.467] at java.lang.Thread.run(Thread.java:595)


There are no notes attached to this issue.