Java and RMI problems

From: J.W.Dare (jwdare_at_cox.net)
Date: 02/28/04

  • Next message: Andrew Reilly: "Re: Primary Differences: FreeBSD/Linux"
    Date: Fri, 27 Feb 2004 23:46:04 -0600
    
    

    I can't seem to get Java's RMI working on FreeBSD 4.8. Has anyone else
    succeeded with this, and if so, how?

    I'm running the native jdk1.4.2 with patch 6. The problem is that
    registering a remote object with rmiregistry takes minutes to complete,
    and even then, a client trying to access these objects times out.

    I'm using the rmic and rmiregistry from the Java SDK and I have renamed
    the ones that GCC adds to the system so as to avoid a conflict. I have
    also tried with the linux-sun-jdk1.4.2_01 compiler and rmi tools, but that
    throws marshaling errors immediately upon starting the server code.

    The simple demo code I've used for testing, copied from "Core Java Volumn
    II" by Horstmann and Cornell, can be got from
            
            http://members.cox.net/~jwdare/


  • Next message: Andrew Reilly: "Re: Primary Differences: FreeBSD/Linux"