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 231456 - NullPointerException at org.netbeans.lib.profiler.ProfilerClient.sendSimpleCmdToServer
Summary: NullPointerException at org.netbeans.lib.profiler.ProfilerClient.sendSimpleCm...
Status: RESOLVED INCOMPLETE
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-18 14:59 UTC by markiewb
Modified: 2013-06-19 07:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 199177


Attachments
stacktrace (4.19 KB, text/plain)
2013-06-18 14:59 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2013-06-18 14:59:05 UTC
Build: NetBeans IDE Dev (Build 201305262300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
markiewb: Detach from profiling




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.lib.profiler.ProfilerClient.sendSimpleCmdToServer(ProfilerClient.java:2025)
   at org.netbeans.lib.profiler.ProfilerClient.prepareDetachFromTargetJVM(ProfilerClient.java:802)
   at org.netbeans.lib.profiler.TargetAppRunner.prepareDetachFromTargetJVM(TargetAppRunner.java:316)
   at org.netbeans.modules.profiler.NetBeansProfiler.detachFromApp(NetBeansProfiler.java:1030)
   at org.netbeans.modules.profiler.actions.StopAction$2.run(StopAction.java:130)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
Comment 1 markiewb 2013-06-18 14:59:07 UTC
Created attachment 135980 [details]
stacktrace
Comment 2 Tomas Hurka 2013-06-19 07:50:49 UTC
Can you please provide steps how to reproduce it? Thanks.