GutoVeronezi commented on issue #8218: URL: https://github.com/apache/cloudstack/issues/8218#issuecomment-1816251555
> Hola Daniel @GutoVeronezi Pls check links below > > [setup](https://s3.nws.neurodyne.pro/nws-acs-69u8t7/setup/hyp-mysql.png) [db.properties](https://s3.nws.neurodyne.pro/nws-acs-69u8t7/setup/db.properties) [agent.properties](https://s3.nws.neurodyne.pro/nws-acs-69u8t7/setup/agent.properties) [LOG setup-management](https://s3.nws.neurodyne.pro/nws-acs-69u8t7/logs/setupManagement.log) [LOG management-server](https://s3.nws.neurodyne.pro/nws-acs-69u8t7/logs/management-server.log) > > I managed to pass this thru on one occasion, but still have a trouble setting up my hypervisor. Pls let me know if you need more info Hello @tampler In the bootstrap of the MS, it prints that it could not create a connection to the database server: ``` 2023-11-15 14:36:10,586 ERROR [c.c.u.d.Merovingian2] (main:null) (logid:) Unable to get a new db connection java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up. ``` ``` 2023-11-16 12:11:18,067 ERROR [c.c.u.d.Merovingian2] (main:null) (logid:) Unable to get a new db connection java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up. ``` Because of that, it fails to load the subsequent modules, printing the message `Failed to load module` several times. Can you re-check the DB credentials and configurations? -- 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]
