JDK 1.6.0 patchset 1 "Brumby"

Pascal Hofstee caelian at gmail.com
Sat Aug 4 10:42:54 UTC 2007


On Fri, 2007-08-03 at 14:36 -0700, Greg Lewis wrote:
> Seems to be working for me too:
> 
> FreeBSD laptop 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Wed Jan 24 09:03:47 PST
> 2007     root at laptop:/usr/src/sys/i386/compile/LAPTOP  i386
> 
> I get the expected exceptions when I try to connect to a host I can't look
> up or a port that isn't open.  Connecting to an open port works as
> expected.  This is all using the test code.
> 
> Pascal, are you trying to connect to an open port?  What is listening on it
> and what are you expecting to happen (i.e. what happens with 1.5?).

I am trying to connect to a Linksys NSLU2 that provides a socket
interface to communicate with a serially connected measuring device.
I ensured that the other end is listening because a plain simple
"telnet 172.16.30.1 10485" connects me to our software and allows me to
communicate with the measuring device.

What i am expecting to happen is to simlpy get connected and no
SocketException being thrown which is exactly what happens when i build
and run the exact same code using the Diablo JDK 1.5.

-- 
Pascal Hofstee <caelian at gmail.com>



More information about the freebsd-java mailing list