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 115893

Summary: Still cannot reliably open Live Results window
Product: profiler Reporter: _ gsporar <gsporar>
Component: BaseAssignee: J Bachorik <yardus>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: message log file

Description _ gsporar 2007-09-18 18:08:40 UTC
Using the NB 6 daily build from 2007-09-18 on JDK6u2, running on Ubuntu 7.04.

There was a bug involving a listener that prevented the Live Results window from opening, but according to yardus it was
fixed last week (but not in time for Beta1).

With the latest daily build, I am still seeing an intermittent problem, though.  Following the instructions in this
script: http://wiki.netbeans.org/wiki/view/HttpUnitCaseStudy, when I do step 14 the Live Results window does not open. 
The top component just displays the standard greyed-out "No Profiling Results Available Yet."  But I can take snapshots
without any problem, so there are results.

I will attach my IDE message log, although it does not look like there is anything very interesting in it.

I do not think this is consistently reproducible.  :-(
Comment 1 _ gsporar 2007-09-18 18:09:41 UTC
Created attachment 49006 [details]
message log file
Comment 2 J Bachorik 2007-09-19 14:38:50 UTC
finally fixed
there was still a service registration file missing thus the listener couldn't get registered correctly
Comment 3 _ gsporar 2007-09-21 20:51:31 UTC
Did this fix make it into the 2007-09-20 build?  That is what I am running now and the following does not work:

1. Profile the Anagram game, choosing CPU profiling, profile entire application with the filter set to profile all classes.

2. After the application displays, open the Live Results window.  There are no results displayed.

3. Stop the profiling - but leave the Live Results window open.

4. Start the profiling again (same settings).  Still no live results.

So I cannot seem to get live results with CPU profiling.  
Comment 4 J Bachorik 2007-09-24 08:51:36 UTC
Plz, try to reproduce the problem with a clean user dir and make sure there are no hanging java process with the
profiler agent enabled.
Comment 5 Tomas Hurka 2007-09-24 09:25:17 UTC
Gregg, this works for me too. I was not able to reproduce it. The fix is there, but it fixed problem only with the live results of the memory profiling.
Comment 6 _ gsporar 2007-10-02 08:53:23 UTC
Using the daily build from 2007-09-28 I can no longer reproduce this bug.  Live Results seems to work with both CPU and
Memory profiling.
Comment 7 J Bachorik 2007-10-02 09:38:21 UTC
closing as fixed
Comment 8 Alexander Kouznetsov 2007-10-09 13:52:44 UTC
Verified according to reporter's comment