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 152296 - NullPointerException at org.netbeans.modules.db.mysql.ServerInstance.refreshDatabaseList
Summary: NullPointerException at org.netbeans.modules.db.mysql.ServerInstance.refreshD...
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Vancouvering
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-04 12:40 UTC by bbbv
Modified: 2008-11-24 16:20 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 134886


Attachments
stacktrace (385 bytes, text/plain)
2008-11-04 12:40 UTC, bbbv
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bbbv 2008-11-04 12:40:27 UTC
Build: NetBeans IDE 6.1 (Build 200805300101)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05, Java(TM) SE Runtime Environment, 1.6.0_03-b05
OS: Windows XP, 5.1, x86

User Comments:
bbbv: I don't know, saw the icon and made this report

bbbv: I don't know, saw the icon and made this report



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.db.mysql.ServerInstance.refreshDatabaseList(ServerInstance.java:453)
        at org.netbeans.modules.db.mysql.ServerInstance$.run(ServerInstance.java:170)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Comment 1 bbbv 2008-11-04 12:40:31 UTC
Created attachment 73195 [details]
stacktrace
Comment 2 David Vancouvering 2008-11-04 20:52:30 UTC
Can you please try upgrading to a nightly build or RC2 and see if it still happens.  The class ServerInstance doesn't
even exist any more...

Thanks.
Comment 3 Roman Mostyka 2008-11-24 16:19:24 UTC
We haven't got any new info in a month, so I'm closing this issue as FIXED. Especially if ServerInstance class doesn't
exist anymore.
Please reopen this issue if it is still valid and add some more information.
Comment 4 Roman Mostyka 2008-11-24 16:20:35 UTC
Verified.