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 64205 - Profiler error after finish of application without taken snapshot
Summary: Profiler error after finish of application without taken snapshot
Status: CLOSED DUPLICATE of bug 60433
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-13 09:43 UTC by ehucka
Modified: 2007-02-20 18:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2005-09-13 09:43:51 UTC
I started to profile a simple application which works for a second and then
finishs. Profiler showed a dialog "Application Finished" "Do you wan to take a
snapshot?". Always when I invoked a "No" button an profiler error occured in IDE
log:

*** Profiler error (Tue Sep 13 10:37:06 CEST 2005): in getMonitoredData(),
caught exception:
com.sun.tools.profiler.client.ClientUtils$TargetAppOrVMTerminated: Target JVM
inactive

Profiled app main:

public static void main(String[] args) {
    long time=System.currentTimeMillis();
    while ((System.currentTimeMillis()-time) < 1000);
}
Comment 1 iformanek 2005-09-13 12:11:23 UTC

*** This issue has been marked as a duplicate of 60433 ***
Comment 2 ehucka 2006-03-22 10:14:01 UTC
verified
Comment 3 Alexander Kouznetsov 2007-02-20 10:26:44 UTC
Closing old issues
Comment 4 Alexander Kouznetsov 2007-02-20 18:10:02 UTC
Reverting to original Target Milestone value changed by mistake. Sorry for
inconvenience.