You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Zakelly Lan (Jira)" <ji...@apache.org> on 2024/01/19 08:43:00 UTC

[jira] [Created] (FLINK-34169) [benchmark] CI fails during test running

Zakelly Lan created FLINK-34169:
-----------------------------------

             Summary: [benchmark] CI fails during test running
                 Key: FLINK-34169
                 URL: https://issues.apache.org/jira/browse/FLINK-34169
             Project: Flink
          Issue Type: Bug
          Components: Benchmarks
            Reporter: Zakelly Lan
            Assignee: Yunfeng Zhou


[CI link: https://github.com/apache/flink-benchmarks/actions/runs/7580834955/job/20647663157?pr=85|https://github.com/apache/flink-benchmarks/actions/runs/7580834955/job/20647663157?pr=85]

which says:
{code:java}
// omit some stack traces
	Caused by: java.util.concurrent.ExecutionException: Boxed Error
1115		at scala.concurrent.impl.Promise$.resolver(Promise.scala:87)
1116		at scala.concurrent.impl.Promise$.scala$concurrent$impl$Promise$$resolveTry(Promise.scala:79)
1117		at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:284)
1118		at org.apache.pekko.pattern.PromiseActorRef.$bang(AskSupport.scala:629)
1119		at org.apache.pekko.actor.ActorRef.tell(ActorRef.scala:141)
1120		at org.apache.flink.runtime.rpc.pekko.PekkoRpcActor.handleRpcInvocation(PekkoRpcActor.java:317)
1121		at org.apache.flink.runtime.rpc.pekko.PekkoRpcActor.handleRpcMessage(PekkoRpcActor.java:222)
1122		... 22 more
1123	Caused by: java.lang.NoClassDefFoundError: javax/activation/UnsupportedDataTypeException
1124		at org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateFactory.createKnownInputChannel(SingleInputGateFactory.java:387)
1125		at org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateFactory.lambda$createInputChannel$2(SingleInputGateFactory.java:353)
1126		at org.apache.flink.runtime.shuffle.ShuffleUtils.applyWithShuffleTypeCheck(ShuffleUtils.java:51)
1127		at org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateFactory.createInputChannel(SingleInputGateFactory.java:333)
1128		at org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateFactory.createInputChannelsAndTieredStorageService(SingleInputGateFactory.java:284)
1129		at org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateFactory.create(SingleInputGateFactory.java:204)
1130		at org.apache.flink.runtime.io.network.NettyShuffleEnvironment.createInputGates(NettyShuffleEnvironment.java:265)
1131		at org.apache.flink.runtime.taskmanager.Task.<init>(Task.java:418)
1132		at org.apache.flink.runtime.taskexecutor.TaskExecutor.submitTask(TaskExecutor.java:821)
1133		at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1134		at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1135		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1136		at java.base/java.lang.reflect.Method.invoke(Method.java:566)
1137		at org.apache.flink.runtime.rpc.pekko.PekkoRpcActor.lambda$handleRpcInvocation$1(PekkoRpcActor.java:309)
1138		at org.apache.flink.runtime.concurrent.ClassLoadingUtils.runWithContextClassLoader(ClassLoadingUtils.java:83)
1139		at org.apache.flink.runtime.rpc.pekko.PekkoRpcActor.handleRpcInvocation(PekkoRpcActor.java:307)
1140		... 23 more
1141	Caused by: java.lang.ClassNotFoundException: javax.activation.UnsupportedDataTypeException
1142		at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
1143		at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
1144		at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
1145		... 39 more {code}





--
This message was sent by Atlassian Jira
(v8.20.10#820010)