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 69902

Summary: Profiler agent timeout when performing calibration
Product: profiler Reporter: Jiri Sedlacek <jis>
Component: BaseAssignee: Jiri Sedlacek <jis>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jiri Sedlacek 2005-12-05 16:43:08 UTC
If no calibration data are available when profiling project, automatic 
calibration is automatically performed. During this the agent times out after 
10 seconds.

There should be a possibility to stop checking agent timeout during calibration 
and resume it after calibration is done.
Comment 1 iformanek 2005-12-07 18:58:52 UTC
This would be hard to fix, as the on-demand calibration and the profiled app 
are launched in parallel. I suggest to move the on-demand calibration code to 
the nbprofiledirect task, to prevent it from finishing until the calibration is 
done. Note that this is not a necessarily easy change, I'd rather do some 
simpler workaround in 1.0.
Comment 2 iformanek 2006-01-03 12:23:07 UTC
Raising priority to P2, every new user would see this error as the first thing, 
which woul dbe very bad.
Comment 3 iformanek 2006-01-03 13:12:04 UTC
FIxed in M12, the calibration is now performed synchronously before the agent 
is started.
Comment 4 Alexander Kouznetsov 2007-03-14 09:56:25 UTC
Closing old issues