LLyKy commented on issue #4023:
URL: https://github.com/apache/seatunnel/issues/4023#issuecomment-2421313578

   i got this same error with flink
   
   Caused by: org.apache.kafka.common.KafkaException: class 
org.apache.kafka.common.serialization.ByteArrayDeserializer is not an instance 
of org.apache.kafka.common.serialization.Deserializer
           at 
org.apache.kafka.common.config.AbstractConfig.getConfiguredInstance(AbstractConfig.java:399)
           at 
org.apache.kafka.common.config.AbstractConfig.getConfiguredInstance(AbstractConfig.java:430)
           at 
org.apache.kafka.common.config.AbstractConfig.getConfiguredInstance(AbstractConfig.java:415)
           at 
org.apache.kafka.clients.consumer.KafkaConsumer.<init>(KafkaConsumer.java:709)
           ... 18 more
   
   org.apache.flink.client.program.ProgramAbortException: 
java.lang.RuntimeException: Python process exits with code: 1
           at 
org.apache.flink.client.python.PythonDriver.main(PythonDriver.java:140)
           at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
           at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
           at java.base/java.lang.reflect.Method.invoke(Method.java:566)
           at 
org.apache.flink.client.program.PackagedProgram.callMainMethod(PackagedProgram.java:355)
           at 
org.apache.flink.client.program.PackagedProgram.invokeInteractiveModeForExecution(PackagedProgram.java:222)
           at 
org.apache.flink.client.ClientUtils.executeProgram(ClientUtils.java:105)
           at 
org.apache.flink.client.cli.CliFrontend.executeProgram(CliFrontend.java:851)
           at org.apache.flink.client.cli.CliFrontend.run(CliFrontend.java:245)
           at 
org.apache.flink.client.cli.CliFrontend.parseAndRun(CliFrontend.java:1095)
           at 
org.apache.flink.client.cli.CliFrontend.lambda$mainInternal$9(CliFrontend.java:1189)
           at 
org.apache.flink.runtime.security.contexts.NoOpSecurityContext.runSecured(NoOpSecurityContext.java:28)
           at 
org.apache.flink.client.cli.CliFrontend.mainInternal(CliFrontend.java:1189)
           at 
org.apache.flink.client.cli.CliFrontend.main(CliFrontend.java:1157)
   Caused by: java.lang.RuntimeException: Python process exits with code: 1
           at 
org.apache.flink.client.python.PythonDriver.main(PythonDriver.java:130)
           
           i need help


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to