From owner-freebsd-java Wed Mar 8 1:18:54 2000 Delivered-To: freebsd-java@freebsd.org Received: from hermes.research.kpn.com (hermes.research.kpn.com [139.63.192.8]) by hub.freebsd.org (Postfix) with ESMTP id A29B137B513 for ; Wed, 8 Mar 2000 01:18:46 -0800 (PST) (envelope-from K.J.Koster@kpn.com) Received: from l04.research.kpn.com (l04.research.kpn.com [139.63.192.204]) by research.kpn.com (PMDF V5.2-31 #35196) with ESMTP id <01JMSC17ZQW2000SRJ@research.kpn.com> for freebsd-java@FreeBSD.ORG; Wed, 8 Mar 2000 10:18:40 +0100 Received: by l04.research.kpn.com with Internet Mail Service (5.5.2650.21) id <19A086A7>; Wed, 08 Mar 2000 10:18:40 +0100 Content-return: allowed Date: Wed, 08 Mar 2000 10:18:33 +0100 From: "Koster, K.J." Subject: RE: RMI server registration bug? To: 'Liviu Ionescu' , freebsd-java@FreeBSD.ORG Message-id: <59063B5B4D98D311BC0D0001FA7E452201313956@l04.research.kpn.com> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear Liviu, For a list of frequently asked RMI questions you can refer to: http://java.sun.com/products/jdk/rmi/faq.html To view past RMI-USERS postings, see: http://archives.java.sun.com/archives/rmi-users.html > > I am using jdk1.1.8 on 3.4-RELEASE and I am constantly getting error > messages while trying to start a RMI server (sources are from > jGuru RMI > tutorial, downloaded from Sun): > > develop:~/java/rmi/exercises/SimpleBankingSystem/solution$ java > BankSystemServer > Failure during Name registration: java.rmi.ServerException: Server > RemoteException; nested exception is: > java.rmi.UnmarshalException: error unmarshalling > arguments; nested > exception is: > java.lang.ClassNotFoundException: BankManagerImpl_Stub > Have you started the RMI registry without the stub in the class path? (I start it in /tmp, usually). Can you download the stub from the code base using a web browser? Have you set an RMI security manager? Kees Jan ============================================== You are only young once, but you can stay immature all your life To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message