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 - NullPointerException at org.netbeans.modules.db.mysql.sakila.SakilaSampleProvider.checkInnodbSupport
Summary: NullPointerException at org.netbeans.modules.db.mysql.sakila.SakilaSampleProv...
Status: RESOLVED WORKSFORME
Alias: None
Product: db
Classification: Unclassified
Component: MySQL (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-02 16:13 UTC by pcardoe
Modified: 2012-12-18 12:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 191244


Attachments
stacktrace (797 bytes, text/plain)
2012-08-02 16:13 UTC, pcardoe
Details

Note You need to log in before you can comment on or make changes to this bug.
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.