----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hi,

        Just a quick and possibly slightly off-topic question
regarding servlets and Oracle.  I am trying to use the OCI
driver to connect to a local Oracle database (the thin driver
works fine) and in order to do this you need to set the
LD_LIBRARY_PATH which I have done successfully.  Now I have
gone from the error:

java.lang.UnsatisfiedLinkError: no ocijdbc8 in java.library.path
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:341)
        at org.apache.jserv.JServConnection.run(JServConnection.java:197)
        at java.lang.Thread.run(Thread.java:485)
to:

java.lang.UnsatisfiedLinkError: make_c_state
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:341)
        at org.apache.jserv.JServConnection.run(JServConnection.java:197)
        at java.lang.Thread.run(Thread.java:485)

I read somewhere that this is caused by inconsistancies in the jdk
used and they must be in sync.  In the jdbc directory in Oracle there is
a file classes111.zip.  So far I've been using jdk1.2.2 for servlets -
does this mean that I need to install an earlier version of the jdk
, such as 1.1.8 in order to get rid of the make_c_state errors and
get connectivity.  Any help would be greatly appreciated.  Thanks

David.
Using Oracle 8.1.5
Solaris 7.
Jdk 1.2.2
JSDK2.0
Apache1.3.9
Jserv 1.0

PS: If anyone has any Oracle or Oracle/Java mailing list addresses I'd
greatly appreciate them.



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to