GitHub user weizhouapache added a comment to the discussion: CloudStack dev setup
> Any update on this? Have you made some changes on the code or settings? @lohitslohit I had the same error in my testing, however, it does not cause any failures. ``` 10:52:51.698 [main] ERROR com.cloud.utils.db.DbProperties - Failed to find db.properties ========> WARNING: Provided file does not exist: /data/cloudstack/developer/../utils/conf/db.properties.override ========> WARNING: Provided file does not exist: /data/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'@`%` ========> Processing SQL file at /data/cloudstack/developer/target/db/create-schema.sql ========> Processing SQL file at /data/cloudstack/developer/target/db/create-schema-premium.sql ========> Processing SQL file at /data/cloudstack/developer/target/db/templates.sql ========> Processing SQL file at /data/cloudstack/developer/developer-prefill.sql ========> Processing upgrade: com.cloud.upgrade.DatabaseUpgradeChecker 10:53:28.721 [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 /data/cloudstack/developer/pom.xml to /root/.m2/repository/org/apache/cloudstack/cloud-developer/4.20.0.0-SNAPSHOT/cloud-developer-4.20.0.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:13 min [INFO] Finished at: 2024-06-10T10:53:45Z [INFO] ------------------------------------------------------------------------ ``` GitHub link: https://github.com/apache/cloudstack/discussions/9214#discussioncomment-9736217 ---- This is an automatically sent email for users@cloudstack.apache.org. To unsubscribe, please send an email to: users-unsubscr...@cloudstack.apache.org