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 254163 - 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: Engine (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-06 02:27 UTC by goofdup
Modified: 2015-08-07 09:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218987


Attachments
stacktrace (662 bytes, text/plain)
2015-08-06 02:27 UTC, goofdup
Details

Note You need to log in before you can comment on or make changes to this bug.
Description goofdup 2015-08-06 02:27:54 UTC
This bug was originally marked as duplicate of bug 231456, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.71-b01, Java(TM) SE Runtime Environment, 1.7.0_71-b14
OS: Windows 7

User Comments:
goofdup: Closed debug session on java application. Then clicked stop on heap analysis




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.lib.profiler.ProfilerClient.sendSimpleCmdToServer(ProfilerClient.java:2027)
   at org.netbeans.lib.profiler.ProfilerClient.prepareDetachFromTargetJVM(ProfilerClient.java:804)
   at org.netbeans.lib.profiler.TargetAppRunner.prepareDetachFromTargetJVM(TargetAppRunner.java:316)
   at org.netbeans.modules.profiler.NetBeansProfiler.detachFromApp(NetBeansProfiler.java:1043)
   at org.netbeans.modules.profiler.actions.StopAction$2.run(StopAction.java:130)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
Comment 1 goofdup 2015-08-06 02:27:56 UTC
Created attachment 155189 [details]
stacktrace
Comment 2 Tomas Hurka 2015-08-07 09:27:04 UTC
It is not clear what happened. To diagnose the problem we have to be able to reproduce the issue. Can you, please, provide exact steps how to reproduce this problem? Thanks.