当前位置:网站首页>【FLink】access closed classloader classloader.check-leaked-classloader
【FLink】access closed classloader classloader.check-leaked-classloader
2022-06-25 04:01:00 【九师兄】

1.概述
本日在一个环境提交flink任务,这个flink任务原先适配了一下,使用的是flink 1.9.1,然后本次适配是使用 flink 1.12 然后提交任务的时候报错
Exception in thread "Thread-6" 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 and cannot be fixed immediately, you can disable this check with the configuration 'classloader.check-leaked-classloader'.
详情信息如下
Exception in thread "Thread-6" 边栏推荐
- Unity Quad culls shaders with back faces and transparent parts
- Data view for gbase 8s
- Trigger for gbase 8s
- 三角形类(构造与析构)
- CTF_ Web: Advanced questions of attack and defense world expert zone WP (9-14)
- PostgreSQL数据库WAL——RM_HEAP_ID日志记录动作
- Cnpm: unable to load file c:\users\administrator\appdata\roaming\npm\cnpm PS1 because running scripts is prohibited on this system.
- php开发支付宝支付功能之扫码支付流程图
- PHP encapsulates curl to send get and post request methods, and uses
- Upgrade PHP to php7 X (III) failure of wechat payment callback
猜你喜欢
随机推荐
Upgrade PHP to php7 X (III) failure of wechat payment callback
什么是存储引擎以及MySQL常见的三种数据库存储引擎
Use text analysis to identify the main gender in a text
写shell脚本报错总结
CTF_ Web: deserialization of learning notes (II) CTF classic test questions from shallow to deep
js的call()和apply()
Gbase 8s memory management
Record the problem of C # print size once
Cascading deletion of gbase 8s
php开发支付宝支付功能之扫码支付流程图
什么是数据持久化?
Retrofit source code analysis
Introduction to intstream API
CTF_ Web:php weak type bypass and MD5 collision
EasyRecovery15非常好用的电脑数据恢复软件
js中的concat()
Gbase 8s stored procedure syntax structure
A detailed summary of TCP connection triple handshake
Classification of gbase 8s locks
Detailed explanation of flex attributes in flex layout









