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 63435 - Suppress second start of debugger on SunAppsrv
Summary: Suppress second start of debugger on SunAppsrv
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-31 14:36 UTC by Jiri Skrivanek
Modified: 2005-09-15 17:19 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 Jiri Skrivanek 2005-08-31 14:36:35 UTC
Posibility to start second session on the same server should be disabled. On
Tomcat there is a warning dialog which enables either cancel attempt to start
another session or it stops running session and starts a new one. It should be
the same for Application server. Otherwise IDE get stuck when try to start
concurent session. To reproduce:

- start IDE
- add Sun Application Server in Runtime tab
- create web application project
- add breapoint at index.jsp
- start debugger (F5) and wait until it stops at breakpoint
- try to start debugger again (F5). It should not be allowed.

Build 200508301800, JDK1.5.0_04, WindowsXP.
Comment 1 Petr Blaha 2005-09-08 13:39:50 UTC
Beta stopper.
Comment 2 Vince Kraemer 2005-09-12 17:49:50 UTC
Not so easy.  50% chance of closing this week
Comment 3 _ ludo 2005-09-12 21:07:00 UTC
Vince: talk to me on this one: I now undersand what's going on.
This is due to changes between disconnected and connected DM.

I still need to find the best solution...
Comment 4 Vince Kraemer 2005-09-13 17:13:36 UTC
Ludo said that he has a diffs that address this...
Comment 6 Jiri Skrivanek 2005-09-15 17:19:36 UTC
Verified in build 20050915-0958. Filed issued 64473 that informational exception
is printed to console.