The root cause is due to the DMaap topic wasn't created on a freshly
deployed system.
The solution is to create the topics needed by POMBA.
Issue-ID: LOG-794
Change-Id: I173a3a860deab0f3a700642403e7d1b0f695c65a
Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
#!/bin/sh
+
+cd /opt/app
+preStartFile="/opt/app/bin/pre_start.sh"
+if [ -f "$preStartFile" ]
+then
+ echo "$preStartFile found."
+ exec $preStartFile
+else
+ echo "$preStartFile not found."
+fi
+
cd /opt/app
if [ -z "${java_runtime_arguments}" ]; then
java -Dlogging.config=config/logback.xml -Xms128m -Xmx512m -jar /opt/app/lib/pomba-context-aggregator.jar