Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4982668

JSR 160: RMIConnector.connect(Map with null values) throws NullPointerException

XMLWordPrintable

    • b40
    • generic
    • generic

        When initializing/connecting an RMIConnector,
        it is not said that the element passed to the Map must have
        non-null value.

        The RI throws the following exception:
        [SQE] TestRoot::do_jmxClientUp: args = {-cycles=1000, jmx.remote.credentials=[Ljava.lang.String;@1e5e2c3, -protocol=rmi-jrmp, -host=ibiza, -domain=application_jmx_1, -port=9001, -expectedSetException=null, -mapType=credentials, -delegate=delegate2, -testClass=javasoft.sqe.jmx.test.SubjectDelegationTest, -time=30, -expectedCreateException=null, -expectedInvokeException=null}
        java.lang.NullPointerException
        at java.util.Hashtable.put(Hashtable.java:393)
        at java.util.Hashtable.putAll(Hashtable.java:467)
        at java.util.Hashtable.<init>(Hashtable.java:198)
        at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1742)
        at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:259)
        at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)
        at javasoft.sqe.jmx.share.TestRoot.do_jmxClientUp(TestRoot.java:102)
        at javasoft.sqe.jmx.test.SubjectDelegationTest.run(SubjectDelegationTest.java:56)
        at javasoft.sqe.jmx.share.TestStarter.<init>(TestStarter.java:40)
        at javasoft.sqe.jmx.share.TestStarter.main(TestStarter.java:98)
        [SQE] class java.lang.NullPointerException==>null


        See SQE tests subject_delegation_07

        ###@###.### 2004-01-23

              lmalvent Luis-Miguel Alventosa (Inactive)
              slions Sandra Lions-piron
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: