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 246121 - NullPointerException at org.netbeans.modules.dbschema.jdbcimpl.wizard.RecaptureSchema.start
Summary: NullPointerException at org.netbeans.modules.dbschema.jdbcimpl.wizard.Recaptu...
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: DB schema (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-30 09:44 UTC by thomson_waghmare
Modified: 2017-02-07 20:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 210992


Attachments
stacktrace (3.40 KB, text/plain)
2014-07-30 09:44 UTC, thomson_waghmare
Details

Note You need to log in before you can comment on or make changes to this bug.
Description thomson_waghmare 2014-07-30 09:44:01 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) Client VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Windows 7

User Comments:
thomson_waghmare: NullPointerException at org.netbeans.modules.dbschema.jdbcimpl.wizard.RecaptureSchema.start




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.dbschema.jdbcimpl.wizard.RecaptureSchema.start(RecaptureSchema.java:99)
   at org.netbeans.modules.dbschema.jdbcimpl.RecaptureSchemaAction.performAction(RecaptureSchemaAction.java:97)
   at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:586)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
   at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116)
   at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:99)
Comment 1 thomson_waghmare 2014-07-30 09:44:03 UTC
Created attachment 148403 [details]
stacktrace