[ 
https://issues.apache.org/jira/browse/FLINK-34167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17808518#comment-17808518
 ] 

blackpighe commented on FLINK-34167:
------------------------------------

{code:java}
Caused by: java.util.concurrent.ExecutionException: Boxed Error
266     at scala.concurrent.impl.Promise$.resolver(Promise.scala:87)
267     at 
scala.concurrent.impl.Promise$.scala$concurrent$impl$Promise$$resolveTry(Promise.scala:79)
268     at 
scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:284)
269     at org.apache.pekko.pattern.PromiseActorRef.$bang(AskSupport.scala:629)
270     at org.apache.pekko.actor.ActorRef.tell(ActorRef.scala:141)
271     at 
org.apache.flink.runtime.rpc.pekko.PekkoRpcActor.handleRpcInvocation(PekkoRpcActor.java:317)
272     at 
org.apache.flink.runtime.rpc.pekko.PekkoRpcActor.handleRpcMessage(PekkoRpcActor.java:222)
273     ... 22 more
274Caused by: java.lang.NoClassDefFoundError: 
javax/activation/UnsupportedDataTypeException
275     at 
org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateFactory.createKnownInputChannel(SingleInputGateFactory.java:387)
276     at 
org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateFactory.lambda$createInputChannel$2(SingleInputGateFactory.java:353)
277     at 
org.apache.flink.runtime.shuffle.ShuffleUtils.applyWithShuffleTypeCheck(ShuffleUtils.java:51)
278     at 
org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateFactory.createInputChannel(SingleInputGateFactory.java:333)
279     at 
org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateFactory.createInputChannelsAndTieredStorageService(SingleInputGateFactory.java:284)
280     at 
org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateFactory.create(SingleInputGateFactory.java:204)
281     at 
org.apache.flink.runtime.io.network.NettyShuffleEnvironment.createInputGates(NettyShuffleEnvironment.java:265)
282     at org.apache.flink.runtime.taskmanager.Task.<init>(Task.java:418)
283     at 
org.apache.flink.runtime.taskexecutor.TaskExecutor.submitTask(TaskExecutor.java:815)
284     at java.base/java.lang.reflect.Method.invoke(Method.java:568)
285     at 
org.apache.flink.runtime.rpc.pekko.PekkoRpcActor.lambda$handleRpcInvocation$1(PekkoRpcActor.java:309)
286     at 
org.apache.flink.runtime.concurrent.ClassLoadingUtils.runWithContextClassLoader(ClassLoadingUtils.java:83)
287     at 
org.apache.flink.runtime.rpc.pekko.PekkoRpcActor.handleRpcInvocation(PekkoRpcActor.java:307)
288     ... 23 more
289Caused by: java.lang.ClassNotFoundException: 
javax.activation.UnsupportedDataTypeException
290     at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
291     at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
292     at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
293     ... 36 more {code}

> add dependence to fit jdk21
> ---------------------------
>
>                 Key: FLINK-34167
>                 URL: https://issues.apache.org/jira/browse/FLINK-34167
>             Project: Flink
>          Issue Type: Bug
>          Components: Connectors / JDBC
>    Affects Versions: jdbc-3.1.1
>            Reporter: blackpighe
>            Priority: Major
>              Labels: pull-request-available
>
> add dependence to fit jdk21
> When pipelining jdk 21+flink 1.19, an error occurred with the message
> {code:java}
> javax.activation.UnsupportedDataTypeException {code}



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

Reply via email to