From: amit varshney [mailto:[EMAIL PROTECTED]
> Caused by: java.lang.UnsatisfiedLinkError: no ocijdbc9 in
> java.library.path
>       at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491)
>       at java.lang.Runtime.loadLibrary0(Runtime.java:788)
>       at java.lang.System.loadLibrary(System.java:834)
>       at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java)
>       at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java)

Hi,

I really dislike Java error messages. I don't think you can find less useful output. 
END OF TROLL.

Anyway, this is not a tomcat issue. If I read it well, your Oracle JDBC driver is 
linked with a library (ocijdbc9). This library is not found in the java.library.path. 
Either fix your java.library.path or your Oracle client installation.

Hope this helps,

Fran�ois.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to