Network Debug Error - Connection Refused
Posted: Thu Oct 02, 2008 10:43 am
I am currently unable to get the debugger to launch successfully for my application.
I am using a 5272, Rel22_rc2.
I have had the debugger working with this application previously, but it seems to stop working for unexplained reasons.
The current problem occurs when trying to launch the debugger:
"Error creating session: 10.0.2.6:2159: No connection could be made because the
target machine actively refused it.
The application is calling InitializeNetworkGDB_and_Wait() and the monitor
window shows that the application reported: "Initialized GDP tcp" and
waits there.
A wireshark capture (filtered for the target ipaddr) shows the following exchange...
From To
4667 21.213012 10.0.1.17 10.0.2.6 TCP 1369 > 2159 [SYN] Seq=0 Len=0
MSS=1460
4668 21.214100 10.0.2.6 10.0.1.17 TCP 2159 > 1369 [RST, ACK] Seq=0 Ack=1
Win=0 Len=0
4669 21.214114 10.0.2.6 10.0.1.17 TCP 2159 > 1369 [RST, ACK] Seq=0 Ack=1
Win=0 Len=0
4670 21.214119 10.0.2.6 10.0.1.17 TCP 2159 > 1369 [RST, ACK] Seq=0 Ack=1
Win=0 Len=0
4740 21.661993 10.0.1.17 10.0.2.6 TCP 1369 > 2159 [SYN] Seq=0 Len=0
MSS=1460
4741 21.663058 10.0.2.6 10.0.1.17 TCP 2159 > 1369 [RST, ACK] Seq=0 Ack=1
Win=0 Len=0
4857 22.163589 10.0.1.17 10.0.2.6 TCP 1369 > 2159 [SYN] Seq=0 Len=0
MSS=1460
4858 22.164649 10.0.2.6 10.0.1.17 TCP 2159 > 1369 [RST, ACK] Seq=0 Ack=1
Win=0 Len=0
Thanks for any help...
-Doug
I am using a 5272, Rel22_rc2.
I have had the debugger working with this application previously, but it seems to stop working for unexplained reasons.
The current problem occurs when trying to launch the debugger:
"Error creating session: 10.0.2.6:2159: No connection could be made because the
target machine actively refused it.
The application is calling InitializeNetworkGDB_and_Wait() and the monitor
window shows that the application reported: "Initialized GDP tcp" and
waits there.
A wireshark capture (filtered for the target ipaddr) shows the following exchange...
From To
4667 21.213012 10.0.1.17 10.0.2.6 TCP 1369 > 2159 [SYN] Seq=0 Len=0
MSS=1460
4668 21.214100 10.0.2.6 10.0.1.17 TCP 2159 > 1369 [RST, ACK] Seq=0 Ack=1
Win=0 Len=0
4669 21.214114 10.0.2.6 10.0.1.17 TCP 2159 > 1369 [RST, ACK] Seq=0 Ack=1
Win=0 Len=0
4670 21.214119 10.0.2.6 10.0.1.17 TCP 2159 > 1369 [RST, ACK] Seq=0 Ack=1
Win=0 Len=0
4740 21.661993 10.0.1.17 10.0.2.6 TCP 1369 > 2159 [SYN] Seq=0 Len=0
MSS=1460
4741 21.663058 10.0.2.6 10.0.1.17 TCP 2159 > 1369 [RST, ACK] Seq=0 Ack=1
Win=0 Len=0
4857 22.163589 10.0.1.17 10.0.2.6 TCP 1369 > 2159 [SYN] Seq=0 Len=0
MSS=1460
4858 22.164649 10.0.2.6 10.0.1.17 TCP 2159 > 1369 [RST, ACK] Seq=0 Ack=1
Win=0 Len=0
Thanks for any help...
-Doug