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 205063 - Misleading output after stopping profiling on any AS
Summary: Misleading output after stopping profiling on any AS
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-14 08:08 UTC by Petr Cyhelsky
Modified: 2011-11-14 08:18 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 Petr Cyhelsky 2011-11-14 08:08:18 UTC
Product Version: NetBeans IDE Dev (Build 201111130600)
Java: 1.7.0; Java HotSpot(TM) Client VM 21.0-b18
System: Windows 7 version 6.1 running on x86; Cp1252; en_US (nb)

After stopping profiling the app on GF, Tomcat or JBoss via profiler control panel the following message is shown in the output:

C:\Users\tester\NetBeansProjects\prof apps\JBossTest\nbproject\build-impl.xml:553: Starting server in profile mode failed.
BUILD FAILED (total time: 1 minute 52 seconds)

Which is clearly wrong - Starting Server in profiling mode didn't fail, it was successful (profiling worked) and the user invoked the stop, so there was no build "Fail".

The message should be something like "Profiling session was stopped by the user"...