Uploaded image for project: 'FUSE Mediation Router'
  1. FUSE Mediation Router
  2. MR-909

Camel JGroups tests fail on RHEL CI boxes because of config issue

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • 3.0.0-fuse-00-00
    • None
    • None
    • None

    Description

      Most of the JGroups tests are failing on the QE OpenStack RHEL VMs with the error message below. This is not a test failure, but an issue with configuration of these boxes. There is something odd about the relationship between hostname and ip address on these.

      This should not be a 6.2 blocker as all of the tests run successfully on my Mac with JDK8.

      Error Message

      port out of range:65536
      Stacktrace

      java.lang.IllegalArgumentException: port out of range:65536
      at java.net.InetSocketAddress.checkPort(InetSocketAddress.java:143)
      at java.net.InetSocketAddress.<init>(InetSocketAddress.java:188)
      at java.net.DatagramSocket.<init>(DatagramSocket.java:279)
      at org.jgroups.util.DefaultSocketFactory.createDatagramSocket(DefaultSocketFactory.java:62)
      at org.jgroups.protocols.UDP.createEphemeralDatagramSocket(UDP.java:457)
      at org.jgroups.protocols.UDP.createSockets(UDP.java:337)
      at org.jgroups.protocols.UDP.start(UDP.java:231)
      at org.jgroups.stack.ProtocolStack.startStack(ProtocolStack.java:952)
      at org.jgroups.JChannel.startStack(JChannel.java:864)
      at org.jgroups.JChannel._preConnect(JChannel.java:527)
      at org.jgroups.JChannel.connect(JChannel.java:284)
      at org.jgroups.JChannel.connect(JChannel.java:275)
      at org.apache.camel.component.jgroups.JGroupsEndpoint.connect(JGroupsEndpoint.java:142)
      at org.apache.camel.component.jgroups.JGroupsConsumer.doStart(JGroupsConsumer.java:50)
      at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)
      at org.apache.camel.impl.DefaultCamelContext.startService(DefaultCamelContext.java:2156)
      at org.apache.camel.impl.DefaultCamelContext.doStartOrResumeRouteConsumers(DefaultCamelContext.java:2450)
      at org.apache.camel.impl.DefaultCamelContext.doStartRouteConsumers(DefaultCamelContext.java:2386)
      at org.apache.camel.impl.DefaultCamelContext.safelyStartRouteServices(DefaultCamelContext.java:2316)
      at org.apache.camel.impl.DefaultCamelContext.doStartOrResumeRoutes(DefaultCamelContext.java:2089)
      at org.apache.camel.impl.DefaultCamelContext.doStartCamel(DefaultCamelContext.java:1949)
      at org.apache.camel.impl.DefaultCamelContext.doStart(DefaultCamelContext.java:1775)
      at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)
      at org.apache.camel.impl.DefaultCamelContext.start(DefaultCamelContext.java:1743)
      at org.apache.camel.component.jgroups.JGroupsClusterRouteTest.shouldElectSecondNodeAndReturnToFirst(JGroupsClusterRouteTest.java:102)

      Attachments

        Activity

          People

            kearls@redhat.com Kevin Earls (Inactive)
            kearls@redhat.com Kevin Earls (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: