106umao opened a new issue, #10232: URL: https://github.com/apache/dolphinscheduler/issues/10232
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened When I started the back-end application in Standalone mode according to the steps of the official website document, I got out of the line. It was originally a problem on my Linux. Combined with the content of the jdk package, I thought it was a problem with my openjdk, but today Had the same problem on my oraclejdk for windows. This package can be found in jdk, and the files in jdk can also be located in idea, but the compilation fails when the application is started. I guess it might be something wrong with which compile plugin in maven.  ### What you expected to happen The backend application in Standalone mode starts successfully ### How to reproduce ``` mkdir dolphinscheduler cd dolphinscheduler git clone [email protected]:apache/dolphinscheduler.git ``` Find the class `org.apache.dolphinscheduler.server.StandaloneServer` in Intellij IDEA and clikc run main function to startup. ### Anything else Environment: jdk11, maven3.6 Version: dev & 3.0.0-alpha ### Version dev ### 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]
