This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 156949 - UnsatisfiedLinkError: no ocijdbc9 in java.library.path
Summary: UnsatisfiedLinkError: no ocijdbc9 in java.library.path
Status: RESOLVED WORKSFORME
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-16 13:12 UTC by diggywang
Modified: 2009-12-22 09:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 14917


Attachments
stacktrace (1.11 KB, text/plain)
2009-01-16 13:12 UTC, diggywang
Details

Note You need to log in before you can comment on or make changes to this bug.
Description diggywang 2009-01-16 13:12:02 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 1.6.0_01-b06, Java(TM) SE Runtime Environment, 1.6.0_01-b06
OS: Windows 2003, 5.2, x86

User Comments:
diggywang: create oracle connection

GUEST: happens while starting netbeans 6.0.1

vonnie: This came from doing the exercise and from the downloaded sample.

GUEST: attempting to connect to Oracle 9i DB from services manager

GUEST: Trying to connect to an Oracle database using thin jdbc driver

diggywang: create oracle connection



Stacktrace: 
java.lang.UnsatisfiedLinkError: no ocijdbc9 in java.library.path
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
        at java.lang.Runtime.loadLibrary0(Runtime.java:823)
        at java.lang.System.loadLibrary(System.java:1030)
        at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:262)
        at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:346)
        at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:468)
Comment 1 diggywang 2009-01-16 13:12:12 UTC
Created attachment 75892 [details]
stacktrace
Comment 2 Jiri Rechtacek 2009-02-10 15:18:17 UTC
Reassigned to new owner.
Comment 3 Jiri Rechtacek 2009-12-22 09:56:58 UTC
All bug reports were against NB6.5.1 or older, there has been no reports for newer release yet. I'm guessing it was fixed and now it works for me.