hi all
i'm using ejbs and
jsp in my application with weblogic 5.1
It is giving the exception given below .. ...Could anyone suggest the possible reason and the solution to avoid this exception.
Thanx in advance
Thu Sep 06 11:06:32 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 C
ode)
at weblogic.servlet.internal.ChunkUtils.writeChunks(ChunkUtils.java, Com
piled Code)
at weblogic.servlet.internal.ServletOutputStreamImpl.flush(ServletOutput
StreamImpl.java, Compiled Code)
at weblogic.servlet.internal.ServletOutputStreamImpl.writeStream(Servlet
OutputStreamImpl.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, Compiled Cod
e)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java, Compiled Code)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
textImpl.java, Compiled Code)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
textImpl.java, Compiled Code)
at weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
ContextManager.java, Compiled Code)
at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
a, Compiled Code)
at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java, Com
piled Code)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)