You didn't clear your network adapter settings as I said (0.0.0.0 is the 
address ipconfig shows for about two minutes while it tries to connect to a 
dhcp server without success).
But nevertheless I think the debugger is trying to connect to the address of 
the default gateway instead to the localhost on your PC for whatever reason.

I've changed Michael Scherers Delphi app to use a ini file. Put the exe and the 
ini under your PODS directory where eclipse.exe is in.
There is now another value, 'Gateway', in the ini file. I've set this to 
192.168.0.254 for your net. This is exchanged with 127.0.0.1

You can download it from 
http://homepages.fh-giessen.de/~hg12799/netstat-wrapper-v2.zip

I couldn't replicate the problem on my PC, seems this only happens under 
certain circumstances. Tell me if this helped you.

Regards
Benjamin Stadin


Scott Tester wrote:

>There was only one emulator running at 2000  (don’t know what 59847 was
>about).  I redid the tests under the following conditions:
>1. Made sure Virus Checker and Firewall were not running
>2. Disconnected from Internet  (Thus getting rid of the gateway at
>192.168.0.254, and all the calls that go along with it.)
>3. Disabled Application Layer Gateway Service (just in case.)
>
>netstat -aop TCP responds:
>  Proto  Local Address      Foreign Address  State      PID
>  TCP    bluey:epmap        0.0.0.0:0        LISTENING  824  //svchost -k
>rpcss
>  TCP    bluey:microsoft-ds 0.0.0.0:0        LISTENING  4      
>  TCP    bluey:2000         0.0.0.0:0        LISTENING  3732 //Emulator
>  TCP    bluey:6414         0.0.0.0:0        LISTENING  3732 //Emulator
>  TCP    bluey:6415         0.0.0.0:0        LISTENING  3732 //Emulator
>
><snip>
>
>
>I'm running PODS 1.2.1.02
>TCPView doesn't show javaw.exe appearing at all.
>
>Thanks for helping!
>
>Scott.
>
>-----Original Message-----
>From: Stadin, Benjamin [mailto:[EMAIL PROTECTED] 
>Sent: Wednesday, 8 June 2005 11:26 PM
>To: '[EMAIL PROTECTED]'
>Subject: Re: PODS 1.2 - Still not running correctly
>
>
>Do you have other Simulators running while you start the debugging and the
>simulator starts? 
>It looks like you have another Simulator or the external debugger listening
>on Port 2000 but the PODS debugger is listening on port 59847. 
>
>If that doesn't help you've maybe found another issue. If 192.168.0.254
>isn't your local address PODS is maybe trying to connect to a false address.
>That address looks like a default gateway. 
>If this is the case clear your network adapter settings temporary, unplug
>the cables and try if it works then. 
>
>Please give a report if this helped. It should be fairly simple then to
>replace 192.168.0.254 with 127.0.0.1 with the nice program Michael Scherer
>has written, though for a temporary solution.
>
>
>Regards
>Benjamin Stadin
>
>
>
> Scott wrote:
>
>PODS1.2 is still responding with
>
>Target request failed: Target is not responding (timed out).
>
>I'm running XP English.  netstat -aop TCP replies:
>Active Connections
>Proto  Local Address          Foreign Address        State           PID
>TCP    bluey:epmap            bluey:0                LISTENING       824
>TCP    bluey:microsoft-ds     bluey:0                LISTENING       4
>TCP    bluey:2000             bluey:0                LISTENING       1228
>TCP    bluey:6414             bluey:0                LISTENING       1228
>TCP    bluey:6415             bluey:0                LISTENING       1228
>TCP    bluey:1025             bluey:0                LISTENING       332
>TCP    bluey:1166             localhost:1167         ESTABLISHED     3544
>TCP    bluey:1167             localhost:1166         ESTABLISHED     3544
>TCP    bluey:netbios-ssn      bluey:0                LISTENING       4
>TCP    bluey:1397             baym-cs78.msgr.hotmail.com:1863  ESTABLISHED
>448
>  TCP    bluey:1407             palmsource.lyris.net:http  ESTABLISHED
>3544
>  TCP    bluey:1408             palmsource.lyris.net:http  ESTABLISHED
>3544
>  TCP    bluey:59847            192.168.0.254:5678     TIME_WAIT       0
>
><snip>

>Please Help!
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to