GitHub user furkandogmus added a comment to the discussion: [ROCKY 9.6 AS SETUP] Ne bean named DefaultConfigResources available
========> WARNING: Provided file does not exist: /root/cloudstack/developer/../utils/conf/db.properties.override ========> WARNING: Provided file does not exist: /root/cloudstack/developer/developer-prefill.sql.override ========> Initializing database=cloud with host=localhost port=3306 username=cloud password=cloud ============> Running query: drop database if exists `cloud` ============> Running query: create database `cloud` ============> Running query: CREATE USER IF NOT EXISTS cloud@`localhost` identified by 'cloud' ============> Running query: CREATE USER IF NOT EXISTS cloud@`%` identified by 'cloud' ============> Running query: GRANT ALL ON cloud.* to 'cloud'@`localhost` ============> Running query: GRANT ALL ON cloud.* to 'cloud'@`%` ========> Initializing database=cloud_usage with host=localhost port=3306 username=cloud password=cloud ============> Running query: drop database if exists `cloud_usage` ============> Running query: create database `cloud_usage` ============> Running query: CREATE USER IF NOT EXISTS cloud@`localhost` identified by 'cloud' ============> Running query: CREATE USER IF NOT EXISTS cloud@`%` identified by 'cloud' ============> Running query: GRANT ALL ON cloud_usage.* to 'cloud'@`localhost` ============> Running query: GRANT ALL ON cloud_usage.* to 'cloud'@`%` SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Failed to find db.properties 14:50:48.668 [main] ERROR com.cloud.utils.db.DbProperties - Failed to find db.properties ========> Processing SQL file at /root/cloudstack/developer/target/db/create-schema.sql ========> Processing SQL file at /root/cloudstack/developer/target/db/create-schema-premium.sql ========> Processing SQL file at /root/cloudstack/developer/target/db/templates.sql ========> Processing SQL file at /root/cloudstack/developer/developer-prefill.sql ========> Processing upgrade: com.cloud.upgrade.DatabaseUpgradeChecker 14:51:14.582 [main] ERROR com.cloud.utils.PropertiesUtil - Unable to find properties file: commands.properties [INFO] [INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cloud-developer --- [INFO] No site descriptor found: nothing to attach. [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ cloud-developer --- [INFO] Installing /root/cloudstack/developer/pom.xml to /root/.m2/repository/org/apache/cloudstack/cloud-developer/4.20.0.0/cloud-developer-4.20.0.0.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 48.024 s [INFO] Finished at: 2025-07-30T14:51:28+03:00 [INFO] ------------------------------------------------------------------------ I got success to build DB. mvn -Pdeveloper -pl developer -Ddeploydb Is there something i missed? @DaanHoogland GitHub link: https://github.com/apache/cloudstack/discussions/11347#discussioncomment-13933844 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
