zck573693104 opened a new issue, #5413: URL: https://github.com/apache/seatunnel/issues/5413
### 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 mongodb source -> console print ### SeaTunnel Version 2.3.3 ### SeaTunnel Config ```conf default ``` ### Running Command ```shell ./bin/seatunnel.sh --config ./config/v2.batch.config -e local ``` ### Error Exception ```log Exception in thread "main" java.lang.NoSuchMethodError: org.apache.seatunnel.common.utils.JsonUtils.parseObject(Ljava/lang/String;)Lcom/fasterxml/jackson/databind/node/ObjectNode; at org.apache.seatunnel.connectors.seatunnel.common.schema.SeaTunnelSchema.convertJsonToMap(SeaTunnelSchema.java:218) at org.apache.seatunnel.connectors.seatunnel.common.schema.SeaTunnelSchema.convertConfigToMap(SeaTunnelSchema.java:214) at org.apache.seatunnel.connectors.seatunnel.common.schema.SeaTunnelSchema.buildWithConfig(SeaTunnelSchema.java:255) at org.apache.seatunnel.connectors.seatunnel.mongodb.source.MongodbSource.prepare(MongodbSource.java:71) at org.apache.seatunnel.engine.core.parse.JobConfigParser.parseSource(JobConfigParser.java:85) at org.apache.seatunnel.engine.core.parse.MultipleTableJobConfigParser.parseSource(MultipleTableJobConfigParser.java:317) at org.apache.seatunnel.engine.core.parse.MultipleTableJobConfigParser.parse(MultipleTableJobConfigParser.java:179) at org.apache.seatunnel.engine.core.job.AbstractJobEnvironment.getLogicalDag(AbstractJobEnvironment.java:109) at org.apache.seatunnel.engine.client.job.JobExecutionEnvironment.execute(JobExecutionEnvironment.java:73) at org.apache.seatunnel.core.starter.seatunnel.command.ClientExecuteCommand.execute(ClientExecuteCommand.java:143) at org.apache.seatunnel.core.starter.SeaTunnel.run(SeaTunnel.java:40) at org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient.main(SeaTunnelClient.java:34) ``` ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
