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 163033 - [67cat] UnsatisfiedLinkError: oracle.jdbc.driver.T2CConnection.t2cGetCharSet([CI[CI[CII[SLoracle/jdbc/driver/GetCharSetError;)S
Summary: [67cat] UnsatisfiedLinkError: oracle.jdbc.driver.T2CConnection.t2cGetCharSet(...
Status: RESOLVED FIXED
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-04-19 11:04 UTC by saeed_z_f
Modified: 2009-04-21 08:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 134264


Attachments
stacktrace (1.23 KB, text/plain)
2009-04-19 11:05 UTC, saeed_z_f
Details
stacktrace (1.23 KB, text/plain)
2009-04-20 07:57 UTC, saeed_z_f
Details

Note You need to log in before you can comment on or make changes to this bug.
Description saeed_z_f 2009-04-19 11:04:54 UTC
Build: NetBeans IDE 6.5.1 (Build 200903060201)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP, 5.1, x86

User Comments:
saeed_Z_F: This error occur When i want to connect to Oracle Database XE.



Stacktrace: 
java.lang.UnsatisfiedLinkError: oracle.jdbc.driver.T2CConnection.t2cGetCharSet([CI[CI[CII[SLoracle/jdbc/driver/GetCharSetError;)S
        at oracle.jdbc.driver.T2CConnection.t2cGetCharSet(T2CConnection.java:0)
        at oracle.jdbc.driver.T2CConnection.getCharSetIds(T2CConnection.java:2801)
        at oracle.jdbc.driver.T2CConnection.logon(T2CConnection.java:300)
        at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:344)
        at oracle.jdbc.driver.T2CConnection.<init>(T2CConnection.java:136)
        at oracle.jdbc.driver.T2CDriverExtension.getConnection(T2CDriverExtension.java:79)
Comment 1 saeed_z_f 2009-04-19 11:05:05 UTC
Created attachment 80432 [details]
stacktrace
Comment 2 saeed_z_f 2009-04-20 07:57:43 UTC
Build: NetBeans IDE Dev (Build 200904011705)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP, 5.1, x86

User Comments: 
Occure when i want to create a new connection

Stacktrace: 
java.lang.UnsatisfiedLinkError: oracle.jdbc.driver.T2CConnection.t2cGetCharSet([CI[CI[CII[SLoracle/jdbc/driver/GetCharSetError;)S
        at oracle.jdbc.driver.T2CConnection.t2cGetCharSet(T2CConnection.java:0)
        at oracle.jdbc.driver.T2CConnection.getCharSetIds(T2CConnection.java:2801)
        at oracle.jdbc.driver.T2CConnection.logon(T2CConnection.java:300)
        at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:344)
        at oracle.jdbc.driver.T2CConnection.<init>(T2CConnection.java:136)
        at oracle.jdbc.driver.T2CDriverExtension.getConnection(T2CDriverExtension.java:79)
Comment 3 saeed_z_f 2009-04-20 07:57:47 UTC
Created attachment 80482 [details]
stacktrace
Comment 4 Jiri Rechtacek 2009-04-20 15:49:30 UTC
core-main/rev/d75ae2e7efed
Comment 5 Quality Engineering 2009-04-21 08:14:14 UTC
Integrated into 'main-golden', will be available in build *200904210201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d75ae2e7efed
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #163033: [67cat] UnsatisfiedLinkError: oracle.jdbc.driver.T2CConnection.t2cGetCharSet([CI[CI[CII[SLoracle/jdbc/driver/GetCharSetError;)S