bookeezhou opened a new issue, #9914: URL: https://github.com/apache/incubator-doris/issues/9914
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris manager 1.0.0_rc03 ### What's Wrong? build doris manager encouter error with spring boot 2.5.2 emplace sprint boot 2.6.3 build successfully. run : start_manager.sh get below error: *************************** APPLICATION FAILED TO START *************************** Description: The dependencies of some of the beans in the application context form a cycle: paloUserSpaceController (field private org.apache.doris.stack.service.PaloUserSpaceService org.apache.doris.stack.controller.PaloUserSpaceController.spaceService) ↓ paloUserSpaceService (field private org.apache.doris.stack.component.DorisManagerUserSpaceComponent org.apache.doris.stack.service.PaloUserSpaceService.userSpaceComponent) ┌─────┐ | dorisManagerUserSpaceComponent (field private org.apache.doris.stack.control.manager.DorisClusterManager org.apache.doris.stack.component.DorisManagerUserSpaceComponent.clusterManager) ↑ ↓ | dorisClusterManager (field private org.apache.doris.stack.component.DorisManagerUserSpaceComponent org.apache.doris.stack.control.manager.DorisClusterManager.userSpaceComponent) └─────┘ Action: Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to true. ### What You Expected? help me start doris manager ### How to Reproduce? _No response_ ### Anything Else? _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...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org