I am getting connection refused error during jacoco:dump goal.
--- jacoco-maven-plugin:0.8.8:dump (default) @ jacoco ---
[DEBUG] Loading mojo org.jacoco:jacoco-maven-plugin:0.8.8:dump from plugin realm ClassRealm[plugin>org.jacoco:jacoco-maven-plugin:0.8.8, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@531d72ca]
[DEBUG] Configuring mojo execution 'org.jacoco:jacoco-maven-plugin:0.8.8:dump:default' with basic configurator -->
[DEBUG] (f) address = localhost
[DEBUG] (f) append = false
[DEBUG] (f) destFile = /Users/tomara/Documents/git/jacoco/target/coverage.exec
[DEBUG] (f) dump = true
[DEBUG] (f) port = 36320
[DEBUG] (f) project = MavenProject: com.example:jacoco:0.0.1-SNAPSHOT @ /Users/tomara/Documents/git/jacoco/pom.xml
[DEBUG] (f) reset = false
[DEBUG] (f) retryCount = 10
[DEBUG] (f) skip = false
[DEBUG] -- end configuration --
[INFO] Connecting to localhost/
127.0.0.1:36320[INFO] Connection refused
[INFO] Connecting to localhost/
127.0.0.1:36320[INFO] Connection refused
[INFO] Connecting to localhost/
127.0.0.1:36320[INFO] Connection refused
[INFO] Connecting to localhost/
127.0.0.1:36320[INFO] Connection refused
[INFO] Connecting to localhost/
127.0.0.1:36320[INFO] Connection refused
Please help mates.... Not able to understand why this is happening