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 154376 - NullPointerException at org.netbeans.modules.dbschema.jdbcimpl.wizard.RecaptureSchema.start
Summary: NullPointerException at org.netbeans.modules.dbschema.jdbcimpl.wizard.Recaptu...
Status: RESOLVED WORKSFORME
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: 2008-12-02 15:55 UTC by sahane
Modified: 2009-02-19 20:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 136456


Attachments
stacktrace (2.60 KB, text/plain)
2008-12-02 15:55 UTC, sahane
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sahane 2008-12-02 15:55:14 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 1.5.0_15-b04, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_15-b04
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.dbschema.jdbcimpl.wizard.RecaptureSchema.start(RecaptureSchema.java:96)
        at org.netbeans.modules.dbschema.jdbcimpl.RecaptureSchemaAction.performAction(RecaptureSchemaAction.java:94)
        at org.openide.util.actions.NodeAction$DelegateAction$.run(NodeAction.java:581)
        at org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:77)
        at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:577)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
Comment 1 sahane 2008-12-02 15:55:27 UTC
Created attachment 74431 [details]
stacktrace
Comment 2 Jiri Rechtacek 2009-02-10 15:36:10 UTC
Reassigned to new owner.
Comment 3 Jiri Rechtacek 2009-02-16 11:51:33 UTC
Works for me on recent Dev builds.