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

Summary: NullPointerException at oracle.jdbc.driver.NamedTypeAccessor.getOracleObject
Product: db Reporter: Exceptions Reporter <exceptions_reporter>
Component: Show DataAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: normal CC: neuman.ben
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226836
Attachments: stacktrace

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