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 216331

Summary: NullPointerException at org.netbeans.modules.db.mysql.sakila.SakilaSampleProvider.checkInnodbSupport
Product: db Reporter: pcardoe <pcardoe>
Component: MySQLAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 191244
Attachments: stacktrace

Description pcardoe 2012-08-02 16:13:21 UTC
Build: NetBeans IDE 7.1.1 (Build 201203012225)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

User Comments:
pcardoe: Loading Sakila db




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.db.mysql.sakila.SakilaSampleProvider.checkInnodbSupport(SakilaSampleProvider.java:100)
   at org.netbeans.modules.db.mysql.sakila.SakilaSampleProvider.create(SakilaSampleProvider.java:88)
   at org.netbeans.modules.db.mysql.impl.SampleManager.createSample(SampleManager.java:129)
   at org.netbeans.modules.db.mysql.ui.CreateDatabasePanel.createDatabase(CreateDatabasePanel.java:300)
   at org.netbeans.modules.db.mysql.ui.CreateDatabasePanel.access$700(CreateDatabasePanel.java:81)
   at org.netbeans.modules.db.mysql.ui.CreateDatabasePanel$2$1.run(CreateDatabasePanel.java:186)
Comment 1 pcardoe 2012-08-02 16:13:23 UTC
Created attachment 122691 [details]
stacktrace
Comment 2 Jaroslav Havlin 2012-12-13 10:30:28 UTC
I'm sorry, I cannot reproduce the bug.
Wasn't connection to your DB server broken?
Can you reproduce it with NetBeans 7.3 beta?
Thanks.
Comment 3 Jaroslav Havlin 2012-12-18 12:24:57 UTC
Closing the issue. Please reopen it if you can provide more information.
Thank you.