When a servlet is deployed the weblogic console throws
a series of exceptions as given below : however the
servlet runs properly. Can anyone tell me what's
happening and the solution for it???


Mon Mar 19 21:04:29 GMT+05:30 2001:<E> <HTTP> Servlet
request terminated with IOException:
java.net.ProtocolException: Didn't meet stated
Content-Length, wrote: '4096' bytes instead of stated:
'8736' bytes.
        at
weblogic.servlet.internal.ServletOutputStreamImpl.finish(ServletOutputStreamImpl.java,
Compiled Code)
        at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java,
Compiled Code)
        at
weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java,
Compiled Code)
        at
weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java,
Compiled Code)
        at
weblogic.kernel.ExecuteThread.run(ExecuteThread.java,
Compiled Code)

Mon Mar 19 21:04:34 GMT+05:30 2001:<E>
<ServletContext-General> Servlet failed with Exception
java.net.SocketException: socket write error
(code=10053)
        at java.net.SocketOutputStream.socketWrite(Native
Method)
        at
java.net.SocketOutputStream.write(SocketOutputStream.java,
Compiled Code)
        at
weblogic.servlet.internal.ChunkUtils.writeChunks(ChunkUtils.java,
Compiled Code)
        at
weblogic.servlet.internal.ServletOutputStreamImpl.flush(ServletOutputStreamImpl.java,
Compiled Code)
        at
weblogic.servlet.internal.ServletOutputStreamImpl.writeStream(ServletOutputStreamImpl.java,
Compiled Code)
        at
weblogic.servlet.FileServlet.sendFile(FileServlet.java,
Compiled Code)
        at
weblogic.servlet.FileServlet.service(FileServlet.java,
Compiled Code)
        at
javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java,
Compiled Code)
        at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java,
Compiled Code)
        at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java,
Compiled Code)
        at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java,
Compiled Code)
        at
weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java,
Compiled Code)
        at
weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java,
Compiled Code)
        at
weblogic.kernel.ExecuteThread.run(ExecuteThread.java,
Compiled Code)


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/

___________________________________________________________________________
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