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 120719 - Build fails plain deployment: "No debugging sessions found"
Summary: Build fails plain deployment: "No debugging sessions found"
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: REGRESSION
: 120727 120739 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-10-31 20:12 UTC by _ krystyna
Modified: 2007-11-03 00:30 UTC (History)
6 users (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 _ krystyna 2007-10-31 20:12:23 UTC
NetBeans IDE Dev (Build 200710311411) (zip build)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b02
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)

For VW ee5 projects, when doing plain deployment using green 
arrow, the build fails with "No debugging sessions was found".

Also we expect our browser to appear and display the web application but 
it does not.

The project however does get deployed--can see it under glassfish node and
can manually invoke.
Comment 1 Winston Prakash 2007-10-31 20:50:57 UTC
I'm seeing this problem in Windows Vista

deployment started : 0%
deployment finished : 100%
Deploying application in domain completed successfully
Trying to create reference for application in target server  completed successfully
Trying to start application in target server  completed successfully
Deployment of application WebApplication4  completed successfully
Enable of WebApplication4 in target server completed successfully
Enable of application in all targets  completed successfully
All operations completed successfully
run-deploy:
C:\Users\Winston Prakash\Documents\NetBeansProjects\WebApplication4\nbproject\build-impl.xml:489: No debugging sessions
was found.
BUILD FAILED (total time: 0 seconds) 
Comment 2 Winston Prakash 2007-10-31 20:53:53 UTC
Tried on my MAC with the same result

compile-jsps:
In-place deployment at /Users/winstonp/NetBeansProjects/WebApplication3/build/web
Start registering the project's server resources
Finished registering server resources
moduleID=WebApplication3
deployment started : 0%
deployment finished : 100%
Deploying application in domain completed successfully
Trying to create reference for application in target server  completed successfully
Trying to start application in target server  completed successfully
Deployment of application WebApplication3  completed successfully
Enable of WebApplication3 in target server completed successfully
Enable of application in all targets  completed successfully
All operations completed successfully
run-deploy:
/Users/winstonp/NetBeansProjects/WebApplication3/nbproject/build-impl.xml:489: No debugging sessions was found.
BUILD FAILED (total time: 32 seconds)
Comment 3 Vince Kraemer 2007-10-31 21:03:12 UTC
me too on Solaris.
Comment 4 Tomas Mysik 2007-10-31 21:44:00 UTC
Adding Martin to CC - Martin you have recently updated build-impl.xsl in Web project - could not be this change 
related to this issue? Thank you for any info.
Comment 5 Tomas Mysik 2007-10-31 21:45:09 UTC
*** Issue 120727 has been marked as a duplicate of this issue. ***
Comment 6 Petr Jiricka 2007-10-31 23:01:06 UTC
Yes, looks like a regression caused by the fix of issue 120224.
Comment 7 Vince Kraemer 2007-10-31 23:45:46 UTC
*** Issue 120739 has been marked as a duplicate of this issue. ***
Comment 8 Petr Hejl 2007-11-01 09:46:42 UTC
This seems to really the jpda task issue.
Comment 9 Martin Entlicher 2007-11-01 10:49:27 UTC
Yes, this is caused by the fix of issue #120224.
Comment 10 Martin Entlicher 2007-11-01 10:54:16 UTC
Fixed:

/shared/data/ccvs/repository/debuggerjpda/ant/antsrc/org/netbeans/modules/debugger/jpda/ant/JPDAAppReloaded.java,v  <--
 JPDAAppReloaded.java
new revision: 1.2; previous revision: 1.1
Comment 11 _ krystyna 2007-11-03 00:30:57 UTC
Verified fixed NetBeans IDE Dev (Build 200711020000)