You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Ankush Anand <a....@solitarsystems.com> on 2001/09/05 12:44:54 UTC

Could not connect to Oracle8i database

Hi

I am not able to connect to Oracle8i database.Exception
states that could not connect to datasource & you cannot get a poolable
before the pool is initialized.


java.lang.RuntimeException: Could not get the datasource
java.sql.SQLException: You cannot get a Poolable before the pool is
initialized


Following are the settings made in

Coccon.xconf

      <pool-controller min="5" max="10" oradb="true"/>
      <dburl>jdbc:oracle:thin:@216.236.194.50:1521:SSIPL</dburl>
      <user>system</user>
      <password>manager</password>

web.xml
       <init-param>
       <param-name>load-class</param-name>
       <param-value>
        oracle.jdbc.driver.OracleDriveror
       </param-value>

The database driver is classes102.zip and I am able to connect to the same
database with same driver with standalone java application.
Environment is Tomcat 4,  C2 & windows2000
Prior to this  I connected to mySql database sucessfully.

Any help on this will be highly appreciated

Thanks

Ankush


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


RE: Could not connect to Oracle8i database

Posted by Ankush Anand <a....@solitarsystems.com>.
Its not there

-----Original Message-----
From: Ankush Anand [mailto:a.anand@solitarsystems.com]
Sent: Wednesday, September 05, 2001 4:15 PM
To: cocoon-users@xml.apache.org
Subject: Could not connect to Oracle8i database


Hi

I am not able to connect to Oracle8i database.Exception
states that could not connect to datasource & you cannot get a poolable
before the pool is initialized.


java.lang.RuntimeException: Could not get the datasource
java.sql.SQLException: You cannot get a Poolable before the pool is
initialized


Following are the settings made in

Coccon.xconf

      <pool-controller min="5" max="10" oradb="true"/>
      <dburl>jdbc:oracle:thin:@216.236.194.50:1521:SSIPL</dburl>
      <user>system</user>
      <password>manager</password>

web.xml
       <init-param>
       <param-name>load-class</param-name>
       <param-value>
        oracle.jdbc.driver.OracleDriveror
       </param-value>

The database driver is classes102.zip and I am able to connect to the same
database with same driver with standalone java application.
Environment is Tomcat 4,  C2 & windows2000
Prior to this  I connected to mySql database sucessfully.

Any help on this will be highly appreciated

Thanks

Ankush


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>



---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>