Shuyi Chen created FLINK-37727:
----------------------------------
Summary: java.lang.UnsatisfiedLinkError error on
pemja.core.PythonInterpreter$MainInterpreter.initialize()
Key: FLINK-37727
URL: https://issues.apache.org/jira/browse/FLINK-37727
Project: Flink
Issue Type: Bug
Components: API / Python
Affects Versions: 1.19.1
Reporter: Shuyi Chen
2025-04-25 00:23:05
java.lang.Error: java.lang.UnsatisfiedLinkError: 'void
pemja.core.PythonInterpreter$MainInterpreter.initialize()'
at
pemja.core.PythonInterpreter$MainInterpreter.initialize(PythonInterpreter.java:429)
at pemja.core.PythonInterpreter.initialize(PythonInterpreter.java:145)
at pemja.core.PythonInterpreter.<init>(PythonInterpreter.java:46)
at
org.apache.flink.streaming.api.operators.python.embedded.AbstractEmbeddedPythonFunctionOperator.open(AbstractEmbeddedPythonFunctionOperator.java:72)
at
org.apache.flink.streaming.api.operators.python.embedded.AbstractEmbeddedDataStreamPythonFunctionOperator.open(AbstractEmbeddedDataStreamPythonFunctionOperator.java:88)
at
org.apache.flink.streaming.api.operators.python.embedded.AbstractOneInputEmbeddedPythonFunctionOperator.open(AbstractOneInputEmbeddedPythonFunctionOperator.java:68)
at
org.apache.flink.streaming.api.operators.python.embedded.EmbeddedPythonProcessOperator.open(EmbeddedPythonProcessOperator.java:67)
at
org.apache.flink.streaming.runtime.tasks.RegularOperatorChain.initializeStateAndOpenOperators(RegularOperatorChain.java:107)
at
org.apache.flink.streaming.runtime.tasks.StreamTask.restoreStateAndGates(StreamTask.java:799)
at
org.apache.flink.streaming.runtime.tasks.StreamTask.lambda$restoreInternal$3(StreamTask.java:753)
at
org.apache.flink.streaming.runtime.tasks.StreamTaskActionExecutor$1.call(StreamTaskActionExecutor.java:55)
at
org.apache.flink.streaming.runtime.tasks.StreamTask.restoreInternal(StreamTask.java:753)
at
org.apache.flink.streaming.runtime.tasks.StreamTask.restore(StreamTask.java:712)
at
org.apache.flink.runtime.taskmanager.Task.runWithSystemExitMonitoring(Task.java:958)
at org.apache.flink.runtime.taskmanager.Task.restoreAndInvoke(Task.java:927)
at org.apache.flink.runtime.taskmanager.Task.doRun(Task.java:751)
at org.apache.flink.runtime.taskmanager.Task.run(Task.java:566)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.UnsatisfiedLinkError: 'void
pemja.core.PythonInterpreter$MainInterpreter.initialize()'
at pemja.core.PythonInterpreter$MainInterpreter.initialize(Native Method)
at
pemja.core.PythonInterpreter$MainInterpreter.access$100(PythonInterpreter.java:332)
at
pemja.core.PythonInterpreter$MainInterpreter$1.run(PythonInterpreter.java:400)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)