Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Ifs Connection problem from local machine to Ifs server using API

8220Sep 21 2001
I am trying to make an API call to connect to Ifs database server running on different machine(UNIX) from local machine. I copied all jar files and /Lib/Ifs/Settings directory to my local machine. All these files are in the classpath of weblogic 6.0 environment. A jsp on weblogic server call a bean which has a responsibibility of connecting to Ifs server to get LibrarySession.
From Visual Cafe 4.5 everything works fine but when i start weblogic 6.0 outside the visual cafe environment i get the error
below. I included all the jar files and /Lib/Ifs/Settings in start up script of weblogic server

Do you know if i missing some thing????

java.lang.UnsatisfiedLinkError: do_open
at oracle.jdbc.oci8.OCIDBAccess.do_open(Native Method)
at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:309)
at oracle.jdbc.driver.OracleConnection.(OracleConnection.java:198)

at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.ja
va:251)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:224)
at java.sql.DriverManager.getConnection(DriverManager.java:517)
at java.sql.DriverManager.getConnection(DriverManager.java:177)
at oracle.ifs.server.LibraryConnection.(LibraryConnection.java:235
)
at oracle.ifs.server.ConnectionPool.createLibraryConnection(ConnectionPo
ol.java:576)
at oracle.ifs.server.ConnectionPool.(ConnectionPool.java:321)
at oracle.ifs.server.S_LibraryService.(S_LibraryService.java:912)
at oracle.ifs.server.S_LibraryService.startService(S_LibraryService.java
:1129)
at oracle.ifs.beans.LibraryService.connectLocal(LibraryService.java:408)

at oracle.ifs.beans.LibraryService.connect(LibraryService.java:280)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 20 2001
Added on Sep 21 2001
1 comment
564 views