These exceptions could be thrown by the Weblogic Console iteself..
actually...weblogic uses an in-built servlet to deploy the user defined
servlets.
since this servlet also has a UI it could have produced the IOException.
Please correct me if I am wrong.
Regards
Raga
-----Original Message-----
From: Shivashankar Krishnan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 20, 2001 12:46 PM
To: [EMAIL PROTECTED]
Subject: weblogic question
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(ServletOutputStream
Impl.java,
Compiled Code)
at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
Manager.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(ServletOutputStreamI
mpl.java,
Compiled Code)
at
weblogic.servlet.internal.ServletOutputStreamImpl.writeStream(ServletOutputS
treamImpl.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(ServletContextImp
l.java,
Compiled Code)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java,
Compiled Code)
at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
Manager.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
___________________________________________________________________________
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