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 216302 - NullPointerException at org.netbeans.modules.profiler.nbimpl.NetBeansProfiler.modifyCurrentProfiling
Summary: NullPointerException at org.netbeans.modules.profiler.nbimpl.NetBeansProfiler...
Status: RESOLVED DUPLICATE of bug 215696
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-02 08:25 UTC by palfalvi
Modified: 2012-11-05 12:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 190530


Attachments
stacktrace (394 bytes, text/plain)
2012-08-02 08:25 UTC, palfalvi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description palfalvi 2012-08-02 08:25:18 UTC
Build: NetBeans IDE 7.2 (Build 201207171143)
VM: OpenJDK 64-Bit Server VM, 21.0-b17, OpenJDK Runtime Environment, 1.7.0_147-icedtea-b147
OS: Linux

User Comments:
palfalvi: added a new wildcard entry to the inclusive class filter of a profiling session; the session was attached to a local Glassfish v3 domain running on JDK7, and the instrumentation according to the original, narrower filter has been done already

GUEST: Changing profiler attached to glassfish, added gc info - not just object creation.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.profiler.nbimpl.NetBeansProfiler.modifyCurrentProfiling(NetBeansProfiler.java:124)
   at org.netbeans.modules.profiler.actions.ProfilingSupport$2.run(ProfilingSupport.java:339)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1452)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2032)
Comment 1 palfalvi 2012-08-02 08:25:20 UTC
Created attachment 122664 [details]
stacktrace
Comment 2 Jiri Sedlacek 2012-11-05 12:51:18 UTC
Duplicate of Bug 215696, already fixed.

*** This bug has been marked as a duplicate of bug 215696 ***