Re: java.lang.IllegalStateException: Trying to access closed classloader.

2021-06-17 文章 sheng_bigdata
你好,这个问题你解决了没 我现在也遇到同样的问题 -- Sent from: http://apache-flink.147419.n8.nabble.com/

Re: java.lang.IllegalStateException: Trying to access closed classloader.

2021-05-25 文章 panzhihao
是不是在 flink 配置文件里 flink-conf.yaml 设置 classloader.check-leaked-classloader:false 就可以了 -- Sent from: http://apache-flink.147419.n8.nabble.com/

Re: java.lang.IllegalStateException: Trying to access closed classloader.

2021-05-25 文章 panzhihao
是不是在 flink 配置文件里 flink-conf.yaml 设置 classloader.check-leaked-classloader:false 就可以了 -- Sent from: http://apache-flink.147419.n8.nabble.com/

java.lang.IllegalStateException: Trying to access closed classloader.

2020-12-21 文章 jy l
Hi: 我在Idea里面运行我的flink程序,报了如下异常: Exception in thread "Thread-22" java.lang.IllegalStateException: Trying to access closed classloader. Please check if you store classloaders directly or indirectly in static fields. If the stacktrace suggests that the leak occurs in a third party library