Subject | Re: Can't open connection |
---|---|
Author | local_user5 |
Post date | 2004-08-30T08:36:26Z |
> I have seen this sort of activity before. Which version of Windowsare
> you using, and which service pack?use ;) )
> I had a machine that would never connect unless I used the real IP
> address, but that was on a Win98SE machine ( which is still in
> The eventual fix came with an update to the driver for the networkcard,
> but what was even more peculiar was I had two identical machinewith all
> the same hardware and software ( used the same install disk ) whichdid
> not have the problem.on the
> Windows Routing still leaves a lot to be desired, and does depend
> order things are installed. Removing a network connection candisable
> TCP/IP which is what I think you are seeing, ping is just lying ;)Thank you for reply.
My configuration is: P4-3.0/RAM 512, Windows Server 2003 / JDK 1.4.2.
I wrote already in discussion group that it's possible to execute
this code in target computer:
try {
Socket testSocket = new Socket(InetAddress.getByName("localhost"),
3050);
} catch(Exception e) {
System.err.println(e);
return;
}
Because the above code works it seems that the problem is not in
Windows routing and not in JRE but in the driver itself.