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 171854 - NullPointerException at org.netbeans.lib.profiler.common.ProfilingSettings.applySettings
Summary: NullPointerException at org.netbeans.lib.profiler.common.ProfilingSettings.ap...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-09 22:56 UTC by vijaykiran
Modified: 2009-09-18 22:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 156997


Attachments
stacktrace (485 bytes, text/plain)
2009-09-09 22:56 UTC, vijaykiran
Details
stacktrace (1.01 KB, text/plain)
2009-09-18 01:15 UTC, Michal Mocnak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vijaykiran 2009-09-09 22:56:36 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02-90, Java(TM) SE Runtime Environment, 1.6.0_15-b03-219
OS: Mac OS X, 10.6, x86_64

User Comments:
GUEST: Starting profiler



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.lib.profiler.common.ProfilingSettings.applySettings(ProfilingSettings.java:538)
        at org.netbeans.modules.profiler.NetBeansProfiler$2.doInBackground(NetBeansProfiler.java:823)
        at org.netbeans.lib.profiler.ui.SwingWorker$2.run(SwingWorker.java:113)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:577)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1030)
Comment 1 vijaykiran 2009-09-09 22:56:41 UTC
Created attachment 87394 [details]
stacktrace
Comment 2 Jiri Sedlacek 2009-09-14 17:19:15 UTC
Caused by Issue 170192.

Fixed to be more robust for invalid settings: http://hg.netbeans.org/profiler-main/rev/b0a569f5c7ed.
Comment 3 Michal Mocnak 2009-09-18 01:15:37 UTC
Build: NetBeans IDE Dev (Build 200909151512)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02-92, Java(TM) SE Runtime Environment, 1.6.0_15-b03-226
OS: Mac OS X, 10.5.8, x86_64

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.lib.profiler.common.ProfilingSettings.applySettings(ProfilingSettings.java:538)
        at org.netbeans.modules.profiler.NetBeansProfiler$2.doInBackground(NetBeansProfiler.java:823)
        at org.netbeans.lib.profiler.ui.SwingWorker$2.run(SwingWorker.java:113)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1070)
Comment 4 Michal Mocnak 2009-09-18 01:15:41 UTC
Created attachment 87891 [details]
stacktrace
Comment 5 Quality Engineering 2009-09-18 22:39:46 UTC
Integrated into 'main-golden', will be available in build *200909181401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b0a569f5c7ed
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #171854 - Handle null instr. filter (just to be more robust)