From owner-freebsd-java Tue Jun 18 18:58:11 2002 Delivered-To: freebsd-java@freebsd.org Received: from mx1.aist.go.jp (mx1.aist.go.jp [150.29.246.133]) by hub.freebsd.org (Postfix) with ESMTP id 5D66737B446 for ; Tue, 18 Jun 2002 18:57:27 -0700 (PDT) Received: from rpsmtp1.aist.go.jp by mx1.aist.go.jp with ESMTP id g5J1raH22337; Wed, 19 Jun 2002 10:53:37 +0900 (JST) env-from (shudo@computer.org) Received: from mail06.aist.go.jp by rpsmtp1.aist.go.jp with ESMTP id g5J1rag05676; Wed, 19 Jun 2002 10:53:36 +0900 (JST) env-from (shudo@computer.org) Received: from aist.go.jp by mail06.aist.go.jp with ESMTP id g5J1rZ808801; Wed, 19 Jun 2002 10:53:35 +0900 (JST) env-from (shudo@computer.org) Date: Wed, 19 Jun 2002 10:53:38 +0900 (JST) Message-Id: <20020619.105338.640900190.shudoh@localhost> To: jcm@FreeBSD-uk.eu.org, freebsd-java@FreeBSD.ORG Subject: Re: Inconsistent RMI call problem From: shudo@computer.org In-Reply-To: <20020619005848.A82823@dogma.freebsd-uk.eu.org> References: <20020619005848.A82823@dogma.freebsd-uk.eu.org> X-Mailer: Mew version 2.1 on XEmacs 21.4.6 (Common Lisp) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 From: j mckitrick > I have a little calculator applet that uses RMI calls to a compute > server engine. What is driving me nuts is the RMI stubs don't always > seem to work. Has your RMI code worked on other platformes than FreeBSD? If not, your problem may be generic to RMI. > Here is some relevant output: These messages seem to say that the compute server cannot find the stub class named `engine.ComputeEngine_Stub'. Are you sure that the JVM running on the server can find that class? Kazuyuki Shudo shudo@computer.org http://www.shudo.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message