From dgoulet@vicr.com Thu, 24 May 2001 08:19:22 -0700 From: dgoulet@vicr.com Date: Thu, 24 May 2001 08:19:22 -0700 Subject: Re:troubleshoot broken pipe Message-ID: MIME-Version: 1.0 Content-Type: text/plain Francis, I'm going to make the assumption that your using a DBMS_PIPE and not something else (not much of a JAVA programmer here) because you stated that shutting the database down "fixed the problem" at least for the time being. In my use of pipes inside Oracle, I have never seen one "break". Fill up, yes. In which case they refuse to accept any new data. Therefore you might consider two things: 1) use the dbms_pipe.purge procedure to clean out the pipe (kinda like calling "Roto Router") 2) find out what is suppose to be receiving the data & if it is still running, stuck, or whatever. After that I'd get the developer to cleanup the error trapping routines to provide a better error message and handling. Dick Goulet ____________________Reply Separator____________________ Author: "Francis; Rick" Date: 5/23/2001 2:21 PM hi, OS=sol8 ora_ver=8i model=420r what can i do to troubleshoot this problem? Wed May 23 10:40:17 CDT 2001: java.sql.SQLException: Io exception: Broken pipe at java.lang.Throwable.fillInStackTrace(Native Method) at java.lang.Throwable.fillInStackTrace(Compiled Code) at java.lang.Throwable.(Compiled Code) at java.lang.Exception.(Compiled Code) at java.sql.SQLException.(Compiled Code) at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code) at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code) at oracle.jdbc.driver.OracleStatement.(Compiled Code) at oracle.jdbc.driver.OracleConnection.privateCreateStatement(Compiled Code) at oracle.jdbc.driver.OracleConnection.createStatement(Compiled Code) at weblogic.jdbc.pool.Connection.createStatement(Compiled Code) at weblogic.jms.server.JDBCStore.purgeMessages(Compiled Code) at weblogic.jms.server.JDBCStore.trigger(Compiled Code) at weblogic.time.common.internal.ScheduledTrigger.executeLocally(Compiled Code) at weblogic.time.common.internal.ScheduledTrigger.execute(Compiled Code) at weblogic.time.server.ScheduledTrigger.execute(Compiled Code) at weblogic.kernel.ExecuteThread.run(Compiled Code) to fix it, i had to restart the instance; major causes...hints! rf The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. troubleshoot broken pipe

hi,

OS=sol8
ora_ver=8i
model=420r

what can i do to troubleshoot this problem?

Wed May 23 10:40:17 CDT 2001:<I> <JMS> java.sql.SQLException: Io exception: Broken pipe
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.fillInStackTrace(Compiled Code)
        at java.lang.Throwable.<init>(Compiled Code)
        at java.lang.Exception.<init>(Compiled Code)
        at java.sql.SQLException.<init>(Compiled Code)
        at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code)
        at oracle.jdbc.dbaccess.DBError.throwSqlException(Compiled Code)
        at oracle.jdbc.driver.OracleStatement.<init>(Compiled Code)
        at oracle.jdbc.driver.OracleConnection.privateCreateStatement(Compiled Code)
        at oracle.jdbc.driver.OracleConnection.createStatement(Compiled Code)
        at weblogic.jdbc.pool.Connection.createStatement(Compiled Code)
        at weblogic.jms.server.JDBCStore.purgeMessages(Compiled Code)
        at weblogic.jms.server.JDBCStore.trigger(Compiled Code)
        at weblogic.time.common.internal.ScheduledTrigger.executeLocally(Compiled Code)
        at weblogic.time.common.internal.ScheduledTrigger.execute(Compiled Code)
        at weblogic.time.server.ScheduledTrigger.execute(Compiled Code)
        at weblogic.kernel.ExecuteThread.run(Compiled Code)

to fix it, i had to restart the instance; major causes...hints!

rf



The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material.  Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited.  If you received this in error, please contact the sender and delete the material from any computer.

-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: dgoulet@vicr.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).