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 162657 - User is asked to click Refresh menu to complete a profiler operation
Summary: User is asked to click Refresh menu to complete a profiler operation
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-15 02:19 UTC by davisn
Modified: 2009-04-16 20:56 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 davisn 2009-04-15 02:19:43 UTC
Running a project in Profile mode is not completed until user clicks Refresh menu from the "GlassFish V3" node

Steps To Reproduce:
1. Install NB 6.7 trunk (04/14/2009) build on winXP, jdk1.6.0_13
2. Start IDE with V3 experimental option (eg. 
3. Select Tools > Servers > click Add Server... button > select GlassFish V3 plugin > download the V3 server
4. Create a Web Module project > select GlassFish V3 for server runtime
5. From Profile memu, select Advanced commands > Run Profiler Calibration > select jdk1.6 for default > click OK button
6. From Profile menu, select Profile main Project > click OK button for jdk1.6 > click OK to enable Profiling of the
current default Web Project > click Run
Note:
   The profile operation was stopped after server started 
7. Click Services tab > right-click at GlassFish V3 node, select Refresh menu
Note:
   The profile process finished deploying and executing the web module application
Comment 1 Vince Kraemer 2009-04-15 17:56:16 UTC
can reproduce.

Good catch.
Comment 2 Vince Kraemer 2009-04-15 23:04:16 UTC
the fix is in web-main... http://hg.netbeans.org/web-main/rev/e51180853dce
Comment 3 Quality Engineering 2009-04-16 19:18:55 UTC
Integrated into 'main-golden', will be available in build *200904161401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e51180853dce
User: vince kraemer <vkraemer@netbeans.org>
Log: #162657: problem when you profile a java ee project
Comment 4 Vince Kraemer 2009-04-16 20:29:44 UTC
it's in there
Comment 5 davisn 2009-04-16 20:56:44 UTC
I will retest in the next build and thanks for the quick fix