From owner-freebsd-eclipse@FreeBSD.ORG Sat Mar 12 17:06:22 2011 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B1F0106567E for ; Sat, 12 Mar 2011 17:06:22 +0000 (UTC) (envelope-from noackjr@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id C1D6C8FC2D for ; Sat, 12 Mar 2011 17:06:21 +0000 (UTC) Received: by ewy1 with SMTP id 1so1244457ewy.13 for ; Sat, 12 Mar 2011 09:06:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=p4hmWBVCrOxsqXzZsk687+4WIpq+wDNgwuPdaHb3aKE=; b=lnpirhB8h5D3aLId7IAgqj2264vt0Z0XQR2R0FfbbRfQLvHaersWznwW0emvLsSRKR U6MsnSUsF4KBFK9stcY27O6ivSvM25/x+YUgRkrD63wyZTo/hngUXfZbFWLHKm4bEBpR GGSF7Ybl7EDG/bj/7gW7WWlCx2cDvp+O2dskI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=k2xChkYYiZbNZGDukk/8kiJ4O+Fd2tOcGbtvUy5xv/rB+neH9I2DudsSdIp8RIQzJ2 jYm+2U0VrVlxp9Ww+jPhlS4reARuphd0T6EpNunoiJg33koRRA6CQT83P3SMYy0u4ykO 4JGxje4Zispgu3aHhXFtxrT/fOOfIOhHXtjK4= MIME-Version: 1.0 Received: by 10.213.17.200 with SMTP id t8mr431368eba.1.1299949580105; Sat, 12 Mar 2011 09:06:20 -0800 (PST) Received: by 10.213.2.148 with HTTP; Sat, 12 Mar 2011 09:06:20 -0800 (PST) In-Reply-To: References: Date: Sat, 12 Mar 2011 11:06:20 -0600 Message-ID: From: Jonathan Noack To: Ronald Klop Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-eclipse@freebsd.org Subject: Re: unable to install/update software X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Mar 2011 17:06:22 -0000 Ronald, I see you replied via the archives and tried to rebuild the thread below. Please copy me directly as I'm not subscribed. On Thu, Mar 10, 2011 at 5:41 PM, Ronald Klop wrote: > On Wed, Mar 9, 2011 at 4:52 PM, Jonathan Noack wrote: >> After installing a new router plus recent updates to ports I'm no >> longer able to install/update software in Eclipse. =A0When trying to >> select the site "http://e-p-i-c.sf.net/updates/testing", I get this >> message: >> Unable to read repository at http://e-p-i-c.sf.net/updates/testing/conte= nt.xml. >> Bad address > > The cause is this. > > Caused by: java.net.SocketException: Bad address > at java.net.PlainSocketImpl.socketGetOption(Native Method) > > So it looks likes something isn't going well in the network. Combined wit= h > your new router I would look there. Is there something with IPv6 now? > Are you familiar with networking sniffing tools as ngrep and wireshark? The new router is an Airport Extreme. I also considered IPv6 could be the problem and tried running Eclipse with -Djava.net.preferIPv4Stack=3Dtrue. This didn't change the behavior. I'll see what I can find with wireshark. -Jon