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

Summary: Misleading output after stopping profiling on any AS
Product: serverplugins Reporter: Petr Cyhelsky <cyhelsky>
Component: CodeAssignee: issues@serverplugins <issues>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 7.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

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"...