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

(dc) BasicMulticastTests and MulticastSendReceiveTests fail on old kernels (lnx)

XMLWordPrintable

    • x86
    • linux_2.6

      Note: this may be an infrastructure issue: seems to be linked to using ipV6.

      STDOUT:
      MembershipKey test using 225.4.5.6 @ eth0
      Exception Tests
      MembershipKey test using ff02:0:0:0:0:0:0:a @ eth0
      STDERR:
      java.net.SocketException: Invalid argument
      at sun.nio.ch.Net.joinOrDrop6(Native Method)
      at sun.nio.ch.Net.join6(Net.java:557)
      at sun.nio.ch.DatagramChannelImpl.innerJoin(DatagramChannelImpl.java:857)
      at sun.nio.ch.DatagramChannelImpl.join(DatagramChannelImpl.java:904)
      at BasicMulticastTests.membershipKeyTests(BasicMulticastTests.java:83)
      at BasicMulticastTests.main(BasicMulticastTests.java:218)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:502)
      at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:218)
      at java.lang.Thread.run(Thread.java:745)


      ------------

      Test DatagramChannel to INET6 socket
      join ff02:0:0:0:0:0:0:a @ eth0
      Send message from fe80:0:0:0:20c:29ff:fe72:eba2%eth0 -> group ff02:0:0:0:0:0:0:a (id=0xa08d1ea)
      Waiting to receive message
      Received message from /fe80:0:0:0:20c:29ff:fe72:eba2%2 (id=0xa08d1ea)
      Message expected
      block fe80:0:0:0:20c:29ff:fe72:eba2%eth0
      STDERR:
      java.net.SocketException: Invalid argument
      at sun.nio.ch.Net.blockOrUnblock6(Native Method)
      at sun.nio.ch.Net.block6(Net.java:578)
      at sun.nio.ch.DatagramChannelImpl.block(DatagramChannelImpl.java:959)
      at sun.nio.ch.MembershipKeyImpl.block(MembershipKeyImpl.java:183)
      at MulticastSendReceiveTests.test(MulticastSendReceiveTests.java:180)
      at MulticastSendReceiveTests.main(MulticastSendReceiveTests.java:244)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:502)
      at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:218)
      at java.lang.Thread.run(Thread.java:745)

            Unassigned Unassigned
            dfuchs Daniel Fuchs
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: