SolaceProducts / solace-spring-cloud

An umbrella project containing all Solace projects for Spring Cloud
Apache License 2.0
19 stars 14 forks source link

Resiliency Issue in Binder Implementation? #27

Closed FWinkler79 closed 3 years ago

FWinkler79 commented 3 years ago

I was not quite able to reproduce the exact scenario in which this happens, but since yesterday our service instances connected to Solace log errors of the following kind:

Retrieving logs for app euporie in org euporie / space euporie-dev as hans.schulz@sap.com...

   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.303 [pool-3-thread-3]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.303 [pool-3-thread-1]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.

It seems as though there was a short outage (either network or the Solace instance we are connected to) that caused the connection to be reset. The underlying Solace client library seems to retry but never gets into a functioning state anymore. The only solution to this problem is to stop the service and restart it, which of course is not desirable as it causes a downtime.

Do you have any idea what could cause this? Maybe rotating IP addresses? Would be great if you could fix this, since it hampers service resiliency against short term outages. This should heal without a downtime.

Mrc0113 commented 3 years ago

Hi @FWinkler79, So remind me, you're running inside of cloud foundry, correct? Any chance this has happened again since you posted this?

This is indeed hard to re-create. Outside of CF I tried both interrupting the network and restarting solace to simulating outages and both situations resulted in the app successfully executing the retry logic.

