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 158115 - NullPointerException at org.netbeans.modules.dbschema.jdbcimpl.wizard.DBSchemaTablesPanel.isValid
Summary: NullPointerException at org.netbeans.modules.dbschema.jdbcimpl.wizard.DBSchem...
Status: RESOLVED DUPLICATE of bug 158465
Alias: None
Product: db
Classification: Unclassified
Component: DB schema (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-02-07 03:31 UTC by dbugger
Modified: 2009-02-24 16:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 146010


Attachments
stacktrace (3.50 KB, text/plain)
2009-02-07 03:31 UTC, dbugger
Details
stacktrace (3.50 KB, text/plain)
2009-02-20 06:21 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dbugger 2009-02-07 03:31:28 UTC
Build: NetBeans IDE Dev (Build 200812180001)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.dbschema.jdbcimpl.wizard.DBSchemaTablesPanel.isValid(DBSchemaTablesPanel.java:691)
        at java.awt.Component.invalidateIfValid(Component.java:2740)
        at java.awt.Component.setLocale(Component.java:1810)
        at javax.swing.JComponent.<init>(JComponent.java:595)
        at javax.swing.JPanel.<init>(JPanel.java:65)
        at javax.swing.JPanel.<init>(JPanel.java:92)
Comment 1 dbugger 2009-02-07 03:31:33 UTC
Created attachment 76690 [details]
stacktrace
Comment 2 Jiri Rechtacek 2009-02-10 15:19:17 UTC
Reassigned to new owner.
Comment 3 Exceptions Reporter 2009-02-13 21:39:03 UTC
This issue has already 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=146010
Comment 4 Exceptions Reporter 2009-02-20 06:20:50 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP, 5.1, x86

User Comments: 
This error happened when I tried to recapture schema from database on .dbschema file

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.dbschema.jdbcimpl.wizard.DBSchemaTablesPanel.isValid(DBSchemaTablesPanel.java:691)
        at java.awt.Component.invalidateIfValid(Component.java:2740)
        at java.awt.Component.setLocale(Component.java:1810)
        at javax.swing.JComponent.<init>(JComponent.java:595)
        at javax.swing.JPanel.<init>(JPanel.java:65)
        at javax.swing.JPanel.<init>(JPanel.java:92)
Comment 5 Exceptions Reporter 2009-02-20 06:21:01 UTC
Created attachment 77187 [details]
stacktrace
Comment 6 chiappone 2009-02-20 06:26:38 UTC
I believe this issue is related to issue 153417, and I think both should be fixed in version 6.5, not 7.
Comment 7 Jiri Rechtacek 2009-02-24 16:02:10 UTC
Already fixed in Dev builds. The patch for NB6.5 is coming soon.

*** This issue has been marked as a duplicate of 158465 ***