Hi friends,

I am getting the following error when ever I open a jsp page in weblogic
server version 5.1. Could you please let me know if it is an application
error or an issue with the server. I am using NT operating system and
connecting to SQL server with JDBC-ODBC bridge.
thanks..

Wed Sep 27 09:40:55 EDT 2000:<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:199)
        at weblogic.servlet.FileServlet.service(FileServlet.java:56)
        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)

Wed Sep 27 09:40:55 EDT 2000:<E> <HTTP> Servlet request terminated with
IOException:
java.net.ProtocolException: Didn't meet stated Content-Length, wrote: '4096'
bytes instead of stated: '77948' 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)

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to