Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-10272

Failure in CassandraIOTest init: cannot create cluster due to netty link error

Details

    Description

      https://builds.apache.org/job/beam_PreCommit_Java_Commit/11785/testReport/junit/org.apache.beam.sdk.io.cassandra/CassandraIOTest/classMethod/

      java.lang.UnsatisfiedLinkError: could not load a native library: netty-transport-native-epoll
      	at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:233)
      	at io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:269)
      	at io.netty.channel.epoll.Native.<clinit>(Native.java:64)
      	at io.netty.channel.epoll.Epoll.<clinit>(Epoll.java:33)
      	at java.lang.Class.forName0(Native Method)
      	at java.lang.Class.forName(Class.java:264)
      	at com.datastax.driver.core.NettyUtil.<clinit>(NettyUtil.java:57)
      	at com.datastax.driver.core.NettyOptions.eventLoopGroup(NettyOptions.java:95)
      	at com.datastax.driver.core.Connection$Factory.<init>(Connection.java:956)
      	at com.datastax.driver.core.Cluster$Manager.init(Cluster.java:1665)
      	at com.datastax.driver.core.Cluster.init(Cluster.java:214)
      	at com.datastax.driver.core.Cluster.connectAsync(Cluster.java:387)
      	at com.datastax.driver.core.Cluster.connectAsync(Cluster.java:366)
      	at com.datastax.driver.core.Cluster.connect(Cluster.java:311)
      	at info.archinnov.achilles.embedded.AchillesInitializer.initializeFromParameters(AchillesInitializer.java:63)
      	at info.archinnov.achilles.embedded.CassandraEmbeddedServer.<init>(CassandraEmbeddedServer.java:64)
      	at info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder.buildNativeCluster(CassandraEmbeddedServerBuilder.java:535)
      	at org.apache.beam.sdk.io.cassandra.CassandraIOTest.buildCluster(CassandraIOTest.java:160)
      	at org.apache.beam.sdk.io.cassandra.CassandraIOTest.beforeClass(CassandraIOTest.java:146)
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            kenn Kenneth Knowles
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: