You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Jiri Danek (JIRA)" <ji...@apache.org> on 2017/04/28 11:41:04 UTC

[jira] [Created] (ARTEMIS-1133) Replicated Transaction Failover Example: AMQ119026: Backup Server was not yet in sync with live

Jiri Danek created ARTEMIS-1133:
-----------------------------------

             Summary: Replicated Transaction Failover Example: AMQ119026: Backup Server was not yet in sync with live
                 Key: ARTEMIS-1133
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1133
             Project: ActiveMQ Artemis
          Issue Type: Bug
          Components: Broker
    Affects Versions: 2.next
            Reporter: Jiri Danek


after performing
{noformat}
mvn clean install
{noformat}

of the broker, I want to run example {{features/ha/replicated-transaction-failover}}. When I do that, the example fails. Log from running the example is reproduced below

{noformat}
% mvn verify                                                                                                                                               :(
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ActiveMQ Artemis JMS Replicated Transaction Failover Example 2.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ replicated-transaction-failover ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java) @ replicated-transaction-failover ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ replicated-transaction-failover ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ replicated-transaction-failover ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ replicated-transaction-failover ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jdanek/Work/repos/activemq-artemis/examples/features/ha/replicated-transaction-failover/target/classes
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (default) @ replicated-transaction-failover ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ replicated-transaction-failover ---
[INFO] RAT will not execute since it is configured to be skipped via system property 'rat.skip'.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ replicated-transaction-failover ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jdanek/Work/repos/activemq-artemis/examples/features/ha/replicated-transaction-failover/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ replicated-transaction-failover ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ replicated-transaction-failover ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ replicated-transaction-failover ---
[INFO] Building jar: /home/jdanek/Work/repos/activemq-artemis/examples/features/ha/replicated-transaction-failover/target/replicated-transaction-failover-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ replicated-transaction-failover ---
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ replicated-transaction-failover >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ replicated-transaction-failover ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java) @ replicated-transaction-failover ---
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ replicated-transaction-failover <<<
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ replicated-transaction-failover ---
[INFO] Building jar: /home/jdanek/Work/repos/activemq-artemis/examples/features/ha/replicated-transaction-failover/target/replicated-transaction-failover-2.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (default) > generate-sources @ replicated-transaction-failover >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-maven) @ replicated-transaction-failover ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4:enforce (enforce-java) @ replicated-transaction-failover ---
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (default) < generate-sources @ replicated-transaction-failover <<<
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (default) @ replicated-transaction-failover ---
[INFO] 
[INFO] --- dependency-check-maven:1.4.3:check (default) @ replicated-transaction-failover ---
[INFO] Skipping dependency-check
[INFO] 
[INFO] --- artemis-maven-plugin:2.1.0-SNAPSHOT:create (create0) @ replicated-transaction-failover ---
[INFO] Local       id: local
      url: file:///home/jdanek/.m2/repository/
   layout: default
snapshots: [enabled => true, update => always]
 releases: [enabled => true, update => always]

[INFO] Entries.size 2
[INFO] ... key=project = MavenProject: org.apache.activemq.examples.failover:replicated-transaction-failover:2.1.0-SNAPSHOT @ /home/jdanek/Work/repos/activemq-artemis/examples/features/ha/replicated-transaction-failover/pom.xml
[INFO] ... key=pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.activemq.artemis.maven.ArtemisCLIPlugin', role hint: 'org.apache.activemq:artemis-maven-plugin:2.1.0-SNAPSHOT:cli'
role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.activemq.artemis.maven.ArtemisCreatePlugin', role hint: 'org.apache.activemq:artemis-maven-plugin:2.1.0-SNAPSHOT:create'
role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.activemq.artemis.maven.ArtemisDependencyScanPlugin', role hint: 'org.apache.activemq:artemis-maven-plugin:2.1.0-SNAPSHOT:dependency-scan'
role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.activemq.artemis.maven.ArtemisClientPlugin', role hint: 'org.apache.activemq:artemis-maven-plugin:2.1.0-SNAPSHOT:runClient'
---
Executing org.apache.activemq.artemis.cli.commands.Create create --allow-anonymous --silent --force --no-web --user guest --password guest --role guest --port-offset 0 --data ./data --allow-anonymous --java-options -Dudp-address=231.7.7.7 -Djava.net.preferIPv4Stack=true --no-autotune --verbose --aio /home/jdanek/Work/repos/activemq-artemis/examples/features/ha/replicated-transaction-failover/target/server0 
Home::/home/jdanek/Work/repos/activemq-artemis/examples/features/ha/replicated-transaction-failover/../../../../artemis-distribution/target/apache-artemis-2.1.0-SNAPSHOT-bin/apache-artemis-2.1.0-SNAPSHOT, Instance::null
Creating ActiveMQ Artemis instance at: /home/jdanek/Work/repos/activemq-artemis/examples/features/ha/replicated-transaction-failover/target/server0

You can now start the broker by executing:  

   "/home/jdanek/Work/repos/activemq-artemis/examples/features/ha/replicated-transaction-failover/target/server0/bin/artemis" run

Or you can run the broker in the background using:

   "/home/jdanek/Work/repos/activemq-artemis/examples/features/ha/replicated-transaction-failover/target/server0/bin/artemis-service" start

[INFO] ###################################################################################################
[INFO] create-server0.sh created with commands to reproduce server0
[INFO] under /home/jdanek/Work/repos/activemq-artemis/examples/features/ha/replicated-transaction-failover/target
[INFO] ###################################################################################################
[INFO] 
[INFO] --- artemis-maven-plugin:2.1.0-SNAPSHOT:create (create1) @ replicated-transaction-failover ---
[INFO] Local       id: local
      url: file:///home/jdanek/.m2/repository/
   layout: default
snapshots: [enabled => true, update => always]
 releases: [enabled => true, update => always]

[INFO] Entries.size 2
[INFO] ... key=project = MavenProject: org.apache.activemq.examples.failover:replicated-transaction-failover:2.1.0-SNAPSHOT @ /home/jdanek/Work/repos/activemq-artemis/examples/features/ha/replicated-transaction-failover/pom.xml
[INFO] ... key=pluginDescriptor = Component Descriptor: role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.activemq.artemis.maven.ArtemisCLIPlugin', role hint: 'org.apache.activemq:artemis-maven-plugin:2.1.0-SNAPSHOT:cli'
role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.activemq.artemis.maven.ArtemisCreatePlugin', role hint: 'org.apache.activemq:artemis-maven-plugin:2.1.0-SNAPSHOT:create'
role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.activemq.artemis.maven.ArtemisDependencyScanPlugin', role hint: 'org.apache.activemq:artemis-maven-plugin:2.1.0-SNAPSHOT:dependency-scan'
role: 'org.apache.maven.plugin.Mojo', implementation: 'org.apache.activemq.artemis.maven.ArtemisClientPlugin', role hint: 'org.apache.activemq:artemis-maven-plugin:2.1.0-SNAPSHOT:runClient'
---
Executing org.apache.activemq.artemis.cli.commands.Create create --allow-anonymous --silent --force --no-web --user guest --password guest --role guest --port-offset 0 --data ./data --allow-anonymous --java-options -Dudp-address=231.7.7.7 -Djava.net.preferIPv4Stack=true --no-autotune --verbose --aio /home/jdanek/Work/repos/activemq-artemis/examples/features/ha/replicated-transaction-failover/target/server1 
Home::/home/jdanek/Work/repos/activemq-artemis/examples/features/ha/replicated-transaction-failover/../../../../artemis-distribution/target/apache-artemis-2.1.0-SNAPSHOT-bin/apache-artemis-2.1.0-SNAPSHOT, Instance::null
Creating ActiveMQ Artemis instance at: /home/jdanek/Work/repos/activemq-artemis/examples/features/ha/replicated-transaction-failover/target/server1

You can now start the broker by executing:  

   "/home/jdanek/Work/repos/activemq-artemis/examples/features/ha/replicated-transaction-failover/target/server1/bin/artemis" run

Or you can run the broker in the background using:

   "/home/jdanek/Work/repos/activemq-artemis/examples/features/ha/replicated-transaction-failover/target/server1/bin/artemis-service" start

[INFO] ###################################################################################################
[INFO] create-server1.sh created with commands to reproduce server1
[INFO] under /home/jdanek/Work/repos/activemq-artemis/examples/features/ha/replicated-transaction-failover/target
[INFO] ###################################################################################################
[INFO] 
[INFO] --- artemis-maven-plugin:2.1.0-SNAPSHOT:runClient (runClient) @ replicated-transaction-failover ---
ReplicatedTransactionFailoverExample0-out:     _        _               _
ReplicatedTransactionFailoverExample0-out:    / \  ____| |_  ___ __  __(_) _____
ReplicatedTransactionFailoverExample0-out:   / _ \|  _ \ __|/ _ \  \/  | |/  __/
ReplicatedTransactionFailoverExample0-out:  / ___ \ | \/ |_/  __/ |\/| | |\___ \
ReplicatedTransactionFailoverExample0-out: /_/   \_\|   \__\____|_|  |_|_|/___ /
ReplicatedTransactionFailoverExample0-out: Apache ActiveMQ Artemis 2.1.0-SNAPSHOT
ReplicatedTransactionFailoverExample0-out:
ReplicatedTransactionFailoverExample0-out:
ReplicatedTransactionFailoverExample0-out:13:28:27,957 WARN  [org.apache.activemq.artemis.core.server] AMQ222018: AIO was not located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal
ReplicatedTransactionFailoverExample0-out:13:28:28,019 INFO  [org.apache.activemq.artemis.integration.bootstrap] AMQ101000: Starting ActiveMQ Artemis Server
ReplicatedTransactionFailoverExample0-out:13:28:28,044 INFO  [org.apache.activemq.artemis.core.server] AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=true,journalDirectory=./data/journal,bindingsDirectory=./data/bindings,largeMessagesDirectory=./data/largemessages,pagingDirectory=./data/paging)
ReplicatedTransactionFailoverExample0-out:13:28:28,065 INFO  [org.apache.activemq.artemis.core.server] AMQ221013: Using NIO Journal
ReplicatedTransactionFailoverExample0-out:13:28:28,100 WARN  [org.apache.activemq.artemis.core.server] AMQ222007: Security risk! Apache ActiveMQ Artemis is running with the default cluster admin user and default password. Please see the cluster chapter in the ActiveMQ Artemis User Guide for instructions on how to change this.
ReplicatedTransactionFailoverExample0-out:13:28:28,108 INFO  [org.apache.activemq.artemis.core.server] AMQ221057: Global Max Size is being adjusted to 1/2 of the JVM max size (-Xmx). being defined as 1,073,741,824
ReplicatedTransactionFailoverExample0-out:13:28:28,164 INFO  [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE
ReplicatedTransactionFailoverExample0-out:13:28:28,164 INFO  [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-amqp-protocol]. Adding protocol support for: AMQP
ReplicatedTransactionFailoverExample0-out:13:28:28,165 INFO  [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding protocol support for: HORNETQ
ReplicatedTransactionFailoverExample0-out:13:28:28,165 INFO  [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: MQTT
ReplicatedTransactionFailoverExample0-out:13:28:28,165 INFO  [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-openwire-protocol]. Adding protocol support for: OPENWIRE
ReplicatedTransactionFailoverExample0-out:13:28:28,166 INFO  [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-stomp-protocol]. Adding protocol support for: STOMP
ReplicatedTransactionFailoverExample0-out:13:28:28,525 INFO  [org.apache.activemq.artemis.core.server] AMQ221003: Deploying queue exampleQueue
ReplicatedTransactionFailoverExample0-out:13:28:28,558 WARN  [org.apache.activemq.artemis.core.server] AMQ222165: No Dead Letter Address configured for queue exampleQueue in AddressSettings
ReplicatedTransactionFailoverExample0-out:13:28:28,559 WARN  [org.apache.activemq.artemis.core.server] AMQ222166: No Expiry Address configured for queue exampleQueue in AddressSettings
awaiting server tcp://localhost:61616 start at 
awaiting server tcp://localhost:61616 start at 
awaiting server tcp://localhost:61616 start at 
awaiting server tcp://localhost:61616 start at 
awaiting server tcp://localhost:61616 start at 
awaiting server tcp://localhost:61616 start at 
awaiting server tcp://localhost:61616 start at 
awaiting server tcp://localhost:61617 start at 
ReplicatedTransactionFailoverExample1-out:     _        _               _
ReplicatedTransactionFailoverExample1-out:    / \  ____| |_  ___ __  __(_) _____
ReplicatedTransactionFailoverExample1-out:   / _ \|  _ \ __|/ _ \  \/  | |/  __/
ReplicatedTransactionFailoverExample1-out:  / ___ \ | \/ |_/  __/ |\/| | |\___ \
ReplicatedTransactionFailoverExample1-out: /_/   \_\|   \__\____|_|  |_|_|/___ /
ReplicatedTransactionFailoverExample1-out: Apache ActiveMQ Artemis 2.1.0-SNAPSHOT
ReplicatedTransactionFailoverExample1-out:
ReplicatedTransactionFailoverExample1-out:
awaiting server tcp://localhost:61617 start at 
ReplicatedTransactionFailoverExample1-out:13:28:32,975 WARN  [org.apache.activemq.artemis.core.server] AMQ222018: AIO was not located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal
ReplicatedTransactionFailoverExample1-out:13:28:33,049 INFO  [org.apache.activemq.artemis.integration.bootstrap] AMQ101000: Starting ActiveMQ Artemis Server
ReplicatedTransactionFailoverExample1-out:13:28:33,074 INFO  [org.apache.activemq.artemis.core.server] AMQ221000: backup Message Broker is starting with configuration Broker Configuration (clustered=true,journalDirectory=./data/journal,bindingsDirectory=./data/bindings,largeMessagesDirectory=./data/largemessages,pagingDirectory=./data/paging)
ReplicatedTransactionFailoverExample1-out:13:28:33,087 INFO  [org.apache.activemq.artemis.core.server] AMQ222162: Moving data directory /home/jdanek/Work/repos/activemq-artemis/examples/features/ha/replicated-transaction-failover/target/server1/./data/journal to /home/jdanek/Work/repos/activemq-artemis/examples/features/ha/replicated-transaction-failover/target/server1/./data/journal/oldreplica.1
ReplicatedTransactionFailoverExample1-out:13:28:33,111 INFO  [org.apache.activemq.artemis.core.server] AMQ221013: Using NIO Journal
ReplicatedTransactionFailoverExample1-out:13:28:33,149 WARN  [org.apache.activemq.artemis.core.server] AMQ222007: Security risk! Apache ActiveMQ Artemis is running with the default cluster admin user and default password. Please see the cluster chapter in the ActiveMQ Artemis User Guide for instructions on how to change this.
ReplicatedTransactionFailoverExample1-out:13:28:33,154 INFO  [org.apache.activemq.artemis.core.server] AMQ221057: Global Max Size is being adjusted to 1/2 of the JVM max size (-Xmx). being defined as 1,073,741,824
ReplicatedTransactionFailoverExample1-out:13:28:33,214 INFO  [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE
ReplicatedTransactionFailoverExample1-out:13:28:33,214 INFO  [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-amqp-protocol]. Adding protocol support for: AMQP
ReplicatedTransactionFailoverExample1-out:13:28:33,215 INFO  [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding protocol support for: HORNETQ
ReplicatedTransactionFailoverExample1-out:13:28:33,215 INFO  [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: MQTT
ReplicatedTransactionFailoverExample1-out:13:28:33,216 INFO  [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-openwire-protocol]. Adding protocol support for: OPENWIRE
ReplicatedTransactionFailoverExample1-out:13:28:33,216 INFO  [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-stomp-protocol]. Adding protocol support for: STOMP
awaiting server tcp://localhost:61617 start at 
ReplicatedTransactionFailoverExample0-out:13:28:33,430 INFO  [org.apache.activemq.artemis.core.server] AMQ221020: Started EPOLL Acceptor at localhost:61616 for protocols [CORE,MQTT,AMQP,HORNETQ,STOMP,OPENWIRE]
ReplicatedTransactionFailoverExample0-out:13:28:33,431 INFO  [org.apache.activemq.artemis.core.server] AMQ221007: Server is now live
ReplicatedTransactionFailoverExample0-out:13:28:33,432 INFO  [org.apache.activemq.artemis.core.server] AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.1.0-SNAPSHOT [localhost, nodeID=ccca547f-2c05-11e7-b31a-0a0027000001] 
awaiting server tcp://localhost:61617 start at 
awaiting server tcp://localhost:61617 start at 
awaiting server tcp://localhost:61617 start at 
awaiting server tcp://localhost:61617 start at 
awaiting server tcp://localhost:61617 start at 
awaiting server tcp://localhost:61617 start at 
ReplicatedTransactionFailoverExample1-out:13:28:36,784 INFO  [org.apache.activemq.artemis.core.server] AMQ221109: Apache ActiveMQ Artemis Backup Server version 2.1.0-SNAPSHOT [null] started, waiting live to fail before it gets active
awaiting server tcp://localhost:61617 start at 
ReplicatedTransactionFailoverExample0-out:13:28:37,014 INFO  [org.apache.activemq.artemis.core.server] AMQ221025: Replication: sending NIOSequentialFile /home/jdanek/Work/repos/activemq-artemis/examples/features/ha/replicated-transaction-failover/target/server0/./data/journal/activemq-data-2.amq (size=10,485,760) to replica.
Sent message: This is text message 0
Sent message: This is text message 1
Sent message: This is text message 2
Sent message: This is text message 3
Sent message: This is text message 4
**********************************
Killing server java.lang.UNIXProcess@24d097c8
**********************************
Apr 28, 2017 1:28:37 PM org.apache.activemq.artemis.core.protocol.core.impl.RemotingConnectionImpl fail
WARN: AMQ212037: Connection failure has been detected: AMQ119015: The connection was disconnected because of server shutdown [code=DISCONNECTED]
ReplicatedTransactionFailoverExample1-out:13:28:37,651 WARN  [org.apache.activemq.artemis.journal] AMQ142027: Error on writing data! File not opened code - 6: java.lang.Exception: File not opened
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.DummyCallback.onError(DummyCallback.java:36) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$DelegateCallback.onError(AbstractSequentialFile.java:271) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.internalWrite(NIOSequentialFile.java:268) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.writeDirect(NIOSequentialFile.java:239) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$LocalBufferObserver.flushBuffer(AbstractSequentialFile.java:297) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:286) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:258) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFileFactory.flush(AbstractSequentialFileFactory.java:177) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.flush(JournalImpl.java:2137) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.stop(JournalImpl.java:2285) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:246) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:183) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.replication.ReplicationEndpoint.stop(ReplicationEndpoint.java:320) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.stopComponent(ActiveMQServerImpl.java:1138) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.SharedNothingBackupActivation.run(SharedNothingBackupActivation.java:252) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$ActivationThread.run(ActiveMQServerImpl.java:2739) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:
ReplicatedTransactionFailoverExample1-out:13:28:37,654 WARN  [org.apache.activemq.artemis.journal] AMQ142027: Error on writing data! File not opened code - 6: java.lang.Exception: File not opened
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.DummyCallback.onError(DummyCallback.java:36) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$DelegateCallback.onError(AbstractSequentialFile.java:271) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.internalWrite(NIOSequentialFile.java:268) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.writeDirect(NIOSequentialFile.java:239) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$LocalBufferObserver.flushBuffer(AbstractSequentialFile.java:297) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:286) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:258) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFileFactory.flush(AbstractSequentialFileFactory.java:177) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.flush(JournalImpl.java:2137) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.stop(JournalImpl.java:2285) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:246) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:183) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.replication.ReplicationEndpoint.stop(ReplicationEndpoint.java:320) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.stopComponent(ActiveMQServerImpl.java:1138) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.SharedNothingBackupActivation.run(SharedNothingBackupActivation.java:252) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$ActivationThread.run(ActiveMQServerImpl.java:2739) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:
ReplicatedTransactionFailoverExample1-out:13:28:37,656 WARN  [org.apache.activemq.artemis.journal] AMQ142027: Error on writing data! File not opened code - 6: java.lang.Exception: File not opened
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.DummyCallback.onError(DummyCallback.java:36) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$DelegateCallback.onError(AbstractSequentialFile.java:271) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.internalWrite(NIOSequentialFile.java:268) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.writeDirect(NIOSequentialFile.java:239) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$LocalBufferObserver.flushBuffer(AbstractSequentialFile.java:297) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:286) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:258) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFileFactory.flush(AbstractSequentialFileFactory.java:177) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.flush(JournalImpl.java:2137) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.stop(JournalImpl.java:2285) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:246) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:183) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.replication.ReplicationEndpoint.stop(ReplicationEndpoint.java:320) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.stopComponent(ActiveMQServerImpl.java:1138) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.SharedNothingBackupActivation.run(SharedNothingBackupActivation.java:252) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$ActivationThread.run(ActiveMQServerImpl.java:2739) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:
ReplicatedTransactionFailoverExample1-out:13:28:37,658 WARN  [org.apache.activemq.artemis.journal] AMQ142027: Error on writing data! File not opened code - 6: java.lang.Exception: File not opened
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.DummyCallback.onError(DummyCallback.java:36) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$DelegateCallback.onError(AbstractSequentialFile.java:271) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.internalWrite(NIOSequentialFile.java:268) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.writeDirect(NIOSequentialFile.java:239) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$LocalBufferObserver.flushBuffer(AbstractSequentialFile.java:297) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:286) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:258) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFileFactory.flush(AbstractSequentialFileFactory.java:177) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.flush(JournalImpl.java:2137) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.stop(JournalImpl.java:2285) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:246) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:183) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.replication.ReplicationEndpoint.stop(ReplicationEndpoint.java:320) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.stopComponent(ActiveMQServerImpl.java:1138) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.SharedNothingBackupActivation.run(SharedNothingBackupActivation.java:252) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$ActivationThread.run(ActiveMQServerImpl.java:2739) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:
ReplicatedTransactionFailoverExample1-out:13:28:37,659 WARN  [org.apache.activemq.artemis.journal] AMQ142027: Error on writing data! File not opened code - 6: java.lang.Exception: File not opened
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.DummyCallback.onError(DummyCallback.java:36) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$DelegateCallback.onError(AbstractSequentialFile.java:271) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.internalWrite(NIOSequentialFile.java:268) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.writeDirect(NIOSequentialFile.java:239) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$LocalBufferObserver.flushBuffer(AbstractSequentialFile.java:297) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:286) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:258) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFileFactory.flush(AbstractSequentialFileFactory.java:177) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.flush(JournalImpl.java:2137) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.stop(JournalImpl.java:2285) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:246) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:183) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.replication.ReplicationEndpoint.stop(ReplicationEndpoint.java:320) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.stopComponent(ActiveMQServerImpl.java:1138) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.SharedNothingBackupActivation.run(SharedNothingBackupActivation.java:252) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$ActivationThread.run(ActiveMQServerImpl.java:2739) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:
ReplicatedTransactionFailoverExample1-out:13:28:37,660 WARN  [org.apache.activemq.artemis.journal] AMQ142027: Error on writing data! File not opened code - 6: java.lang.Exception: File not opened
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.DummyCallback.onError(DummyCallback.java:36) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$DelegateCallback.onError(AbstractSequentialFile.java:271) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.internalWrite(NIOSequentialFile.java:268) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.writeDirect(NIOSequentialFile.java:239) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$LocalBufferObserver.flushBuffer(AbstractSequentialFile.java:297) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:286) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:258) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFileFactory.flush(AbstractSequentialFileFactory.java:177) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.flush(JournalImpl.java:2137) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.stop(JournalImpl.java:2285) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:246) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:183) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.replication.ReplicationEndpoint.stop(ReplicationEndpoint.java:320) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.stopComponent(ActiveMQServerImpl.java:1138) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.SharedNothingBackupActivation.run(SharedNothingBackupActivation.java:252) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$ActivationThread.run(ActiveMQServerImpl.java:2739) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:
ReplicatedTransactionFailoverExample1-out:13:28:37,661 WARN  [org.apache.activemq.artemis.journal] AMQ142027: Error on writing data! File not opened code - 6: java.lang.Exception: File not opened
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.DummyCallback.onError(DummyCallback.java:36) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$DelegateCallback.onError(AbstractSequentialFile.java:271) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.internalWrite(NIOSequentialFile.java:268) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.writeDirect(NIOSequentialFile.java:239) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$LocalBufferObserver.flushBuffer(AbstractSequentialFile.java:297) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:286) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:258) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFileFactory.flush(AbstractSequentialFileFactory.java:177) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.flush(JournalImpl.java:2137) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.stop(JournalImpl.java:2285) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:246) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:183) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.replication.ReplicationEndpoint.stop(ReplicationEndpoint.java:320) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.stopComponent(ActiveMQServerImpl.java:1138) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.SharedNothingBackupActivation.run(SharedNothingBackupActivation.java:252) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$ActivationThread.run(ActiveMQServerImpl.java:2739) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:
ReplicatedTransactionFailoverExample1-out:13:28:37,668 WARN  [org.apache.activemq.artemis.journal] AMQ142027: Error on writing data! File not opened code - 6: java.lang.Exception: File not opened
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.DummyCallback.onError(DummyCallback.java:36) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$DelegateCallback.onError(AbstractSequentialFile.java:271) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.internalWrite(NIOSequentialFile.java:268) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.writeDirect(NIOSequentialFile.java:239) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$LocalBufferObserver.flushBuffer(AbstractSequentialFile.java:297) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:286) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:258) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFileFactory.flush(AbstractSequentialFileFactory.java:177) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.flush(JournalImpl.java:2137) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.stop(JournalImpl.java:2285) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:246) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:183) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.replication.ReplicationEndpoint.stop(ReplicationEndpoint.java:320) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.stopComponent(ActiveMQServerImpl.java:1138) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.SharedNothingBackupActivation.run(SharedNothingBackupActivation.java:252) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$ActivationThread.run(ActiveMQServerImpl.java:2739) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:
ReplicatedTransactionFailoverExample1-out:13:28:37,669 WARN  [org.apache.activemq.artemis.core.client] AMQ212037: Connection failure has been detected: AMQ119015: The connection was disconnected because of server shutdown [code=DISCONNECTED]
ReplicatedTransactionFailoverExample1-out:13:28:37,670 WARN  [org.apache.activemq.artemis.journal] AMQ142027: Error on writing data! File not opened code - 6: java.lang.Exception: File not opened
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.DummyCallback.onError(DummyCallback.java:36) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$DelegateCallback.onError(AbstractSequentialFile.java:271) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.internalWrite(NIOSequentialFile.java:268) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.writeDirect(NIOSequentialFile.java:239) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$LocalBufferObserver.flushBuffer(AbstractSequentialFile.java:297) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:286) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:258) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFileFactory.flush(AbstractSequentialFileFactory.java:177) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.flush(JournalImpl.java:2137) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.stop(JournalImpl.java:2285) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:246) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:183) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.replication.ReplicationEndpoint.stop(ReplicationEndpoint.java:320) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.stopComponent(ActiveMQServerImpl.java:1138) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.SharedNothingBackupActivation.run(SharedNothingBackupActivation.java:252) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$ActivationThread.run(ActiveMQServerImpl.java:2739) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:
ReplicatedTransactionFailoverExample1-out:13:28:37,671 WARN  [org.apache.activemq.artemis.journal] AMQ142027: Error on writing data! File not opened code - 6: java.lang.Exception: File not opened
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.DummyCallback.onError(DummyCallback.java:36) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$DelegateCallback.onError(AbstractSequentialFile.java:271) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.internalWrite(NIOSequentialFile.java:268) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.writeDirect(NIOSequentialFile.java:239) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$LocalBufferObserver.flushBuffer(AbstractSequentialFile.java:297) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:286) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:258) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFileFactory.flush(AbstractSequentialFileFactory.java:177) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.flush(JournalImpl.java:2137) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.stop(JournalImpl.java:2285) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:246) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:183) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.replication.ReplicationEndpoint.stop(ReplicationEndpoint.java:320) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.stopComponent(ActiveMQServerImpl.java:1138) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.SharedNothingBackupActivation.run(SharedNothingBackupActivation.java:252) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$ActivationThread.run(ActiveMQServerImpl.java:2739) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:
ReplicatedTransactionFailoverExample1-out:13:28:37,672 WARN  [org.apache.activemq.artemis.journal] AMQ142027: Error on writing data! File not opened code - 6: java.lang.Exception: File not opened
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.DummyCallback.onError(DummyCallback.java:36) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$DelegateCallback.onError(AbstractSequentialFile.java:271) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.internalWrite(NIOSequentialFile.java:268) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.writeDirect(NIOSequentialFile.java:239) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$LocalBufferObserver.flushBuffer(AbstractSequentialFile.java:297) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:286) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:258) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFileFactory.flush(AbstractSequentialFileFactory.java:177) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.flush(JournalImpl.java:2137) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.stop(JournalImpl.java:2285) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:246) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:183) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.replication.ReplicationEndpoint.stop(ReplicationEndpoint.java:320) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.stopComponent(ActiveMQServerImpl.java:1138) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.SharedNothingBackupActivation.run(SharedNothingBackupActivation.java:252) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$ActivationThread.run(ActiveMQServerImpl.java:2739) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:
ReplicatedTransactionFailoverExample1-out:13:28:37,675 WARN  [org.apache.activemq.artemis.journal] AMQ142027: Error on writing data! File not opened code - 6: java.lang.Exception: File not opened
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.DummyCallback.onError(DummyCallback.java:36) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$DelegateCallback.onError(AbstractSequentialFile.java:271) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.internalWrite(NIOSequentialFile.java:268) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.writeDirect(NIOSequentialFile.java:239) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$LocalBufferObserver.flushBuffer(AbstractSequentialFile.java:297) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:286) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:258) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFileFactory.flush(AbstractSequentialFileFactory.java:177) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.flush(JournalImpl.java:2137) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.stop(JournalImpl.java:2285) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:246) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:183) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.replication.ReplicationEndpoint.stop(ReplicationEndpoint.java:320) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.stopComponent(ActiveMQServerImpl.java:1138) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.SharedNothingBackupActivation.run(SharedNothingBackupActivation.java:252) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$ActivationThread.run(ActiveMQServerImpl.java:2739) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:
ReplicatedTransactionFailoverExample1-out:13:28:37,676 WARN  [org.apache.activemq.artemis.journal] AMQ142027: Error on writing data! File not opened code - 6: java.lang.Exception: File not opened
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.DummyCallback.onError(DummyCallback.java:36) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$DelegateCallback.onError(AbstractSequentialFile.java:271) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.internalWrite(NIOSequentialFile.java:268) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.writeDirect(NIOSequentialFile.java:239) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$LocalBufferObserver.flushBuffer(AbstractSequentialFile.java:297) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:286) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:258) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFileFactory.flush(AbstractSequentialFileFactory.java:177) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.flush(JournalImpl.java:2137) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.stop(JournalImpl.java:2285) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:246) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:183) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.replication.ReplicationEndpoint.stop(ReplicationEndpoint.java:320) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.stopComponent(ActiveMQServerImpl.java:1138) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.SharedNothingBackupActivation.run(SharedNothingBackupActivation.java:252) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$ActivationThread.run(ActiveMQServerImpl.java:2739) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:
ReplicatedTransactionFailoverExample1-out:13:28:37,687 WARN  [org.apache.activemq.artemis.journal] AMQ142027: Error on writing data! File not opened code - 6: java.lang.Exception: File not opened
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.DummyCallback.onError(DummyCallback.java:36) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$DelegateCallback.onError(AbstractSequentialFile.java:271) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.internalWrite(NIOSequentialFile.java:268) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.writeDirect(NIOSequentialFile.java:239) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$LocalBufferObserver.flushBuffer(AbstractSequentialFile.java:297) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:286) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:258) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFileFactory.flush(AbstractSequentialFileFactory.java:177) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.flush(JournalImpl.java:2137) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.stop(JournalImpl.java:2285) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:246) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:183) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.replication.ReplicationEndpoint.stop(ReplicationEndpoint.java:320) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.stopComponent(ActiveMQServerImpl.java:1138) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.SharedNothingBackupActivation.run(SharedNothingBackupActivation.java:252) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$ActivationThread.run(ActiveMQServerImpl.java:2739) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:
ReplicatedTransactionFailoverExample1-out:13:28:37,688 WARN  [org.apache.activemq.artemis.journal] AMQ142027: Error on writing data! File not opened code - 6: java.lang.Exception: File not opened
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.DummyCallback.onError(DummyCallback.java:36) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$DelegateCallback.onError(AbstractSequentialFile.java:271) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.internalWrite(NIOSequentialFile.java:268) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.nio.NIOSequentialFile.writeDirect(NIOSequentialFile.java:239) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFile$LocalBufferObserver.flushBuffer(AbstractSequentialFile.java:297) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:286) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.buffer.TimedBuffer.flush(TimedBuffer.java:258) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.io.AbstractSequentialFileFactory.flush(AbstractSequentialFileFactory.java:177) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.flush(JournalImpl.java:2137) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.journal.impl.JournalImpl.stop(JournalImpl.java:2285) [artemis-journal-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:246) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager.stop(JournalStorageManager.java:183) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.replication.ReplicationEndpoint.stop(ReplicationEndpoint.java:320) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.stopComponent(ActiveMQServerImpl.java:1138) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.SharedNothingBackupActivation.run(SharedNothingBackupActivation.java:252) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$ActivationThread.run(ActiveMQServerImpl.java:2739) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:
ReplicatedTransactionFailoverExample1-out:13:28:37,694 WARN  [org.apache.activemq.artemis.core.client] AMQ212037: Connection failure has been detected: AMQ119015: The connection was disconnected because of server shutdown [code=DISCONNECTED]
ReplicatedTransactionFailoverExample1-out:13:28:37,706 ERROR [org.apache.activemq.artemis.core.server] AMQ224000: Failure in initialisation: ActiveMQIllegalStateException[errorType=ILLEGAL_STATE message=AMQ119026: Backup Server was not yet in sync with live]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.SharedNothingBackupActivation.run(SharedNothingBackupActivation.java:306) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:      at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$ActivationThread.run(ActiveMQServerImpl.java:2739) [artemis-server-2.1.0-SNAPSHOT.jar:2.1.0-SNAPSHOT]
ReplicatedTransactionFailoverExample1-out:
Sent message: This is text message 5
Sent message: This is text message 6
Sent message: This is text message 7
Sent message: This is text message 8
Sent message: This is text message 9
Apr 28, 2017 1:32:09 PM org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl reconnectSessions
WARN: AMQ212004: Failed to connect to server.
**********************************
Killing server java.lang.UNIXProcess@24d097c8
**********************************
**********************************
Killing server java.lang.UNIXProcess@65f36591
**********************************
[ERROR] 
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.activemq.artemis.maven.ArtemisClientPlugin.doExecute(ArtemisClientPlugin.java:61)
        at org.apache.activemq.artemis.maven.ArtemisAbstractPlugin.execute(ArtemisAbstractPlugin.java:74)
        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
        at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
        at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: javax.jms.JMSException: AMQ119014: Timed out after waiting 30,000 ms for response when sending packet 43
        at org.apache.activemq.artemis.core.protocol.core.impl.ChannelImpl.sendBlocking(ChannelImpl.java:401)
        at org.apache.activemq.artemis.core.protocol.core.impl.ChannelImpl.sendBlocking(ChannelImpl.java:319)
        at org.apache.activemq.artemis.core.protocol.core.impl.ActiveMQSessionContext.simpleCommit(ActiveMQSessionContext.java:349)
        at org.apache.activemq.artemis.core.client.impl.ClientSessionImpl.commit(ClientSessionImpl.java:786)
        at org.apache.activemq.artemis.jms.client.ActiveMQSession.commit(ActiveMQSession.java:219)
        at org.apache.activemq.artemis.jms.example.ReplicatedTransactionFailoverExample.main(ReplicatedTransactionFailoverExample.java:86)
        ... 28 more
Caused by: ActiveMQConnectionTimedOutException[errorType=CONNECTION_TIMEDOUT message=AMQ119014: Timed out after waiting 30,000 ms for response when sending packet 43]
        ... 34 more
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:50 min
[INFO] Finished at: 2017-04-28T13:32:11+02:00
[INFO] Final Memory: 45M/661M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.activemq:artemis-maven-plugin:2.1.0-SNAPSHOT:runClient (runClient) on project replicated-transaction-failover: null: MojoFailureException -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
mvn verify  32.97s user 1.19s system 14% cpu 3:52.44 total
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)