m-dhellin commented on PR #8251: URL: https://github.com/apache/cloudstack/pull/8251#issuecomment-4022939845
Hello, I’m no longer able to test the plugin because of this error : `org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' defined in URL [jar:file:/opt/cloudstack/cli ent/target/cloud-client-ui-4.23.0.0-SNAPSHOT.jar!/META-INF/cloudstack/bootstrap/spring-bootstrap-context-inheritable.xml]: Cannot resolve reference to bean 'DefaultConfigResources' while setting bean proper ty 'locations'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'DefaultConfigResources' available` I run `mvn clean install -P systemvm,developer -DskipTests -Dcheckstyle.skip=true` on the main branch but the error is still there. Any thoughts ? ``` java --version openjdk 17.0.15 2025-04-15 OpenJDK Runtime Environment (build 17.0.15+6-Ubuntu-0ubuntu120.04) OpenJDK 64-Bit Server VM (build 17.0.15+6-Ubuntu-0ubuntu120.04, mixed mode, sharing ``` ``` mvn --version Apache Maven 3.9.12 (848fbb4bf2d427b72bdb2471c22fced7ebd9a7a1) Maven home: /root/apache-maven-3.9.12 Java version: 17.0.15, vendor: Ubuntu, runtime: /usr/lib/jvm/java-17-openjdk-amd64 Default locale: en, platform encoding: UTF-8 OS name: "linux", version: "5.4.0-131-generic", arch: "amd64", family: "unix ``` ``` git log -n 1 commit 30e6c224bdd2e33f35349e808ec75428853f2aa0 (HEAD -> main, upstream/main, origin/main, origin/HEAD) Merge: c0db75b9fa 5caf6cd043 Author: Suresh Kumar Anaparti <[email protected]> Date: Thu Feb 19 13:20:04 2026 +0530 Merge branch '4.22' ``` -- 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]
