padavan created FLINK-31726: ------------------------------- Summary: PyFlink module java.base does not "opens java.lang" to unnamed module Key: FLINK-31726 URL: https://issues.apache.org/jira/browse/FLINK-31726 Project: Flink Issue Type: Bug Reporter: padavan
I want to run simple example from Flink documentation. And after start i got exception: {code:java} Unable to make field private final byte[] java.lang.String.value accessible: module java.base does not "opens java.lang" to unnamed module @228575c0{code} Installed: {code:java} Python 3.10.6 openjdk version "19.0.2" 2023-01-17 OpenJDK Runtime Environment (build 19.0.2+7-Ubuntu-0ubuntu322.04) OpenJDK 64-Bit Server VM (build 19.0.2+7-Ubuntu-0ubuntu322.04, mixed mode, sharing){code} Simple code from flink site: [https://nightlies.apache.org/flink/flink-docs-master/api/python/examples/datastream/word_count.html] -- This message was sent by Atlassian Jira (v8.20.10#820010)