Date: Tue, 3 Jul 2001 13:59:49 +0100 From: j mckitrick <jcm@FreeBSD-uk.eu.org> To: Cedric Berger <cedric@wireless-networks.com> Cc: freebsd-java@freebsd.org Subject: Re: argh!! Can't get bind/rmi to work.... Message-ID: <20010703135949.F35349@dogma.freebsd-uk.eu.org> In-Reply-To: <3B4121FD.5080002@wireless-networks.com>; from cedric@wireless-networks.com on Mon, Jul 02, 2001 at 06:38:05PM -0700 References: <20010703015156.A27017@dogma.freebsd-uk.eu.org> <3B4121FD.5080002@wireless-networks.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010703135949.F35349>