Date: Mon, 24 Jun 2002 04:36:21 +0100 From: j mckitrick <jcm@FreeBSD-uk.eu.org> To: freebsd-java@freebsd.org Subject: Frustrating Java RMI problem, reprise Message-ID: <20020624043621.A29670@dogma.freebsd-uk.eu.org>
next in thread | raw e-mail | index | archive | help
This problem has me pulling my hair out. Here's a cut and paste of a sample run. I started rmiregistry, then 'comp' which is an alias to run the correct class. It threw the exception. I broke out of rmiregistry, ran it again, and ran my class again, and it worked. Any idea why this might happen? Could there be a huge delay in the code somewhere where a port isn't getting bound quickly enough? local:~/myjava> comp ComputeEngine exception: RemoteException occurred in server thread; nested exception is: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: java.lang.ClassNotFoundException: engine.ComputeEngine_Stub local:~/myjava> local:~/myjava> fg [1] + running rmiregistry (pwd : ~) ^C (pwd now: ~/myjava) local:~/myjava> rmiregistry& [1] 377 local:~/myjava> comp Ready. jm -- Java on a laptop: the JIT hits the fan. 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?20020624043621.A29670>