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 85542 - Exception when server is stopped at breakpoint and another java debug session is starting
Summary: Exception when server is stopped at breakpoint and another java debug session...
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: _ ludo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-22 10:35 UTC by Jiri Skrivanek
Modified: 2006-10-03 15:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Entire stack trace. (1.51 KB, text/plain)
2006-09-22 10:35 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2006-09-22 10:35:17 UTC
RuntimeException is thrown when you try to start java debug session while Sun
application server is stopeed at breakpoint. To reproduce:

- add glassfish or Sun app. server in Runtime view
- create a web application
- add breakpoint to index.jsp
- start debugger and wait until it stops at breakpoint
- create java application
- add something to main method and toggle breakpoint on it
- try to debug this java project. It throws the following exception and
debugging doesn't start.

java.lang.RuntimeException: 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.
	at
org.netbeans.modules.j2ee.sun.ide.dm.SunDeploymentManager.ThrowExceptionIfSuspended(SunDeploymentManager.java:1010)

Build 20060921000, JDK1.6.0-b99, WindowsXP.
Comment 1 Jiri Skrivanek 2006-09-22 10:35:54 UTC
Created attachment 34365 [details]
Entire stack trace.
Comment 3 Jiri Skrivanek 2006-10-03 15:16:23 UTC
You are right. I verified it in build NB5.5 RC1 200610030000.