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 254880 - Profiling mavenized netbeans application fail to bind if Compile on save is deactivated
Summary: Profiling mavenized netbeans application fail to bind if Compile on save is d...
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.1
Hardware: PC All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-31 16:10 UTC by skygo
Modified: 2015-09-08 16:24 UTC (History)
1 user (show)

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 skygo 2015-08-31 16:10:54 UTC
STEPs

 1 Create a new maven netbeans application. (no sample project)
 -- verify nomimal
 2 Clean and build
 3 Profile the application (with telemetry)
 4 graphs appears bind is short
 -- error
 5 Deactivate compile on save
 6 Clean and build
 7 Profile the application (with telemetry)  
 
    
ACTUAL
  forever binding popup, with Connecting to the target VM....

EXCPECTED
  profiling bind and start like on nominal scenario.
Comment 1 alied 2015-09-05 05:05:50 UTC
Reproducible:
Product Version: NetBeans IDE Dev (Build 201509040002)
Java: 1.8.0_60; Java HotSpot(TM) 64-Bit Server VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-b27
System: Linux version 4.1.6+ running on amd64; UTF-8; en_US (nb)
User directory: /home/alied/.netbeans/dev
Cache directory: /home/alied/.cache/netbeans/dev
Comment 2 Tomas Stupka 2015-09-07 13:57:51 UTC
fixed in jet-main #d4ccc6b9ba91
Comment 3 Quality Engineering 2015-09-08 01:21:37 UTC
Integrated into 'main-silver', will be available in build *201509080002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d4ccc6b9ba91
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #254880 - Profiling mavenized netbeans application fail to bind if Compile on save is deactivated
Comment 4 skygo 2015-09-08 16:24:52 UTC
thanks for the fix