From owner-freebsd-java Tue Jul 3 5:59:53 2001 Delivered-To: freebsd-java@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id 928E037B401 for ; Tue, 3 Jul 2001 05:59:51 -0700 (PDT) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] ident=root) by probity.mcc.ac.uk with esmtp (Exim 2.05 #7) id 15HPmQ-000Nz7-00; Tue, 3 Jul 2001 13:59:50 +0100 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.11.3/8.11.1) id f63CxoP36849; Tue, 3 Jul 2001 13:59:50 +0100 (BST) (envelope-from jcm) Date: Tue, 3 Jul 2001 13:59:49 +0100 From: j mckitrick To: Cedric Berger Cc: freebsd-java@freebsd.org Subject: Re: argh!! Can't get bind/rmi to work.... Message-ID: <20010703135949.F35349@dogma.freebsd-uk.eu.org> References: <20010703015156.A27017@dogma.freebsd-uk.eu.org> <3B4121FD.5080002@wireless-networks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <3B4121FD.5080002@wireless-networks.com>; from cedric@wireless-networks.com on Mon, Jul 02, 2001 at 06:38:05PM -0700 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Jul 02, 2001 at 06:38:05PM -0700, Cedric Berger wrote: | Looks like some sort of DNS issue, right? | is BindTest a valid hostname on your system? | I doubt it. | Try replacing: | | String name = "//BindTest"; | by | tring name = "//localhost/BindTest"; Well, according to the API, the host name defaults to localhost if left out, and the port defaults to 1099 (rmiregistry's default) if left out. But even when i use localhost, it doesn't work. :-\ Jonathon -- Microsoft complaining about the source license used by Linux is like the event horizon calling the kettle black. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message