The following error was generated when a loop ran for a hard coded data
"Music_concerts" The thing that i do not under stand for same input how come
it gives an error after working for say 70 tiimes and then works fine , I
want to know the reason for this in WebLogic Server.

Please see the following as seen on wls console:
********************************************
select * from schedule where feedd_feed_tag ='Music_concerts'
Connection started
props made
props put
Connection done
    ....
    ....
    ....
<same line 70 times>

select * from schedule where feedd_feed_tag ='Music_concerts'
Connection started
props made
props put
Connection done
select * from schedule where feedd_feed_tag ='Music_concerts'
Wed Apr 11 10:59:20 GMT+00:00 2001:<I> <ServletContext-General> file: init
Hello World!
Connection started
props made
props put
Connection done
select * from schedule where feedd_feed_tag ='Music_concerts'
Wed Apr 11 10:59:20 GMT+00:00 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:87)
        at weblogic.servlet.internal.ChunkUtils.writeChunks(ChunkUtils.java,
Compiled Code)
        at
weblogic.servlet.internal.ServletOutputStreamImpl.flush(ServletOutputStreamI
mpl.java:121)
        at
weblogic.servlet.internal.ServletOutputStreamImpl.writeStream(ServletOutputS
treamImpl.java, Compiled
        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
:105)
        at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:742)
        at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:686)
        at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
Manager.java:247)
        at
weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:361)
        at
weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
        at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
Code)
TV
Wed Apr 11 10:59:20 GMT+00:00 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:87)
        at weblogic.servlet.internal.ChunkUtils.writeChunks(ChunkUtils.java,
Compiled Code)
        at
weblogic.servlet.internal.ServletOutputStreamImpl.flush(ServletOutputStreamI
mpl.java:121)
        at
weblogic.servlet.internal.ServletOutputStreamImpl.writeStream(ServletOutputS
treamImpl.java, Compiled
        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
:105)
        at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:742)
        at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:686)
        at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
Manager.java:247)
        at
weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:361)
        at
weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
        at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
Code)

Wed Apr 11 10:59:20 GMT+00:00 2001:<E> <HTTP> Servlet request terminated
with IOException:
java.net.ProtocolException: Didn't meet stated Content-Length, wrote: '4096'
bytes instead of stated: '21114' by
        at
weblogic.servlet.internal.ServletOutputStreamImpl.finish(ServletOutputStream
Impl.java:372)
        at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
Manager.java:249)
        at
weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:361)
        at
weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
        at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
Code)

Wed Apr 11 10:59:20 GMT+00:00 2001:<E> <HTTP> Servlet request terminated
with IOException:
java.net.ProtocolException: Didn't meet stated Content-Length, wrote: '4096'
bytes instead of stated: '62298' by
        at
weblogic.servlet.internal.ServletOutputStreamImpl.finish(ServletOutputStream
Impl.java:372)
        at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
Manager.java:249)
        at
weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:361)
        at
weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
        at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
Code)
<again normal>

    ....
    ....
select * from schedule where feedd_feed_tag ='Music_concerts'
Connection started
props made
props put
Connection done
select * from schedule where feedd_feed_tag ='Music_concerts'
Connection started
props made
props put
Connection done
select * from schedule where feedd_feed_tag ='Music_concerts'
Connection started
props made
props put
Connection done
******************************************************

The other problem is that my system clock time and time displayed in console
of WLS has a 1 hr gap. in GMT as I am in london. we had to increase time by
1 hr but here in systems it is automatic. web logic server is somehow
reducing time by 1 hr???????????????????????

thanks in advance

sandarbh

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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