简介: flink 单作业模式部署提交作业爆:Trying to access closed classloader. Please check if you store classloaders direc 指令信息 .flink run -d -t yarn-per-job -c my.test.FlinkaStreamTest My-test-1.0-SNAPSHOT.jar 报错信息:Except
INFOorg.apache.hadoop.io.retry.RetryInvocationHandler[]-java.io.IOException:org.apache.flink.shaded.hadoop2.com.google.protobuf.ServiceException:java.lang.IllegalStateException:Trying to access closed classloader.Please checkifyou store classloaders directly or indirectlyinstaticfields.If the stacktrace su...
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 confi...
Exception in thread “Thread-5” java.lang.IllegalStateException: Trying to access closed classloader. Please checkifyou store classloaders directly or indirectly instaticfields. If the stacktrace suggests that the leak occurs in a third party library and cannot be fixed immediately, you can disabl...
Exception in thread “Thread-8” 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...
lang.IllegalStateException: Trying to access closed classloader. Please check if you store class...
INFO org.apache.hadoop.io.retry.RetryInvocationHandler [] - java.io.IOException: org.apache.flink.shaded.hadoop2.com.google.protobuf.ServiceException: java.lang.IllegalStateException: Trying to access closed classloader. Please check if you store classloaders directly or indirectly in static fields....
这个错误信息来自于 Apache Flink 运行时环境,特别是在处理用户代码类加载器(ClassLoader)时遇到的问题。错误提示java.lang.IllegalStateException: Trying to access closed classloader表明有一个已经关闭的类加载器被尝试访问,这通常是因为类加载器被不当地存储或管理。
Exception:Trying to access closed classloader.Please checkifyou store classloaders directlyorindirectlyinstatic fields.If the stacktrace suggests that the leak occursina third party libraryandcannot be fixed immediately,you can disable this checkwiththe configuration'classloader.check-leaked-classloader'....
4 more Caused by: java.util.ServiceConfigurationError: org.apache.flink.table.factories.Factory: Provider org.apache.gravitino.flink.connector.paimon.GravitinoPaimonCatalogFactory could not be instantiated at java.util.ServiceLoader.fail(ServiceLoader.java:232) at java.util.ServiceLoader.access$100(...