facebook

java.lang.UnsatisfiedLinkError: no ocijdbc9 in java.library

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #219454 Reply

    sravankumard
    Member

    Hi Iam getting the following error when i try to start the Oracle9ias from
    the myeclipse ide.I added classes12.jar in project build path and also in server class path.

    java.lang.UnsatisfiedLinkError: no ocijdbc9 in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1517)
    at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    at java.lang.System.loadLibrary(System.java:834)
    at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:265)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:360)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:521)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:325)
    at java.sql.DriverManager.getConnection(DriverManager.java:512)
    at java.sql.DriverManager.getConnection(DriverManager.java:140)
    at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:171)
    at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPhysicalConnection(OracleConnectionPoolDataSource.java:149)
    at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:95)
    at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:63)
    at oracle.jdbc.pool.OracleConnectionCacheImpl.getNewPoolOrXAConnection(OracleConnectionCacheImpl.java:547)
    at oracle.jdbc.pool.OracleConnectionCacheImpl.setMinLimit(OracleConnectionCacheImpl.java:787)
    at com.evermind.server.Application.initDataSource(Application.java:1826)
    at com.evermind.server.Application.initDataSources(Application.java:2072)
    at com.evermind.server.Application.preInit(Application.java:520)
    at com.evermind.server.Application.setConfig(Application.java:169)
    at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1927)
    at com.evermind.server.ApplicationServer.initializeApplications(ApplicationServer.java:1866)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1438)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:93)
    at java.lang.Thread.run(Thread.java:534)

    – System Setup ——————————-
    Operating System and version: w2k
    Eclipse version: 3.00
    Eclipse build id: 200406251208
    Fresh Eclipse install (y/n): y
    If not, was it upgraded to its current version using the update manager?
    Other installed external plugins:
    Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
    MyEclipse version: 3.8
    Eclipse JDK version: j2sdk1.4.2_05
    Application Server JDK version: j2sdk1.4.2_05
    Are there any exceptions in the Eclipse log file?

    – Message Body ——————————-

    #219492

    Riyad Kalla
    Member

    You are missing a DLL most likely that Oracle requires to function properly. When you figure out what DLL that is, you can appand it to your Library Path by navigating to Window > Prefs > MyEclipse > App Servers > Oracle 9 > Paths, and use the last box at the bottom to append the DLL to your library path so Oracle can find it.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: java.lang.UnsatisfiedLinkError: no ocijdbc9 in java.library

You must be logged in to post in the forum log in