Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

java.io.IOException: Broken pipe

0 views
Skip to first unread message

Sam

unread,
Sep 13, 2001, 7:24:32 PM9/13/01
to

But my weblogic server is crashing when I get broken pipe exception.

We using Weblogic 6.0 SP2 on Sun OS 5.8 and JDK Java 2(build 1.3.0)

I load a huge image and while its loading I hit refresh button.
In log file I see the same stack trace as below and then weblogic crashes and
I get core dumped.

I would like to know if there's any setting on OS can be tweaked to solve this
problem.

Mark Spotswood <ma...@bea.com> wrote:
>As Jim said, this is probably the result of the
>browser closing down the socket before we
>are finished writing a response to it. This can
>happen, for example, if you go to request a
>different page before the current one is
>finished loading. We generally try to
>squelch messages that we know to be
>innocuous, but in some cases, its hard
>to know whether or not its ok to squelch,
>so we let it through.
>--
>mark
>
>Sajan wrote:
>
>> hi ,
>> I am getting the following error. But it doesn't comes always. We
>are having a set
>> of 20 users accessing our system.
>> We are running the application on Weblogic 5.1 / Solaris with Oracle
>8i.
>> Our weblogic.properties has following properties for the connection
>:
>> minm : 30,
>> increment : 1
>> maxm : 50.
>> The error is :
>> java.io.IOException: Broken pipe
>> at java.net.SocketOutputStream.socketWrite(Native Method)
>> at java.net.SocketOutputStream.write(SocketOutputStream.java:83)
>> at weblogic.servlet.internal.ChunkUtils.writeChunks(ChunkUtils.java:88)
>> at weblogic.servlet.internal.ServletOutputStreamImpl.flush(ServletOutputStreamImpl.java:127)
>> at weblogic.servlet.internal.ServletOutputStreamImpl.flush(ServletOutputStreamImpl.java:94)
>> at weblogic.servlet.internal.ServletOutputStreamImpl.print(ServletOutputStreamImpl.java:216)
>> at weblogic.servlet.jsp.JspWriterImpl.print(JspWriterImpl.java:136)
>> at jsp_servlet._ccls._subcccappl._SubCccApplEnt._jspService(_SubCccApplEnt.java:435)
>> at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
>> at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:123)
>> at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:761)
>> at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:708)
>> at weblogic.servlet.internal.ServletContextManager.invokeServletServletContextManager.java:252)
>> at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:346)
>> at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:246)
>> at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
>>
>> Any help will be appreciated,
>> regards
>> sajan
>

0 new messages