CI Intermittent failure java/rmi/activation/ActivationSystem/modifyDescriptor/ModifyDescriptor.java

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: P4
    • None
    • Affects Version/s: None
    • Component/s: core-libs
    • None

      test fails with BindException for the RMID instantiation

      RMIDSelectorProvider.inheritedChannel
      RmidSelectorProvider-listening-On:49155
      RMIDSelectorProvider.inheritedChannel
      RMIDSelectorProvider: failed to bind to port 49155 due to "Address already in use", at 21:06:15.629399
      RMIDSelectorProvider: failed to bind to port 49155 due to "Address already in use", at 21:06:16.657581
      RMIDSelectorProvider: failed to bind to port 49155 due to "Address already in use", at 21:06:17.708391
      RMIDSelectorProvider: failed to bind to port 49155 due to "Address already in use", at 21:06:18.816222
      RMIDSelectorProvider: failed to bind to port 49155 due to "Address already in use", at 21:06:19.960458
      RMIDSelectorProvider: failed to bind to port 49155 due to "Address already in use", at 21:06:21.109522
      RMIDSelectorProvider: failed to bind to port 49155 due to "Address already in use", at 21:06:22.253607

      This is peculiar as the port is ephemeral and has been created with SO_REUSEADDR option set on the socket - so somehow the test has created two sockets with the same address. The key is what IP address is being used

            Assignee:
            Mark Sheppard
            Reporter:
            Mark Sheppard
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: