If the heap memory is insufficient to run the replication, tomcat will lead to the error as shown below.

INFO: Completed Request:db_setup
Exception in thread "Thread-4" java.lang.OutOfMemoryError: Java heap space
        at java.util.Arrays.copyOfRange(Unknown Source)

Solution:

This issue can be resolved by following the below steps.