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 15812 - org.openide.debugger.DebuggerException trying to debug servlet
Summary: org.openide.debugger.DebuggerException trying to debug servlet
Status: CLOSED INVALID
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: -FFJ-
Hardware: PC Windows 3.1/NT
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-21 19:59 UTC by Stephen Rice
Modified: 2001-09-21 20:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide log file for dubugger crash of FFJ v3.0 (build 010523) (12.63 KB, text/plain)
2001-09-21 20:00 UTC, Stephen Rice
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Rice 2001-09-21 19:59:06 UTC
In Forte for Jave, CE v3.0 (Build 010523),
Click on servlet, then Debug->Start

Following message appears:

A org.openide.debugger.DebuggerException exception has occurred....

Details:

Fri Sep 21 13:52:37 CDT 2001: org.openide.debugger.DebuggerException: Exception 
while starting debugger: 
Cannot connect to remote VM.
java.net.ConnectException: Connection refused: no further information
java.lang.reflect.InvocationTargetException: java.net.ConnectException: 
Connection refused: no further information
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:312)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:125)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:112)
        at java.net.Socket.<init>(Socket.java:273)
        at java.net.Socket.<init>(Socket.java:100)
        at com.sun.tools.jdi.SocketTransport.attach(SocketTransport.java:49)
        at com.sun.tools.jdi.SocketAttachingConnector.attach
(SocketAttachingConnector.java:68)
        at org.netbeans.modules.debugger.jpda.JPDADebugger.connect
(JPDADebugger.java:1037)
        at org.netbeans.modules.debugger.jpda.JPDADebugger.connect
(JPDADebugger.java:992)
        at org.netbeans.modules.debugger.jpda.JPDADebugger.startDebugger
(JPDADebugger.java:201)
        at 
org.netbeans.modules.debugger.multisession.EnterpriseDebugger.startSession
(EnterpriseDebugger.java:358)
        at 
org.netbeans.modules.debugger.multisession.EnterpriseDebugger.startDebugger
(EnterpriseDebugger.java:180)
        at 
org.netbeans.modules.j2ee.impl.DefaultServerInstanceManager.startDebugger
(DefaultServerInstanceManager.java:151)
        at 
org.netbeans.modules.j2ee.impl.DefaultServerInstanceManager.serverInstanceStartD
ebugging(DefaultServerInstanceManager.java:89)
        at org.netbeans.modules.j2ee.impl.DefaultExecPerformer.startDebugging
(DefaultExecPerformer.java:78)
        at org.netbeans.modules.j2ee.impl.ServerDebuggerType.startDebugger
(ServerDebuggerType.java:44)
        at org.netbeans.modules.j2ee.impl.ServerDebuggerType.startDebugger
(ServerDebuggerType.java:38)
        at org.openide.loaders.ExecSupport.debug(ExecSupport.java:116)
[catch] at org.openide.actions.DebuggerPerformer$StartDebugThread.run
(DebuggerPerformer.java:338)

Log attachment to follow.
Comment 1 Stephen Rice 2001-09-21 20:00:37 UTC
Created attachment 2657 [details]
ide log file for dubugger crash of FFJ v3.0 (build 010523)
Comment 2 Stephen Rice 2001-09-21 20:28:47 UTC
This is not a bug ... on a whim, I reinstalled the java SDK and this 
problem went away, so obviously this was a setup issue on my 
machine.  Sorry for the extraneous bug report.
Comment 3 Stephen Rice 2001-09-21 20:29:45 UTC
Close bug.