seatunneltrailuser opened a new issue, #6461: URL: https://github.com/apache/seatunnel/issues/6461
### 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 Seatunnel V2.3.4 submit-job API returned with following error http://10.10.10.10:6801/hazelcast/rest/maps/submit-job?jobName=Seatunnel_poc_03&isStartWithSavePoint=0&jobId=676776 { "status": "fail", "message": "'org.apache.seatunnel.shade.com.typesafe.config.Config org.apache.seatunnel.core.starter.utils.ConfigBuilder.of(java.util.Map, boolean)'" } ### SeaTunnel Version 2.3.4 ### SeaTunnel Config ```conf seatunnel: engine: history-job-expire-minutes: 1440 backup-count: 1 queue-type: blockingqueue print-execution-info-interval: 60 print-job-metrics-info-interval: 60 slot-service: dynamic-slot: true checkpoint: interval: 10000 timeout: 60000 storage: type: hdfs max-retained: 3 plugin-config: namespace: /tmp/seatunnel/checkpoint_snapshot storage.type: hdfs fs.defaultFS: file:///tmp/ # Ensure that the directory has written permission ``` ### Running Command ```shell http://10.10.10.10:6801/hazelcast/rest/maps/submit-job?jobName=Seatunnel_poc_03&isStartWithSavePoint=0&jobId=676776 Body:- { "env": { "job.mode": "batch" }, "source": [ { "plugin_name": "FakeSource", "result_table_name": "fake", "row.num": 100, "schema": { "fields": { "name": "string", "age": "int", "card": "int" } } } ], "transform": [ ], "sink": [ { "plugin_name": "Console", "source_table_name": ["fake"] } ] } ``` ### Error Exception ```log { "status": "fail", "message": "'org.apache.seatunnel.shade.com.typesafe.config.Config org.apache.seatunnel.core.starter.utils.ConfigBuilder.of(java.util.Map, boolean)'" } ``` ### Zeta or Flink or Spark Version Flink 1.13 ### Java or Scala Version openjdk version "11.0.18" 2023-01-17 LTS OpenJDK Runtime Environment (Red_Hat-11.0.18.0.10-3.el9) (build 11.0.18+10-LTS) OpenJDK 64-Bit Server VM (Red_Hat-11.0.18.0.10-3.el9) (build 11.0.18+10-LTS, mixed mode, sharing) ### 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