Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2120691 | 5.0 | James Holmlund | P2 | Resolved | Fixed | b48 |
- Start the appserver on windows in debug mode, listening for a connection
from a debugger.
- Connect from a debugger, eg, jdb. Note that the connection succeeds.
- Quit jdb
- Connect a second time. The connection is not established and no
debugging can be done.
This failure only occurs on windows when the socket transport is used,
and the debuggee launches another application with Runtime.exec().
See bug
4989322 Debugger doesn't connect to app server for the second time
from a debugger.
- Connect from a debugger, eg, jdb. Note that the connection succeeds.
- Quit jdb
- Connect a second time. The connection is not established and no
debugging can be done.
This failure only occurs on windows when the socket transport is used,
and the debuggee launches another application with Runtime.exec().
See bug
4989322 Debugger doesn't connect to app server for the second time
- backported by
-
JDK-2120691 JDI can't connect to the app server a second time
-
- Resolved
-