1 Reply Latest reply on Feb 14, 2005 12:12 PM by darranl

    Failure to lookup EJB (RMI class loader disabled)

    omnijboss

      I have been trying a code example to connect to Jboss remotely but I can't understand why the code example does not work on my Jboss 3.2.6 installation.

      The error received when I attempt to lookup the test.session.MyTestSession bean after correctly connecting to the EJB server is:

      javax.naming.CommunicationException [Root exception is java.lang.ClassNotFoundException: test.session.MyTestSessionHome (no security manager: RMI class loader disabled)]

      I have made sure that the Security Manager is loaded in the run.bat file. On boot it grabs ports 1099 for jnp and 1098 for rmi ok. Can send you my startup boot log if you like.

      How can I verify that this error really originates from JBoss? What log files will show me all connection attempts over jnp/rmi/iiop or whatever?