Well, the basic idea is that your Oracle driver is trying to make a database
connection and is failing to do so.  It could be you specified the wrong
URL/port/host to the db, or the wrong username and/or password.  I'm not too
familar with Oracle, but that's the general idea.  Sorry if that's too
vague.

Scott Stirling


----- Original Message -----
From: "Sharat Babu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 29, 2000 1:45 PM
Subject: java.sql.exception : network adapter could not able to establish
connection


> I am getting an exception like this .
> what could be the problem:
>
> .livesoftware.jrun.service.ThreadConfigHandler.run(Compiled Code)
> java.sql.SQLException: The Network Adapter could not establish the
> connection
>         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.check_error(Compiled Code)
>         at oracle.jdbc.driver.OracleConnection.<init>(Compiled Code)
>         at oracle.jdbc.driver.OracleDriver.getConnectionInstance(Compiled
> Code)
>         at oracle.jdbc.driver.OracleDriver.connect(Compiled Code)
>         at java.sql.DriverManager.getConnection(Compiled Code)
>         at java.sql.DriverManager.getConnection(Compiled Code)
>         at
>
bu_intranets.energy_prod.pplants.paracon.DbAccess.getDbConnect(DbAccess.java
> :71)
>         at
>
jsp.bu_intranets.energy_prod.pplants.paracon.UnitSystem._jspService(Compiled
> Code)
>         at com.livesoftware.jsp.HttpJSPServlet.service(Compiled Code)
>         at com.livesoftware.jsp.JSPServlet.service(Compiled Code)

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