<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: JDBC connection  (broken pipe) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-connection-broken-pipe/m-p/2956951#M117339</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;is this a duplicate post?&lt;BR /&gt;&lt;BR /&gt;see:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xfb7038dfa974d711abdc0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xfb7038dfa974d711abdc0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj</description>
    <pubDate>Wed, 23 Apr 2003 04:02:39 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2003-04-23T04:02:39Z</dc:date>
    <item>
      <title>JDBC connection  (broken pipe)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-connection-broken-pipe/m-p/2956950#M117338</link>
      <description>i need help..&lt;BR /&gt;when i tested the below source, there was the following error.(broken pipe)&lt;BR /&gt;&lt;BR /&gt;is there a person who knows about this problem..?&lt;BR /&gt;&lt;BR /&gt;thanks in advance..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;373-th connected&lt;BR /&gt;java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=153092608)&lt;BR /&gt;(ERR=12500)(ERROR_STACK=(ERROR=(CODE=12500)(EMFI=4))(ERROR=(CODE=12547)(EMFI=4))&lt;BR /&gt;(ERROR=(CODE=12560)(EMFI=4))(ERROR=(CODE=517)(EMFI=4))(ERROR=(BUF='HPUX Error: 32: Broken &lt;BR /&gt;&lt;BR /&gt;pipe'))))&lt;BR /&gt;        at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:184)&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;-----connect test source------&lt;BR /&gt; &lt;BR /&gt;/* JDBC&lt;BR /&gt;java.sql.Connection(the number of process of ORACLE init.ora) */&lt;BR /&gt;import java.util.*;&lt;BR /&gt;import java.sql.*;&lt;BR /&gt;public class DbMaxConnTest&lt;BR /&gt;{&lt;BR /&gt;    public static int MAX=10000;&lt;BR /&gt;    public static void main(String[] args)&lt;BR /&gt;        throws Exception&lt;BR /&gt;        {&lt;BR /&gt;            Class.forName("oracle.jdbc.driver.OracleDriver");&lt;BR /&gt;            Vector conns = new Vector();&lt;BR /&gt;            try&lt;BR /&gt;            {&lt;BR /&gt;                for(int i=0 ; i&amp;lt; MAX; i++) {&lt;BR /&gt;                Connection conn = DriverManager.getConnection(&lt;BR /&gt;                    "jdbc:oracle:thin:@server:1531:ORACLE_SID", "user", "*****");&lt;BR /&gt;                conns.addElement(conn);&lt;BR /&gt;                System.out.println((i+1) + "-th connected");&lt;BR /&gt;            }&lt;BR /&gt;        }&lt;BR /&gt;        catch(Exception e)&lt;BR /&gt;        {&lt;BR /&gt;            e.printStackTrace();&lt;BR /&gt;        }&lt;BR /&gt;        finally&lt;BR /&gt;        {&lt;BR /&gt;            Enumeration enum = conns.elements();&lt;BR /&gt;            while(enum.hasMoreElements())&lt;BR /&gt;            {&lt;BR /&gt;                Connection conn = (Connection)enum.nextElement();&lt;BR /&gt;                try { conn.close();}catch(Exception e){}&lt;BR /&gt;            }&lt;BR /&gt;        }&lt;BR /&gt;    }&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Apr 2003 00:54:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-connection-broken-pipe/m-p/2956950#M117338</guid>
      <dc:creator>KO kwang tae</dc:creator>
      <dc:date>2003-04-23T00:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC connection  (broken pipe)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-connection-broken-pipe/m-p/2956951#M117339</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;is this a duplicate post?&lt;BR /&gt;&lt;BR /&gt;see:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xfb7038dfa974d711abdc0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xfb7038dfa974d711abdc0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Wed, 23 Apr 2003 04:02:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/jdbc-connection-broken-pipe/m-p/2956951#M117339</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-04-23T04:02:39Z</dc:date>
    </item>
  </channel>
</rss>

