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

javax/management/remote/mandatory/connection/DeadLockTest.java failing with NoSuchObjectException: no such object in table

XMLWordPrintable

        This test currently fails with:

        ----------System.out:(22/1365)----------
        >>> test on a client notification deadlock.
        >>> Test for protocol rmi
        >>> The listener receives notif with the type:jmx.remote.connection.closed
        >>> The listener is not blocked!
        >>> Test failed for rmi
        java.rmi.NoSuchObjectException: no such object in table
        at java.rmi/sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:304)
        at java.rmi/sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:280)
        at java.rmi/sun.rmi.server.UnicastRef.invoke(UnicastRef.java:166)
        at jdk.remoteref/jdk.jmx.remote.internal.rmi.PRef.invoke(Unknown Source)
        at java.management.rmi/javax.management.remote.rmi.RMIConnectionImpl_Stub.getDefaultDomain(RMIConnectionImpl_Stub.java:347)
        at java.management.rmi/javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.getDefaultDomain(RMIConnector.java:1022)
        at DeadLockTest.test(DeadLockTest.java:105)
        at DeadLockTest.main(DeadLockTest.java:52)
        at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
        at java.base/java.lang.reflect.Method.invoke(Method.java:572)
        at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
        at java.base/java.lang.Thread.run(Thread.java:1491)
        >>> Test for protocol iiop
        >>> Skipping unsupported URL iiop
        >>> Test for protocol jmxmp
        >>> Skipping unsupported URL jmxmp
        ----------System.err:(13/738)----------
        Nov 02, 2024 3:46:45 PM com.sun.jmx.remote.internal.ClientCommunicatorAdmin restart
        WARNING: Failed to restart: java.rmi.NoSuchObjectException: no such object in table
        java.lang.RuntimeException: FAILED
        at DeadLockTest.main(DeadLockTest.java:60)
        at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
        at java.base/java.lang.reflect.Method.invoke(Method.java:572)
        at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
        at java.base/java.lang.Thread.run(Thread.java:1491)

        JavaTest Message: Test threw exception: java.lang.RuntimeException: FAILED
        JavaTest Message: shutting down test

        STATUS:Failed.`main' threw exception: java.lang.RuntimeException: FAILED

              kevinw Kevin Walls
              alanb Alan Bateman
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: