HANDLER THREAD PROBLEM: java.lang.ArrayIndexOutOfBoundsException: 4096
java.lang.ArrayIndexOutOfBoundsException: 4096
        at com.sun.web.server.ServletOutputStreamImpl.write(Compiled Code)
        at javax.servlet.ServletOutputStream.print(Compiled Code)
        at com.sun.web.core.Response.sendBodyText(Compiled Code)
        at com.sun.web.core.Response.sendError(Compiled Code)
        at com.sun.web.core.HttpServletResponseFacade.sendError(Compiled Code)
        at com.sun.web.core.ServletWrapper.sendInternalServletError(Compiled Cod
e)
        at com.sun.web.core.ServletWrapper.handleRequest(Compiled Code)
        at com.sun.web.core.Context.handleRequest(Compiled Code)
        at com.sun.web.server.ConnectionHandler.run(Compiled Code)


i'm using JSDK2.1 servlet server.
i cannot understand why this error occured?
i just flush some large string to ServletOutputStream with write(bytes[]) method....

help me please....!!

___________________________________________________________________________
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