2 Replies Latest reply on Feb 9, 2002 3:23 PM by hubs2121

    remote lookup failing with latest cvs

    hubs2121

      Hello,
      I can't seem to get my client to lookup any of my beans anymore.
      It worked perfectly on the CVS from a few days ago, but now I get the following error:

      javax.naming.CommunicationException [Root exception is java.lang.ClassNotFoundException: org.jboss.proxy.ejb.HomeProxy (no security manager: RMI class loader disabled)]

      It creates the initial context ok, but fails when looking up the home.
      I have been trying to get an older version from CVS but it keeps giving me: Terminated with fatal signal 11...i can only checkout the latest version.

      Any ideas???

      Thanks,
      Steve

        • 1. Re: remote lookup failing with latest cvs

          You don't have this class available locally,
          so it is trying to download it from the server.

          The RMI class loader will only allow this if you install
          and configure a SecurityManager in your client.

          Perhaps you can explain your client's configuration?

          Regards,
          Adrian

          • 2. Figured it out!
            hubs2121

            I managed to figure out what the problem was...silly error on my part.
            I forgot to change the classpath of my client to point to the new client jars.

            Doh!

            Thanks,

            Steve