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 269710 - NullPointerException at oracle.jdbc.driver.NamedTypeAccessor.getOracleObject
Summary: NullPointerException at oracle.jdbc.driver.NamedTypeAccessor.getOracleObject
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-01 15:30 UTC by Exceptions Reporter
Modified: 2017-02-01 15:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 226836


Attachments
stacktrace (1.21 KB, text/plain)
2017-02-01 15:30 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-02-01 15:30:38 UTC
This issue was reported manually by neuman.ben.
It already has 2 duplicates 


Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 7

User Comments:
GUEST: executing query against oracle db

GUEST: On querying oracle database with column type XMLTYPE, this is exception is thrown. I have tried adding oracle libraries xdb6 and xmlparser2 to the oracle driver configuration but this has no effect.




Stacktrace: 
java.lang.NullPointerException
   at oracle.jdbc.driver.NamedTypeAccessor.getOracleObject(NamedTypeAccessor.java:320)
   at oracle.jdbc.driver.NamedTypeAccessor.getObject(NamedTypeAccessor.java:182)
   at oracle.jdbc.driver.NamedTypeAccessor.getObject(NamedTypeAccessor.java:123)
   at oracle.jdbc.driver.OracleResultSetImpl.getObject(OracleResultSetImpl.java:1108)
   at org.netbeans.modules.db.dataview.util.DBReadWriteHelper.readResultSet(DBReadWriteHelper.java:283)
   at org.netbeans.modules.db.dataview.output.SQLExecutionHelper.loadDataFrom(SQLExecutionHelper.java:768)
Comment 1 Exceptions Reporter 2017-02-01 15:30:42 UTC
Created attachment 163539 [details]
stacktrace