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 160950 - NullPointerException at oracle.jdbc.driver.T4C8Oall.getNumRows
Summary: NullPointerException at oracle.jdbc.driver.T4C8Oall.getNumRows
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-03-23 20:38 UTC by dmikusa
Modified: 2009-08-07 23:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 145577


Attachments
stacktrace (1.19 KB, text/plain)
2009-03-23 20:38 UTC, dmikusa
Details
stacktrace (1.19 KB, text/plain)
2009-08-07 23:19 UTC, wakonet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dmikusa 2009-03-23 20:38:10 UTC
Build: NetBeans IDE Dev (Build 200903081401)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments:
dmikusa: Executing an sql script.



Stacktrace: 
java.lang.NullPointerException
        at oracle.jdbc.driver.T4C8Oall.getNumRows(T4C8Oall.java:876)
        at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:967)
        at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1190)
        at oracle.jdbc.driver.OracleStatement.executeInternal(OracleStatement.java:1726)
        at oracle.jdbc.driver.OracleStatement.execute(OracleStatement.java:1696)
        at org.netbeans.modules.db.dataview.output.SQLExecutionHelper.executeSQLStatement(SQLExecutionHelper.java:593)
Comment 1 dmikusa 2009-03-23 20:38:18 UTC
Created attachment 78687 [details]
stacktrace
Comment 2 Jiri Rechtacek 2009-07-16 09:38:26 UTC
No more reports for a long time.
Comment 3 wakonet 2009-08-07 23:19:36 UTC
Build: NetBeans IDE 6.7 (Build 200906241340)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at oracle.jdbc.driver.T4C8Oall.getNumRows(T4C8Oall.java:876)
        at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:963)
        at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1170)
        at oracle.jdbc.driver.OracleStatement.executeInternal(OracleStatement.java:1696)
        at oracle.jdbc.driver.OracleStatement.execute(OracleStatement.java:1662)
        at org.netbeans.modules.db.dataview.output.SQLExecutionHelper.executeSQLStatement(SQLExecutionHelper.java:591)
Comment 4 wakonet 2009-08-07 23:19:41 UTC
Created attachment 85987 [details]
stacktrace