Cocoon Portal with Resin?

2003-02-21 Thread Sean McKaharay
I have the cocoon portal example on a Resin box but I get an error message
when I try to login to guest. It works fine on tomcat but when I deploy it to
Resin it gives me this error:
 

500 Servlet Exception

java.lang.IllegalStateException: can't clear response after writing headers
at
com.caucho.server.http.ResponseStream.clear(ResponseStream.java:201)
at com.caucho.server.http.Response.reset(Response.java:1262)
at com.caucho.server.http.Response.reset(Response.java:1244)
at
org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:1115)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
com.caucho.server.http.FilterChainServlet.doFilter(FilterChainServlet.java:96
)
at com.caucho.server.http.Invocation.service(Invocation.java:312)
at
com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:135)
at
com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:221)
at
com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java:163)
at com.caucho.server.TcpConnection.run(TcpConnection.java:137)
at java.lang.Thread.run(Thread.java:536)

  _  

Resin 2.1.5 (built Fri Oct 4 12:10:31 PDT 2002) 
 
 
Any suggestions on what the problem is?
 
Thanks



cocoon portal on Resin

2003-02-06 Thread Sean McKaharay
I am trying to get cocoon portal to work with Resin I am getting the
following error when I try to log-in:
 
java.lang.IllegalStateException: can't clear response after writing headers

 
You can go to http://www.atlantalinklist.com/cocoon2/sunspotdemoportal to see
the error. Just log in and see.
Does anyone have a fix for it?
 
Sean