Hello Devs,

We are working on trying to setup Fineract CN and are stuck on step 3
(Orchestrate micro services with persistence)

Each attempt fails with a message reading 1 Test 2 Failures, and at least
one of the problems appears to involve port 61616 despite its being free.
How do we fix this?

Building on GCP VM compute instance
Machine type: 8vCPUs, 30 GB memory
Image: Ubuntu 16.04 (size = 16GB)/ Standard persistent disk
Installed: JDK-8u221; Git; PostGRE; Cassandra; Node + Npm, Maven, Nginx
Option 1/Step 2
Option B/Step 3

Solutions Tried:
>Increased #Ports for Postgres
>Increased entropy
>Verified Postgres & Cassandra password conformed
>Checked Postgres and Cassandra are listening on proper ports
>Created TCP protocol firewall rule for VM to ensure correct ports were
accessible
>Running with Postgres and Cassandra off (just for the heck of it)
Note: We have cleaned up after each failed build.

Thanks for your help.

Robert
{\rtf1\ansi\ansicpg1252\cocoartf1671\cocoasubrtf600
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\margl1440\margr1440\vieww10800\viewh8400\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0

\f0\fs24 \cf0 Time: 277.14\
There were 2 failures:\
1) startDevServer(org.apache.fineract.cn.dev.ServiceRunner)\
org.apache.fineract.cn.provisioner.api.v1.client.DuplicateIdentifierException\
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)\
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)\
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)\
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)\
	at org.apache.fineract.cn.api.util.AnnotatedErrorDecoder.constructException(AnnotatedErrorDecoder.java:135)\
	at org.apache.fineract.cn.api.util.AnnotatedErrorDecoder.lambda$null$1(AnnotatedErrorDecoder.java:61)\
	at java.util.Optional.flatMap(Optional.java:241)\
	at org.apache.fineract.cn.api.util.AnnotatedErrorDecoder.lambda$decode$2(AnnotatedErrorDecoder.java:61)\
	at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)\
	at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)\
	at java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:958)\
	at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126)\
	at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:499)\
	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:486)\
	at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)\
	at java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:152)\
	at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)\
	at java.util.stream.ReferencePipeline.findAny(ReferencePipeline.java:469)\
	at org.apache.fineract.cn.api.util.AnnotatedErrorDecoder.decode(AnnotatedErrorDecoder.java:63)\
	at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:138)\
	at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:76)\
	at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:103)\
	at com.sun.proxy.$Proxy196.createTenant(Unknown Source)\
	at org.apache.fineract.cn.dev.ServiceRunner.createTenants(ServiceRunner.java:413)\
	at org.apache.fineract.cn.dev.ServiceRunner.before(ServiceRunner.java:217)\
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\
	at java.lang.reflect.Method.invoke(Method.java:498)\
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)\
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)\
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)\
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)\
	at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:75)\
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)\
	at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86)\
	at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84)\
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)\
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252)\
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94)\
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)\
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)\
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)\
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)\
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)\
	at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)\
	at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)\
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)\
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)\
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)\
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)\
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)\
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191)\
	at org.junit.runners.Suite.runChild(Suite.java:128)\
	at org.junit.runners.Suite.runChild(Suite.java:27)\
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)\
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)\
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)\
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)\
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)\
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)\
	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)\
	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)\
	at org.junit.runner.JUnitCore.runMain(JUnitCore.java:77)\
	at org.junit.runner.JUnitCore.main(JUnitCore.java:36)\
	at org.apache.fineract.cn.dev.DemoServer.main(DemoServer.java:30)\
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\
	at java.lang.reflect.Method.invoke(Method.java:498)\
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)\
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)\
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)\
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:58)\
2) startDevServer(org.apache.fineract.cn.dev.ServiceRunner)\
java.lang.NullPointerException\
	at org.apache.fineract.cn.dev.ServiceRunner.tearDown(ServiceRunner.java:275)\
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\
	at java.lang.reflect.Method.invoke(Method.java:498)\
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)\
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)\
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)\
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)\
	at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:86)\
	at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:84)\
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)\
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:252)\
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94)\
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)\
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)\
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)\
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)\
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)\
	at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)\
	at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)\
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)\
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)\
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)\
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)\
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)\
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191)\
	at org.junit.runners.Suite.runChild(Suite.java:128)\
	at org.junit.runners.Suite.runChild(Suite.java:27)\
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)\
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)\
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)\
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)\
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)\
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)\
	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)\
	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)\
	at org.junit.runner.JUnitCore.runMain(JUnitCore.java:77)\
	at org.junit.runner.JUnitCore.main(JUnitCore.java:36)\
	at org.apache.fineract.cn.dev.DemoServer.main(DemoServer.java:30)\
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\
	at java.lang.reflect.Method.invoke(Method.java:498)\
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)\
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)\
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)\
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:58)\
\
FAILURES!!!\
Tests run: 1,  Failures: 2\
\
16:14:09.497 [DefaultMessageListenerContainer-3] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=1, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:14:09.498 [DefaultMessageListenerContainer-1] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=1, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:14:14.499 [DefaultMessageListenerContainer-3] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=2, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:14:14.500 [DefaultMessageListenerContainer-1] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=2, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:14:19.501 [DefaultMessageListenerContainer-3] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=3, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:14:19.502 [DefaultMessageListenerContainer-1] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=3, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:14:24.504 [DefaultMessageListenerContainer-3] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=4, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:14:24.505 [DefaultMessageListenerContainer-1] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=4, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:14:29.507 [DefaultMessageListenerContainer-3] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=5, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:14:29.508 [DefaultMessageListenerContainer-1] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=5, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:14:34.509 [DefaultMessageListenerContainer-3] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=6, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:14:34.510 [DefaultMessageListenerContainer-1] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=6, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:14:39.511 [DefaultMessageListenerContainer-3] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=7, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:14:39.512 [DefaultMessageListenerContainer-1] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=7, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:14:44.515 [DefaultMessageListenerContainer-1] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=8, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:14:44.516 [DefaultMessageListenerContainer-3] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=8, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:14:49.517 [DefaultMessageListenerContainer-1] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=9, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:14:49.518 [DefaultMessageListenerContainer-3] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=9, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:14:54.519 [DefaultMessageListenerContainer-1] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=10, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:14:54.521 [DefaultMessageListenerContainer-3] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=10, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:14:59.521 [DefaultMessageListenerContainer-1] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=11, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:14:59.522 [DefaultMessageListenerContainer-3] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=11, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:15:04.524 [DefaultMessageListenerContainer-1] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=12, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:15:04.525 [DefaultMessageListenerContainer-3] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=12, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:15:09.525 [DefaultMessageListenerContainer-1] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=13, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:15:09.526 [DefaultMessageListenerContainer-3] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=13, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:15:14.529 [DefaultMessageListenerContainer-1] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=14, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:15:14.530 [DefaultMessageListenerContainer-3] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=14, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:15:19.531 [DefaultMessageListenerContainer-1] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=15, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:15:19.532 [DefaultMessageListenerContainer-3] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=15, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:15:24.532 [DefaultMessageListenerContainer-1] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=16, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:15:24.533 [DefaultMessageListenerContainer-3] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=16, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:15:29.535 [DefaultMessageListenerContainer-1] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=17, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:15:29.536 [DefaultMessageListenerContainer-3] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=17, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:15:34.536 [DefaultMessageListenerContainer-1] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=18, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:15:34.538 [DefaultMessageListenerContainer-3] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=18, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:15:39.539 [DefaultMessageListenerContainer-1] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=19, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
16:15:39.540 [DefaultMessageListenerContainer-3] ERROR o.s.j.l.DefaultMessageListenerContainer - Could not refresh JMS Connection for destination 'identity-v1' - retrying using FixedBackOff\{interval=5000, currentAttempts=19, maxAttempts=unlimited\}. Cause: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.ConnectException: Connection refused (Connection refused)\
}

Reply via email to