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 79335 - Runtime exception during starting debugging
Summary: Runtime exception during starting debugging
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
: 77874 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-06-28 14:04 UTC by Petr Pisl
Modified: 2006-07-25 08:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The Runtime exception (3.09 KB, text/plain)
2006-06-28 14:06 UTC, Petr Pisl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Pisl 2006-06-28 14:04:40 UTC
I have two web projects. One for tomcat and one for glassfish. 
- put a breakpoing on the index.jsp in project for tomcat and start debugging
- wait until the breakpoing in the index.jsp is reached.
- try to start the project for glassfish in debug mode -> RunTime exception is
arrised and this message appears in the output window for the web application:

/space/ide/projects/WebApplication52/nbproject/build-impl.xml:504: Deployment error:
The Admin Server is stopped at a Break Point. No calls can be executed.
Please, complete your debugging session (continue) in order to be able to manage
this server instance.
See the server log for details.


This is problem, when you want to debug two web projects on different servers
(for example : one includes ws and second one is client of this ws).
Comment 1 Petr Pisl 2006-06-28 14:06:08 UTC
Created attachment 31462 [details]
The Runtime exception
Comment 2 Petr Pisl 2006-06-28 14:13:29 UTC
According to the exception it belongs to app server. 
Comment 3 Vince Kraemer 2006-07-12 21:00:32 UTC
isSuspended doesn't do enough checking...
Comment 4 Vince Kraemer 2006-07-14 22:44:04 UTC
fix under review.
Comment 6 Vince Kraemer 2006-07-25 01:43:41 UTC
*** Issue 77874 has been marked as a duplicate of this issue. ***
Comment 7 Jiri Skrivanek 2006-07-25 08:58:28 UTC
Verified.