2020-09-30 15:56:18.016  INFO 68797 --- [connect_service] c.s.j.protocol.impl.TcpClientChannel     : Connection attempt failed to host 'localhost' ReconnectException com.solacesystems.jcsmp.JCSMPTransportException: (Client name: MJD-MacBook-Pro.local/68797/#00170001/hHWep2zyzX   Local addr: 127.0.0.1:50932   Remote addr: localhost:55555) - Error communicating with the router. cause: java.io.IOException: Unable to read enough bytes from stream!
2020-09-30 15:56:21.021  INFO 68797 --- [connect_service] c.s.j.protocol.impl.TcpClientChannel     : Connecting to host 'orig=tcp://localhost:55555, scheme=tcp://, host=localhost, port=55555' (host 1 of 1, smfclient 1, attempt 1 of 2147483647, this_host_attempt: 2 of 21)
2020-09-30 15:56:21.023  INFO 68797 --- [connect_service] c.s.j.protocol.impl.TcpClientChannel     : Connection attempt failed to host 'localhost' ReconnectException com.solacesystems.jcsmp.JCSMPTransportException: (Client name: MJD-MacBook-Pro.local/68797/#00170001/hHWep2zyzX   Local addr: 127.0.0.1:50935   Remote addr: localhost:55555) - Error communicating with the router. cause: java.io.IOException: Unable to read enough bytes from stream!
2020-09-30 15:56:24.024  INFO 68797 --- [connect_service] c.s.j.protocol.impl.TcpClientChannel     : Connecting to host 'orig=tcp://localhost:55555, scheme=tcp://, host=localhost, port=55555' (host 1 of 1, smfclient 1, attempt 1 of 2147483647, this_host_attempt: 3 of 21)
....

I'll ping our support team to see if they have any ideas with the info provided.

FWinkler79 commented 3 years ago

Hey Marc,

you are correct, we ran this on CF, and like you I tried both failure scenarios above without luck. Our internal guys hosting Solace for us, said they had issues and need to restart or something, but they wouldn't be more specific.

What might be an issue here is that maybe the IP address behind the DNS name we use for the broker has changed, and that somehow the old IP was still cached, and the client lib tried to connect to a no longer existing broker. However, I think this would yield another error message - like when you are shutting down Solace while the app is running.

More likely may be that your lib is keeping an internal connection pool. Maybe when our Solace went down, the connection broke, but was not removed from the pool. The lib then constantly tried to connect using a broken / stale connection. I think it is best your support team look into this. Whatever the reason for this error is, the ib should be able to handle it, for the sake of resiliency, I think.

Mrc0113 commented 3 years ago

I was super interested in this so I tried a test where I connected with a dns name and switched out the service IP behind the scenes (I went from localhost to a cloud service)but after losing the connection the app still successfully reconnected to the new service. It even recognized that it was a different router name and logged a warning since I wasn't using a HA pair.

But yes, I'll see what support has to say! Maybe they have better ideas :)

Mrc0113 commented 3 years ago

Hey @FWinkler79,

Any chance you still have the log. Support would like to see if any log entries around these provide more context. If you don't want to share them publicly you can shoot them to me via the solace community and I'll get them to support.

FWinkler79 commented 3 years ago

Hey @Mrc0113

here is the full log, but I think it won't help much, since this log was repetitive for some hours. I am afraid, support will have to dig backwards from the bottom of the stacktrace.

Retrieving logs for app euporie in org euporie / space euporie-dev as hans.schulz@sap.com...

   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.303 [pool-3-thread-3]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.303 [pool-3-thread-1]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.37+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.303 [pool-3-thread-2]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.303 [pool-3-thread-3]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.38+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.303 [pool-3-thread-1]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.303 [pool-3-thread-3]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.39+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.303 [pool-3-thread-2]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.40+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.303 [pool-3-thread-1]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.303 [pool-3-thread-3]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.41+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.303 [pool-3-thread-1]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.303 [pool-3-thread-2]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.42+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.303 [pool-3-thread-3]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.303 [pool-3-thread-1]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.43+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.44+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.303 [pool-3-thread-3]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.303 [pool-3-thread-1]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.45+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.303 [pool-3-thread-2]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.46+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.303 [pool-3-thread-3]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.303 [pool-3-thread-1]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.47+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.303 [pool-3-thread-2]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.303 [pool-3-thread-3]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.48+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.303 [pool-3-thread-1]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.49+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.50+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.50+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.50+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.50+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.50+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.50+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.50+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.50+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.50+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.50+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.50+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.50+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.50+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.50+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.50+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.50+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.50+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.50+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.50+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.50+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.50+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.50+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.50+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.50+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.50+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.303 [pool-3-thread-2]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.51+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.303 [pool-3-thread-1]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.52+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.53+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.304 [pool-3-thread-2]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.54+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.304 [pool-3-thread-1]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.55+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.56+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.56+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.56+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.56+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.56+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.56+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.56+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.56+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.56+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.56+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.56+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.56+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.56+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.56+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.56+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.56+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.56+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.56+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.56+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.56+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.56+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.56+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.56+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.56+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.57+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.57+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.57+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.57+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.57+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.57+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.57+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.57+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.57+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.57+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.57+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.57+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.57+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.57+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.57+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.57+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.57+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.57+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.57+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.57+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.58+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.58+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.58+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.58+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.58+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.58+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.58+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.58+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.58+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.59+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.59+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.59+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.59+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.59+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.59+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.59+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.59+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.59+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.59+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.59+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.59+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.59+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.59+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.59+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.59+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.60+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.60+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.503 [pool-3-thread-1]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.60+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.60+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.60+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.60+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.60+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.60+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.60+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.60+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.60+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.60+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.60+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.60+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.60+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.60+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.503 [pool-3-thread-3]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.60+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.60+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.60+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.60+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.60+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.60+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.60+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.60+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.61+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.61+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.61+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.61+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.61+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.61+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.61+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.61+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.61+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.61+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.61+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.61+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.61+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.61+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.61+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.61+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.61+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.62+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.62+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.62+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.62+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.62+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.62+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.62+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.62+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.62+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.62+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.62+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.62+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.63+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.63+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.63+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.63+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.63+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.63+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.63+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.63+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.63+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.63+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.63+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.63+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.63+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.64+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.503 [pool-3-thread-1]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.64+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.64+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.64+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.64+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.64+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
   2020-09-21T21:00:48.64+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.64+0200 [APP/PROC/WEB/0] OUT     at java.base/java.lang.Thread.run(Unknown Source)
   2020-09-21T21:00:48.64+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.64+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.64+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.64+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.64+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.64+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.64+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.64+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.64+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (Client name: e66831ca-0e42-4b15-7cb7-4c62/6/#00300001/rlAWzH9uQA   Local addr: 10.136.196.21:42178   Remote addr: 9c04f7d8-d636-4647-9f6c-0385a8b14b2f.messaging.sandbox-mq.psb-prod.coco18.org:55443) - Error communicating with the router.
   2020-09-21T21:00:48.64+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.ChannelOpStrategyClient.performOpen(ChannelOpStrategyClient.java:91)
   2020-09-21T21:00:48.64+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.65+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.access$800(TcpClientChannel.java:106)
   2020-09-21T21:00:48.65+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.65+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.65+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.65+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.65+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.65+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.503 [pool-3-thread-3]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallbacks
   2020-09-21T21:00:48.65+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.65+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.65+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.65+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.65+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2325)
   2020-09-21T21:00:48.65+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel.performOpenSingle(TcpClientChannel.java:399)
   2020-09-21T21:00:48.65+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.65+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.65+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.65+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.65+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.65+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.65+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.66+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.JCSMPTransportException: (JCSMPTransportException) Error receiving data from underlying connection.
   2020-09-21T21:00:48.66+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.66+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.67+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.67+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:251)
   2020-09-21T21:00:48.68+0200 [APP/PROC/WEB/0] OUT     ... 4 common frames omitted
   2020-09-21T21:00:48.69+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.71+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpClientChannel$ClientChannelReconnect.call(TcpClientChannel.java:2161)
   2020-09-21T21:00:48.71+0200 [APP/PROC/WEB/0] OUT com.solacesystems.jcsmp.StaleSessionException: Tried to call receive on a stopped message consumer.
   2020-09-21T21:00:48.72+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   2020-09-21T21:00:48.72+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.doPostNoResponse(SSLSmfClient.java:293)
   2020-09-21T21:00:48.73+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SSLSmfClient.readBytes(SSLSmfClient.java:556)
   2020-09-21T21:00:48.73+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.smf.SimpleSmfClient.doPost(SimpleSmfClient.java:226)
   2020-09-21T21:00:48.73+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.protocol.impl.TcpChannel.executePostOnce(TcpChannel.java:196)
   2020-09-21T21:00:48.73+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:845)
   2020-09-21T21:00:48.73+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.receive(FlowHandleImpl.java:812)
   2020-09-21T21:00:48.73+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.73+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.74+0200 [APP/PROC/WEB/0] OUT     ... 8 common frames omitted
   2020-09-21T21:00:48.74+0200 [APP/PROC/WEB/0] OUT     at com.solacesystems.jcsmp.impl.flow.FlowHandleImpl.throwClosedException(FlowHandleImpl.java:1903)
   2020-09-21T21:00:48.74+0200 [APP/PROC/WEB/0] OUT Caused by: com.solacesystems.jcsmp.protocol.smf.SmfClientIOException: Connection closed by peer
   2020-09-21T21:00:48.74+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.receive(InboundXMLMessageListener.java:97)
   2020-09-21T21:00:48.74+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   2020-09-21T21:00:48.75+0200 [APP/PROC/WEB/0] OUT     at com.solace.spring.cloud.stream.binder.inbound.InboundXMLMessageListener.run(InboundXMLMessageListener.java:75)
   2020-09-21T21:00:48.75+0200 [APP/PROC/WEB/0] OUT     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
   2020-09-21T21:00:48.75+0200 [APP/PROC/WEB/0] OUT 21-09-2020 19:00:24.503 [pool-3-thread-2]  WARN  c.s.s.c.s.b.i.InboundXMLMessageListener.receive - Received error while trying to read message from endpoint jobTriggers.jobTriggerCallback
Mrc0113 commented 3 years ago

Hi @FWinkler79,

Just a quick update on this: I had the support team look into it with the info provided and they were not able to reproduce the issue after trying several different failure scenarios. Any chance this has happened again since and you have any further context?

-Marc

FWinkler79 commented 3 years ago

Thanks for trying Marc! Since the moment I reported this, we did not observe it again. So maybe it was some sort of cosmic radiation that caused this... ;) Feel free to close the issue, if you want to.

Cheers!

Nephery commented 3 years ago

Alright, closing this issue. Let us know if it happens again.