Hi, in our case to solve the issue we had to create a setenv.sh file in the tomcat bin folder with the following data:export CATALINA_OPTS="$CATALINA_OPTS -Ddatahub.cluster.seed.hostname=127.0.0.1"
export CATALINA_OPTS="$CATALINA_OPTS -Ddatahub.clust...