FrommyMind opened a new issue, #9146: URL: https://github.com/apache/seatunnel/issues/9146
### 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 From this . https://github.com/apache/seatunnel/pull/8938#issuecomment-2710264004 The code not correct . ``` set "JAVA_OPTS=!JAVA_OPTS! -Dseatunnel.logs.file_name=seatunnel-starter-client-!ndate!-!time:~0,2!!time:~3,2!!time:~6,2!!ntime:~0,6!" ``` It should be ``` set "JAVA_OPTS=!JAVA_OPTS! -Dseatunnel.logs.file_name=seatunnel-starter-client-!ndate!-!ntime:~0,2!!ntime:~3,2!!ntime:~6,2!!ntime:~0,6!" ``` ### SeaTunnel Version 2.3.10 ### SeaTunnel Config ```conf default ``` ### Running Command ```shell call .\bin\seatunnel.cmd -m local -c config\v2.batch.config.template ``` ### Error Exception ```log Error: Could not find or load main class 9331593315. Caused by: java.lang.ClassNotFoundException: 9331593315. ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version _No response_ ### Screenshots _No response_ ### Are you willing to submit PR? - [x] 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