ck-jesse opened a new issue, #8226: URL: https://github.com/apache/seatunnel/issues/8226
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened 执行命令: call ./bin/seatunnel.cmd --config ./config/v2.batch.config.template -m local 错误: 找不到或无法加载主类 22412-195213195213.80 原因: java.lang.ClassNotFoundException: 22412-195213195213.80 ### SeaTunnel Version 2.3.8 ### SeaTunnel Config ```conf 采用默认配置: env { parallelism = 1 job.mode = "BATCH" } source { FakeSource { result_table_name = "fake" row.num = 16 schema = { fields { name = "string" age = "int" } } } } transform { FieldMapper { source_table_name = "fake" result_table_name = "fake1" field_mapper = { age = age name = new_name } } } sink { Console { source_table_name = "fake1" } } ``` ### Running Command ```shell call ./bin/seatunnel.cmd --config ./config/v2.batch.config.template -m local ``` ### Error Exception ```log 错误: 找不到或无法加载主类 22412-195213195213.80 原因: java.lang.ClassNotFoundException: 22412-195213195213.80 ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version _No response_ ### Screenshots _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@seatunnel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org