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 168639 - NullPointerException at org.netbeans.modules.db.explorer.node.ColumnNode.updateProperties
Summary: NullPointerException at org.netbeans.modules.db.explorer.node.ColumnNode.upda...
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-07-15 18:56 UTC by jrhall3
Modified: 2009-09-09 06:42 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 153750


Attachments
stacktrace (1.98 KB, text/plain)
2009-07-15 18:56 UTC, jrhall3
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jrhall3 2009-07-15 18:56:08 UTC
This issue was originally marked as duplicate of issue 159065, that is already resolved. This issue is still valid, so this seems to be another issue, but it might be related.

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: Linux, 2.6.27.25-78.2.56.fc9.i686, i386

User Comments:
GUEST: open database table

bolsover: Opening table node against a pervasiveSQL database running on local machine.
Exception thrown but system appears to operate normally.

jrhall3: Trying to generate entity classes from sqlserver schema



Stacktrace: 
java.lang.NullPointerException<br/>
        at org.netbeans.modules.db.explorer.node.ColumnNode.updateProperties(ColumnNode.java:188)<br/>
        at org.netbeans.modules.db.explorer.node.ColumnNode.access$300(ColumnNode.java:78)<br/>
        at org.netbeans.modules.db.explorer.node.ColumnNode$1.run(ColumnNode.java:132)<br/>
        at org.netbeans.modules.db.explorer.node.ColumnNode$1.run(ColumnNode.java:125)<br/>
        at org.netbeans.modules.db.metadata.model.JDBCConnMetadataModel.runReadAction(JDBCConnMetadataModel.java:94)<br/>
        at org.netbeans.modules.db.metadata.model.api.MetadataModel.runReadAction(MetadataModel.java:89)<br/>
Comment 1 jrhall3 2009-07-15 18:56:15 UTC
Created attachment 84802 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-07-15 18:56:22 UTC
This issue already has 11 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=153750
Comment 3 Exceptions Reporter 2009-07-21 22:57:35 UTC
This issue already has 14 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=153750
Comment 4 Jiri Rechtacek 2009-07-22 12:16:29 UTC
I guess this patch fixes the problem better - core-main/rev/3256ff5f4338
Comment 5 Quality Engineering 2009-07-23 07:49:16 UTC
Integrated into 'main-golden', will be available in build *200907230201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/3256ff5f4338
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #168639: NullPointerException at org.netbeans.modules.db.explorer.node.ColumnNode.updateProperties