From owner-freebsd-java@FreeBSD.ORG Wed Aug 6 12:21:59 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A201337B401 for ; Wed, 6 Aug 2003 12:21:59 -0700 (PDT) Received: from ext-ch1gw-1.online-age.net (ext-ch1gw-1.online-age.net [216.34.191.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9F6643FD7 for ; Wed, 6 Aug 2003 12:21:58 -0700 (PDT) (envelope-from lapinski@crd.ge.com) Received: from int-ch1gw-4.online-age.net (int-ch1gw-4 [3.159.232.68]) h76JLtiL013873; Wed, 6 Aug 2003 14:21:55 -0500 (CDT) Received: from crdns.crd.ge.com (localhost [127.0.0.1]) id h76JLsh0024576; Wed, 6 Aug 2003 15:21:54 -0400 (EDT) Received: from xbh01crdge.crd.ge.com (xbh01crdge.crd.ge.com [3.159.72.22]) by crdns.crd.ge.com (8.11.6p2/8.11.6) with ESMTP id h76JLrQ19511; Wed, 6 Aug 2003 15:21:53 -0400 (EDT) Received: by xbh01crdge.crd.ge.com with Internet Mail Service (5.5.2653.19) id ; Wed, 6 Aug 2003 15:21:51 -0400 Message-ID: From: "Lapinski, Michael (Research)" To: "'Michael E. Mercer'" , freebsd-java@freebsd.org Date: Wed, 6 Aug 2003 15:21:49 -0400 X-Mailer: Internet Mail Service (5.5.2653.19) Subject: RE: Socket Exception using 1.4 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2003 19:21:59 -0000 One suggestion, try using NetworkInterface to poll for up/down/ip info (I read a short Article in the java developers journal about it and would be willign to fax it to you or Something). Second, the first thing that comes to mind is policy files for the JVM, ive seen a lot of weird socket excpetions with RMI stuff that ended up being policy issues. If that doesn't do anything send a code snippet and maybe I can be of help. -mtl -------------------------------------------------- Michael Lapinski Computer Scientist GE Research -----Original Message----- From: Michael E. Mercer [mailto:mmercer@nc.rr.com] Sent: Wednesday, August 06, 2003 3:08 PM To: freebsd-java@freebsd.org Subject: Socket Exception using 1.4 Hello, I have a Linksys Router that I access via a java program to get my current IP. I use my own Authenticator and use URL to get a URLConnection. When I use 1.3, everything works just fine. However using 1.4 throws a "Socket Reset" SocketException everytime. If you need me to write a sample code snippet to explain what exactly I'm doing, then I will. Thanks Michael Mercer _______________________________________________ freebsd-java@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-java To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"