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

Summary: NullPointerException at org.netbeans.modules.dbschema.jdbcimpl.wizard.RecaptureSchema.start
Product: db Reporter: thomson_waghmare
Component: DB schemaAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: normal CC: arducode
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 210992
Attachments: stacktrace

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