We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7795cfd commit 9cf5f9dCopy full SHA for 9cf5f9d
1 file changed
utils/src/com/cloud/utils/db/Transaction.java
@@ -1020,7 +1020,7 @@ public static void initDataSource(String propsFileName) {
1020
s_logger.fatal("Unable to load db properties file, pl. check the classpath and file path configuration", e);
1021
return;
1022
} catch (NullPointerException e) {
1023
- s_logger.fatal("Unable to load and read db properties file " + propsFileName + "Error: " + e);
+ s_logger.fatal("Unable to locate db properties file within classpath or absolute path: " + propsFileName);
1024
1025
}
1026
0 commit comments