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 162132 - NullPointerException at org.netbeans.modules.profiler.ppoints.ProfilingPointsManager.getProfilingPoints
Summary: NullPointerException at org.netbeans.modules.profiler.ppoints.ProfilingPoints...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Sedlacek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-07 14:54 UTC by anba
Modified: 2009-04-16 08:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 149105


Attachments
stacktrace (2.12 KB, text/plain)
2009-04-07 14:54 UTC, anba
Details

Note You need to log in before you can comment on or make changes to this bug.
Description anba 2009-04-07 14:54:06 UTC
Build: NetBeans IDE Dev (Build 200904011705)
VM: Java HotSpot(TM) Server VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux, 2.6.27.21-78.2.41.fc9.i686, i386

User Comments:
anba: Closing a project.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.profiler.ppoints.ProfilingPointsManager.getProfilingPoints(ProfilingPointsManager.java:406)
        at org.netbeans.modules.profiler.ppoints.ProfilingPointsManager.getProfilingPoints(ProfilingPointsManager.java:380)
        at org.netbeans.modules.profiler.ppoints.ProfilingPointsManager.getSortedProfilingPoints(ProfilingPointsManager.java:422)
        at org.netbeans.modules.profiler.ppoints.ui.ProfilingPointsWindowUI.refreshProfilingPoints(ProfilingPointsWindowUI.java:783)
        at org.netbeans.modules.profiler.ppoints.ui.ProfilingPointsWindowUI.actionPerformed(ProfilingPointsWindowUI.java:239)
        at javax.swing.JComboBox.fireActionEvent(JComboBox.java:1240)
Comment 1 anba 2009-04-07 14:54:16 UTC
Created attachment 79646 [details]
stacktrace
Comment 2 Tomas Hurka 2009-04-08 12:53:25 UTC
Milestone cleanup: future->next
Comment 3 Jiri Sedlacek 2009-04-14 13:46:48 UTC
Probably the same root cause as in Issue 159853 - the module providing the ProfilingPointsFactory has been unloaded.
Fixed in profiler-main:

changeset:   126597:f781f082e263
user:        Jiri Sedlacek <jis@netbeans.org>
date:        Tue Apr 14 14:43:02 2009 +0200
summary:     Bugfix #162132 - check if PP's factory exists
Comment 4 Quality Engineering 2009-04-16 08:08:18 UTC
Integrated into 'main-golden', will be available in build *200904160201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f781f082e263
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #162132 - check if PP's factory exists