From 4637e303f4c1d65a463a920444a6274af3b78b39 Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Sat, 2 Sep 2017 12:36:00 +0800 Subject: Fix the DB Init Problem Change the main path of the DB script file. Change the IP addr of the DB. Rename the DB script file from openo to onap. Change-Id: I2b8d428877453dac46c1156b37eeb75c019ea631 Issue-ID: HOLMES-39 Signed-off-by: GuangrongFu --- rulemgt-standalone/src/main/assembly/bin/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rulemgt-standalone/src/main/assembly/bin/run.sh') diff --git a/rulemgt-standalone/src/main/assembly/bin/run.sh b/rulemgt-standalone/src/main/assembly/bin/run.sh index ea98482..143fbec 100644 --- a/rulemgt-standalone/src/main/assembly/bin/run.sh +++ b/rulemgt-standalone/src/main/assembly/bin/run.sh @@ -34,7 +34,7 @@ echo @class_path@ $class_path sed -i "s|url:.*|url: jdbc:mysql://$URL_JDBC/holmes|" "$main_path/conf/rulemgt.yml" sed -i "s|msbServerAddr:.*|msbServerAddr: http://$MSB_ADDR|" "$main_path/conf/rulemgt.yml" -./initDB.sh root rootpass 3306 `${URL_JDBC%:*}` +./bin/initDB.sh root rootpass 3306 "${URL_JDBC%:*}" "$JAVA" $JAVA_OPTS -classpath "$class_path" org.onap.holmes.rulemgt.RuleActiveApp server "$main_path/conf/rulemgt.yml" -- cgit 1.2.3-korg