unable to make database connection
593484Oct 24 2007 — edited Oct 25 2007hello...
I gave connection to backend oracle database and developed an application module.This connection to backend oracle database is for development purpose.Before the deployment of the application i changed the jdbc url in the application module configurations and included the appropriate driver (with oracle litedatabase).Even after including the appropriate driver i.e by both including in the project properties as well as modifying the jdev.config file i'm still getting the following errors:
(oracle.jbo.common.ampool.ApplicationPoolException) JBO-30003: The application pool (.115D21FC305) failed to checkout an application module due to the following exception:
----- LEVEL 1: DETAIL 0 -----
(oracle.jbo.JboException) JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.DMLException, msg=JBO-26061: Error while opening JDBC connection.
----- LEVEL 2: DETAIL 0 -----
(oracle.jbo.JboException) JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.DMLException, msg=JBO-26061: Error while opening JDBC connection.
----- LEVEL 3: DETAIL 0 -----
(oracle.jbo.JboException) JBO-29000: Unexpected exception caught: oracle.jbo.DMLException, msg=JBO-26061: Error while opening JDBC connection.
----- LEVEL 4: DETAIL 0 -----
(oracle.jbo.DMLException) JBO-26061: Error while opening JDBC connection.
----- LEVEL 5: DETAIL 0 -----
(java.sql.SQLException) No suitable driver
regards,
nishitha