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 147564 - Not initialized debugger session name
Summary: Not initialized debugger session name
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
: 52506 138002 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-09-18 07:56 UTC by Petr Blaha
Modified: 2008-09-23 17:56 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (167.01 KB, image/png)
2008-09-18 07:57 UTC, Petr Blaha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Blaha 2008-09-18 07:56:34 UTC
Product Version: NetBeans IDE Dev (Build 080915)
Java: 1.5.0_11; Java HotSpot(TM) Client VM 1.5.0_11-b03
System: Linux version 2.6.22-14-generic running on i386; UTF-8; en_US (nb)

Steps:
1) create web project
2) put breakpoint in jsp file and debug project
ERROR: the debugger session has uninitialized value ${name}, see the attachement
Comment 1 Petr Blaha 2008-09-18 07:57:02 UTC
Created attachment 70075 [details]
screenshot
Comment 2 Petr Jiricka 2008-09-19 16:55:17 UTC
I believe this used to work, not sure how the regression happened. Martine, any ideas?

j2eeserver is responsible for starting the debug session, reassigning to Petr H. 
Comment 3 pslechta 2008-09-22 08:53:15 UTC
*** Issue 52506 has been marked as a duplicate of this issue. ***
Comment 4 pslechta 2008-09-22 08:55:51 UTC
Issue 52506 (P4) is pretty old (NB 4.1, Dec 2004), so I don't believe this worked before... :-)
Comment 5 pslechta 2008-09-22 09:12:59 UTC
Issue 59688 is also duplicate of this issue.
Comment 6 Martin Entlicher 2008-09-22 11:14:11 UTC
IMHO this comes from name="${name}" attribute to the nbjpdaconnect task in build-impl.xml
Comment 7 Petr Hejl 2008-09-22 16:31:56 UTC
Fixed in main 39e6099059dd.
Comment 8 Petr Hejl 2008-09-23 10:29:13 UTC
*** Issue 138002 has been marked as a duplicate of this issue. ***
Comment 9 Quality Engineering 2008-09-23 17:56:42 UTC
Integrated into 'main-golden', will be available in build *200809231435* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/39e6099059dd
User: phejl@netbeans.org
Log: #147564 Not initialized debugger session name