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 113334 - Profiling session fails to start if wrong path defined in Adv. settings
Summary: Profiling session fails to start if wrong path defined in Adv. settings
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-21 13:04 UTC by Maksim Khramov
Modified: 2007-10-31 13:22 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 Maksim Khramov 2007-08-21 13:04:17 UTC
Product Version: NetBeans IDE Dev (Build 200708200000) 
Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05 
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)

Steps to reproduce:
Create AnagramGame project.
Open SPT dialog and create custom configuration in Monitor mode
Open Anvanced settings view, check 'Override global settings' mode and type wrong path in Working directory field.
Run profiling.
There are error message in output window and 'Starting profiling session' task stays in statusbar.
Comment 1 J Bachorik 2007-08-31 14:22:08 UTC
fixing this will probably need some bigger changes in SPT dialog. jirko, plz, take a look at it
Comment 2 Jiri Sedlacek 2007-10-17 16:29:38 UTC
Invalid working directory is displayed in red (may not be true for GTK), warning is shown for invalid working directory
when starting new profiling session.

Fixed in trunk.


/cvs/profiler/modules/main/src/org/netbeans/modules/profiler/ui/stp/MonitorSettingsAdvancedPanel.java,v  <-- 
MonitorSettingsAdvancedPanel.java
new revision: 1.2; previous revision: 1.1
/cvs/profiler/modules/main/src/org/netbeans/modules/profiler/ui/stp/MemorySettingsAdvancedPanel.java,v  <-- 
MemorySettingsAdvancedPanel.java
new revision: 1.2; previous revision: 1.1
/cvs/profiler/modules/main/src/org/netbeans/modules/profiler/ui/stp/Bundle.properties,v  <--  Bundle.properties
new revision: 1.2; previous revision: 1.1
/cvs/profiler/modules/main/src/org/netbeans/modules/profiler/ui/stp/CPUSettingsAdvancedPanel.java,v  <-- 
CPUSettingsAdvancedPanel.java
new revision: 1.2; previous revision: 1.1
/cvs/profiler/modules/main/src/org/netbeans/modules/profiler/ui/stp/SelectProfilingTask.java,v  <-- 
SelectProfilingTask.java
new revision: 1.2; previous revision: 1.1
Comment 3 Maksim Khramov 2007-10-31 13:22:32 UTC
Verified in build 200710301200