Catalina.start: LifecycleException: Excepcion abriendo la conexion a la base de datos: java.sql.SQLException: oracle.jdbc.driver.OracleDriver
LifecycleException: Excepcion abriendo la conexion a la base de datos: java.sql.SQLException: oracle.jdbc.driver.OracleDriver
NOTES -----
* JAVA_HOME, CATALINA_HOME, PATH, etc. are right.
* The Oracle's tnsnames.ora file is right. I have been able to connect to that database from the same machine where tomcat is installed; it was checked with both TOAD and sqlplus.
* I have added the needed Oracle drivers to the both common/lib and server/lib directory. If I remove that drivers the exception is exactly the same!!!
Any tip which can help me?.
APPENDIX - The full output. Platform: Windows 2000 Profesional. --------
C:\jakarta-tomcat-4.1.27\bin>catalina run Using CATALINA_BASE: C:\jakarta-tomcat-4.1.27 Using CATALINA_HOME: C:\jakarta-tomcat-4.1.27 Using CATALINA_TMPDIR: C:\jakarta-tomcat-4.1.27\temp Using JAVA_HOME: C:\j2sdk1.4.1_02 06-oct-2003 17:41:02 org.apache.commons.modeler.Registry loadRegistry INFO: Loading registry information 06-oct-2003 17:41:02 org.apache.commons.modeler.Registry getRegistry INFO: Creating new Registry instance 06-oct-2003 17:41:03 org.apache.commons.modeler.Registry getServer INFO: Creating MBeanServer 06-oct-2003 17:41:04 org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on port 8080 Starting service Tomcat-Standalone Apache Tomcat/4.1.27
Catalina.start: LifecycleException: Excepcion abriendo la conexion a la base de datos: java.sql.SQLException: oracle.jdbc.driver.OracleDriver
LifecycleException: Excepcion abriendo la conexion a la base de datos: java.sql.SQLException: oracle.jdbc.driver.OracleDriver
--------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)