tampler opened a new issue, #8218:
URL: https://github.com/apache/cloudstack/issues/8218

   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and main branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete 
the comments.
   -->
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   Setup, UI
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on main 
branch.
   -->
   
   ~~~
   4.19.0.0-snapshot.20231106
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, 
advanced networking, etc.  N/A otherwise
   -->
   Initial setup of management and KVM server on a single host
   
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   Ubuntu 22.04.3
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   2023-11-10 13:45:27,306 ERROR [o.a.c.s.m.m.i.DefaultModuleDefinitionSet] 
(main:null) (logid:) Failed to load module [redfish] due to: [Error creating 
bean with name 'org.spr
   ingframework.beans.factory.config.PropertyPlaceholderConfigurer#0' defined 
in URL 
[jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0-snapshot.20231106.jar!/M
   ETA-INF/cloudstack/bootstrap/spring-bootstrap-context-inheritable.xml]: 
Cannot resolve reference to bean 'DefaultConfigResources' while setting bean 
property 'locations'; ne
   sted exception is 
org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 
'DefaultConfigResources' available].
   org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 
'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' 
defined in 
   URL 
[jar:file:/usr/share/cloudstack-management/lib/cloudstack-4.19.0.0-snapshot.20231106.jar!/META-INF/cloudstack/bootstrap/spring-bootstrap-context-inheritable.xml]:
 Cannot
    resolve reference to bean 'DefaultConfigResources' while setting bean 
property 'locations'; nested exception is 
org.springframework.beans.factory.NoSuchBeanDefinitionExcept
   ion: No bean named 'DefaultConfigResources' available             
   
   ##### STEPS TO REPRODUCE
   <!--
   For bugs, show exactly how to reproduce the problem, using a minimal 
test-case. Use Screenshots if accurate.
   
   For new features, show how the feature would be used.
   -->
   
   <!-- Paste example playbooks or commands between quotes below -->
   ~~~
   1. Install a management and agent servers on a local host
   2. Validate systemctl services:
   
   > systemctl status cloudstack-management.service
   ● cloudstack-management.service - CloudStack Management Server
        Loaded: loaded (/lib/systemd/system/cloudstack-management.service; 
enabled; vendor preset: enabled)
        Active: active (running) since Fri 2023-11-10 13:44:10 UTC; 19min ago
   
   > systemctl status cloudstack-agent.service
   ● cloudstack-agent.service - CloudStack Agent
        Loaded: loaded (/lib/systemd/system/cloudstack-agent.service; enabled; 
vendor preset: enabled)
        Active: active (running) since Fri 2023-11-10 13:44:12 UTC; 19min ago
   
   3. Check UI:
   admin@acs:~$ curl -I localhost:8080/client/
   HTTP/1.1 503 Service Unavailable
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   UI starts on the management server host
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   UI fails with 503 due to the bean error 
   ~~~
   


-- 
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]

Reply via email to