0 Replies Latest reply on Jul 17, 2002 5:24 AM by jim_barber

    RMIServerSocketAddr attribute not allowed.

    jim_barber

      I have tried to configure both JBoss-3.0.0 and JBoss-3.0.1RC1 to only bind to a particular IP address on a host that has several.

      I have edited the $JBOSS_HOME/server/default/conf/jboss-service.xml file.

      I have an entry like so (but I have changed the hostname for this example):

      <!-- RMI/JRMP invoker -->

      4444
      myhost.com


      The RMIServerSocketAddr attribute was already in the file commented out.
      Upon starting JBoss the following error is displayed:

      org.jboss.deployment.DeploymentException: No Attribute found with name: RMIServerSocketAddr, ObjectName: jboss.j2ee:service=EJB,jndiName=ejb/mgmt/MEJB

      Any ideas onto how to get the RMI to only bind to port 4444 on a particular interface instead of to all the interfaces on the machine?

      Regards,
      Jim Barber.