Uploaded image for project: 'Aries'
  1. Aries
  2. ARIES-554

aries JNDI bundle breaks remote JMX clients via RMI

    XMLWordPrintableJSON

Details

    Description

      If the aries JNDI bundles are present in the environment, connections to remote JMX agents fail. I could recreate the issue with a bundle containing only the line
      JMXConnectorFactory.connect(new JMXServiceURL("service:jmx:rmi:///jndi/rmi://localhost:1717/jmxrmi"));
      in the start() method of the bundle activator (and nothing else).

      The bundle will start both on equinox and felix as long as the aries jndi bundles (I tried version 0.2 and 0.3-SNAPSHOT) are not running and any java application that allows remote JMX at that port is running (check with jconsole if you are unsure). It will not start as soon as the jndi bundle is started. As far as I got in debugging this, the JMXConnectionFactory is trying to do a JNDI lookup for the RMI connection and is delegated to the Aries JNDI coding, that is trying to determine a bundle context for the call.

      Attachments

        1. Utils.java.patch
          0.8 kB
          Stephan Siano

        Activity

          People

            not Alasdair Nottingham
            siano Stephan Siano
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: