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 239345 - NullPointerException at oracle.jdbc.driver.OracleStatement.closeUsedStreams
Summary: NullPointerException at oracle.jdbc.driver.OracleStatement.closeUsedStreams
Status: RESOLVED INVALID
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-11 08:15 UTC by Maksim Khramov
Modified: 2013-12-14 13:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 150262


Attachments
stacktrace (2.74 KB, text/plain)
2013-12-11 08:16 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2013-12-11 08:15:59 UTC
Build: NetBeans IDE Dev (Build 201311280002)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
mkhramov: Excute simple select * from some table




Stacktrace: 
java.lang.NullPointerException
   at oracle.jdbc.driver.OracleStatement.closeUsedStreams(OracleStatement.java:3506)
   at oracle.jdbc.driver.OracleResultSetImpl.getInt(OracleResultSetImpl.java:517)
   at oracle.jdbc.driver.OracleResultSet.getInt(OracleResultSet.java:1563)
   at org.netbeans.modules.db.metadata.model.jdbc.JDBCTable.createJDBCColumn(JDBCTable.java:154)
   at org.netbeans.modules.db.metadata.model.jdbc.JDBCTable.createColumns(JDBCTable.java:188)
   at org.netbeans.modules.db.metadata.model.jdbc.JDBCTable.initColumns(JDBCTable.java:445)
Comment 1 Maksim Khramov 2013-12-11 08:16:00 UTC
Created attachment 143045 [details]
stacktrace
Comment 2 matthias42 2013-12-14 13:50:15 UTC
This is a NullPointerException in the driver itself - basicly this should not happen. No before a guard is placed inside the application (netbeans), please check:

a) Can this be reproduced? Can you provide instructions to do so?
b) Can you reproduce this with a recent driver (please state the version).

I'll close this bug as INVALID for now, as the bug lies outside netbeans, if it can be reproduced, please reopen, so that this can be reevaluated.