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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>