Hi servlet gurus,

I have a java error which I cannot get rid off:

when I start my web page (index.html) which is stored in the servlet
directory on my unix box, I get the following errors, as shown below:

*************************************

java.lang.ArrayIndexOutOfBoundsException: 4096
        at
com.sun.web.server.ServletOutputStreamImpl.write(ServletOutputStreamImpl.jav
a:47)
        at javax.servlet.ServletOutputStream.print(Compiled Code)
        at com.sun.web.core.Response.sendBodyText(Response.java:165)
        at com.sun.web.core.Response.sendError(Response.java:107)
        at
com.sun.web.core.HttpServletResponseFacade.sendError(HttpServletResponseFaca
de.java:96)
        at
com.sun.web.core.ServletWrapper.sendInternalServletError(ServletWrapper.java
:201)
        at
com.sun.web.core.ServletWrapper.handleRequest(ServletWrapper.java:183)
        at com.sun.web.core.Context.handleRequest(Compiled Code)
        at com.sun.web.server.ConnectionHandler.run(Compiled Code)
HANDLER THREAD PROBLEM: java.io.IOException: Broken pipe
java.io.IOException: Broken pipe
        at java.net.SocketOutputStream.socketWrite(Compiled Code)
        at java.net.SocketOutputStream.write(Compiled Code)
        at com.sun.web.server.ServletOutputStreamImpl.flush(Compiled Code)
        at com.sun.web.server.ServerResponse.finish(Compiled Code)
        at com.sun.web.server.ConnectionHandler.run(Compiled Code)
***************************************

My question is: how do I get rid of this error? do I have to store my web
pages in a file and use a servlet to open these files to read?
Why do I get this error?

Thanks in advance,
Tania

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to