From owner-freebsd-java@FreeBSD.ORG Sat Aug 4 10:42:54 2007 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F18916A417 for ; Sat, 4 Aug 2007 10:42:54 +0000 (UTC) (envelope-from caelian@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.185]) by mx1.freebsd.org (Postfix) with ESMTP id 055C213C45B for ; Sat, 4 Aug 2007 10:42:53 +0000 (UTC) (envelope-from caelian@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so1051354fka for ; Sat, 04 Aug 2007 03:42:52 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=o5Ru98x4iYlWiKuenfwV7XNt7UZSfPm9BODkZsLC3suD/JXparbLVHjkMYN+K7lY1TQjOdweuSyBzx3A2PlmepF0eT5USJxUyjWHQjLHRVjZcKa+j62Up5rnd+0reOtbih/A5tUB4b5GENa8dYQCmBNO7eXqhXVklfqPQuFfSbQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=eE3XKRpPO81WMPnXdFv2TXDSGs4CA2/WwhgZr2gnXa3OML5hPd8zbafrr2l+SpklEFak4s0w1/lFs9PQWhnjTOk5WqaQ2WOTbl4K5hXmOlWEcspHojZ6BwMu+vhk4Pn6e+LKpRaF/FCDvb14g8Ki5aod5R5xjUXwohd4dWbFPnU= Received: by 10.86.51.2 with SMTP id y2mr2883137fgy.1186224172623; Sat, 04 Aug 2007 03:42:52 -0700 (PDT) Received: from ?192.168.2.2? ( [87.166.101.224]) by mx.google.com with ESMTPS id p38sm8219655fke.2007.08.04.03.42.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 04 Aug 2007 03:42:51 -0700 (PDT) From: Pascal Hofstee To: Greg Lewis In-Reply-To: <20070803213606.GA10215@misty.eyesbeyond.com> References: <20070803053142.GA4434@misty.eyesbeyond.com> <20070803150302.GA8183@misty.eyesbeyond.com> <1186157203.1023.2.camel@trinity> <200708031642.03309.jkim@FreeBSD.org> <20070803213606.GA10215@misty.eyesbeyond.com> Content-Type: text/plain Date: Sat, 04 Aug 2007 12:42:49 +0200 Message-Id: <1186224169.1023.8.camel@trinity> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Jung-uk Kim , freebsd-java@FreeBSD.org Subject: Re: JDK 1.6.0 patchset 1 "Brumby" X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2007 10:42:54 -0000 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@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