-
Bug
-
Resolution: Done
-
Minor
-
A-MQ 7.0.0.ER14, A-MQ 7.0.0.ER15
-
None
With default configuration, everything looks fine
$ bin/artemis run & $ nc 127.0.0.1 5672 < rawlogin.dump ____ _ _ _ _ _ __ __ ___ _____ | _ \ ___ __| | | | | | __ _| |_ / \ | \/ |/ _ \|___ | | |_) / _ \/ _` | | |_| |/ _` | __| / _ \ _____| |\/| | | | | / / | _ < __/ (_| | | _ | (_| | |_ / ___ \_____| | | | |_| | / / |_| \_\___|\__,_| |_| |_|\__,_|\__| /_/ \_\ |_| |_|\__\_\/_/ Red Hat A-MQ7 7.0.0.ER14-redhat-1 09:56:42,762 INFO [org.apache.activemq.artemis.integration.bootstrap] AMQ101000: Starting ActiveMQ Artemis Server 09:56:42,774 INFO [org.apache.activemq.artemis.core.server] AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=./data/journal,bindingsDirectory=./data/bindings,largeMessagesDirectory=./data/large-messages,pagingDirectory=./data/paging) 09:56:42,805 INFO [org.apache.activemq.artemis.core.server] AMQ221013: Using NIO Journal 09:56:42,853 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 09:56:42,855 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-amqp-protocol]. Adding protocol support for: AMQP 09:56:42,856 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding protocol support for: HORNETQ 09:56:42,858 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: MQTT 09:56:42,859 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-openwire-protocol]. Adding protocol support for: OPENWIRE 09:56:42,860 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-stomp-protocol]. Adding protocol support for: STOMP 09:56:43,160 INFO [org.apache.activemq.artemis.core.server] AMQ221003: Deploying queue DLQ 09:56:43,164 INFO [org.apache.activemq.artemis.core.server] AMQ221003: Deploying queue ExpiryQueue 09:56:44,259 INFO [org.apache.activemq.artemis.core.server] AMQ221020: Started Acceptor at 0.0.0.0:61616 for protocols [CORE,MQTT,AMQP,STOMP,HORNETQ,OPENWIRE] 09:56:44,262 INFO [org.apache.activemq.artemis.core.server] AMQ221020: Started Acceptor at 0.0.0.0:5445 for protocols [HORNETQ,STOMP] 09:56:44,267 INFO [org.apache.activemq.artemis.core.server] AMQ221020: Started Acceptor at 0.0.0.0:5672 for protocols [AMQP] 09:56:44,269 INFO [org.apache.activemq.artemis.core.server] AMQ221020: Started Acceptor at 0.0.0.0:1883 for protocols [MQTT] 09:56:44,276 INFO [org.apache.activemq.artemis.core.server] AMQ221020: Started Acceptor at 0.0.0.0:61613 for protocols [STOMP] 09:56:44,276 INFO [org.apache.activemq.artemis.core.server] AMQ221007: Server is now live 09:56:44,276 INFO [org.apache.activemq.artemis.core.server] AMQ221001: Apache ActiveMQ Artemis Message Broker version 1.5.1.amq-700001-redhat-1 [0.0.0.0, nodeID=eba57d9d-d3ed-11e6-9555-7e6df1ee8fe6] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. INFO | main | Initialized artemis-plugin plugin INFO | main | Initialized dispatch-hawtio-console plugin 09:56:45,609 INFO [org.apache.activemq.artemis] AMQ241001: HTTP Server started at http://localhost:8161 09:56:45,609 INFO [org.apache.activemq.artemis] AMQ241002: Artemis Jolokia REST API available at http://localhost:8161/jolokia 09:56:49,543 WARN [org.apache.activemq.artemis.core.client] AMQ212037: Connection failure has been detected: null [code=REMOTE_DISCONNECT]
If I change etc/logging.conf to set
logger.level=TRACE handler.CONSOLE.level=TRACE
and repeat the steps above, then nc 127.0.0.1 5672 < rawlogin.dump exits almost immediately, but the broker will be repeatedly printing a WARN message for a minute. The message did not appear before I changed logging.conf, even though it is at WARN level and should've been printed. That seems to suggest message is only generated with TRACE logging level.
$ bin/artemis run &
$ nc 127.0.0.1 5672 < rawlogin.dump
09:51:26,863 DEBUG [org.jboss.logging] Logging Provider: org.jboss.logging.JBossLogManagerProvider
09:51:26,894 FINE [javax.xml.bind] Searching jaxb.properties
09:51:26,894 FINE [javax.xml.bind] Searching the system property
09:51:26,894 FINE [javax.xml.bind] Unable to find from OSGi: javax.xml.bind.JAXBContext
09:51:26,895 FINE [javax.xml.bind] Searching META-INF/services
09:51:26,895 FINE [javax.xml.bind] Unable to load:META-INF/services/javax.xml.bind.JAXBContext
09:51:26,896 FINE [javax.xml.bind] Trying to create the platform default provider
09:51:26,897 FINE [javax.xml.bind] Trying to load com.sun.xml.internal.bind.v2.ContextFactory
09:51:26,900 FINE [com.sun.xml.internal.bind.v2.ContextFactory] Property com.sun.xml.internal.bind.XmlAccessorFactoryis not active. Using JAXB's implementation
09:51:26,960 FINE [com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory] Using optimized Accessor for public org.apache.activemq.artemis.dto.SecurityDTO org.apache.activemq.artemis.dto.BrokerDTO.security
09:51:26,963 FINE [com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory] Using optimized Accessor for public java.lang.String org.apache.activemq.artemis.dto.JaasSecurityDTO.domain
09:51:26,964 FINE [com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory] Using optimized Accessor for public java.lang.String org.apache.activemq.artemis.dto.JaasSecurityDTO.certificateDomain
09:51:26,965 FINE [com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory] Using optimized Accessor for public org.apache.activemq.artemis.dto.ServerDTO org.apache.activemq.artemis.dto.BrokerDTO.server
09:51:26,966 FINE [com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory] Using optimized Accessor for public java.lang.String org.apache.activemq.artemis.dto.ServerDTO.configuration
09:51:26,967 FINE [com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory] Using optimized Accessor for public org.apache.activemq.artemis.dto.WebServerDTO org.apache.activemq.artemis.dto.BrokerDTO.web
09:51:26,968 FINE [com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory] Using optimized Accessor for public java.lang.String org.apache.activemq.artemis.dto.ComponentDTO.componentClassName
09:51:26,969 FINE [com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory] Using optimized Accessor for public java.lang.String org.apache.activemq.artemis.dto.WebServerDTO.bind
09:51:26,970 FINE [com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory] Using optimized Accessor for public java.lang.String org.apache.activemq.artemis.dto.WebServerDTO.path
09:51:26,971 FINE [com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory] Using optimized Accessor for public java.lang.Boolean org.apache.activemq.artemis.dto.WebServerDTO.clientAuth
09:51:26,972 FINE [com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory] Using optimized Accessor for public java.lang.String org.apache.activemq.artemis.dto.WebServerDTO.keyStorePath
09:51:26,973 FINE [com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory] Using optimized Accessor for public java.lang.String org.apache.activemq.artemis.dto.WebServerDTO.keyStorePassword
09:51:26,973 FINE [com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory] Using optimized Accessor for public java.lang.String org.apache.activemq.artemis.dto.WebServerDTO.trustStorePath
09:51:26,974 FINE [com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory] Using optimized Accessor for public java.lang.String org.apache.activemq.artemis.dto.WebServerDTO.trustStorePassword
09:51:26,978 FINE [com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory] Using optimized Accessor for public java.util.List org.apache.activemq.artemis.dto.WebServerDTO.apps
09:51:26,981 FINE [com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory] Using optimized Accessor for public java.lang.String org.apache.activemq.artemis.dto.AppDTO.url
09:51:26,982 FINE [com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory] Using optimized Accessor for public java.lang.String org.apache.activemq.artemis.dto.AppDTO.war
09:51:26,983 FINE [com.sun.xml.internal.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory] Using optimized Accessor for public java.util.List org.apache.activemq.artemis.dto.BrokerDTO.components
09:51:27,225 FINE [io.netty.util.internal.logging.InternalLoggerFactory] Using java.util.logging as the default logging framework
09:51:27,232 FINE [io.netty.util.internal.PlatformDependent0] java.nio.Buffer.address: available
09:51:27,233 FINE [io.netty.util.internal.PlatformDependent0] sun.misc.Unsafe.theUnsafe: available
09:51:27,234 FINE [io.netty.util.internal.PlatformDependent0] sun.misc.Unsafe.copyMemory: available
09:51:27,235 FINE [io.netty.util.internal.PlatformDependent0] direct buffer constructor: available
09:51:27,236 FINE [io.netty.util.internal.PlatformDependent0] java.nio.Bits.unaligned: available, true
09:51:27,236 FINE [io.netty.util.internal.PlatformDependent0] java.nio.DirectByteBuffer.<init>(long, int): available
09:51:27,238 FINE [io.netty.util.internal.Cleaner0] java.nio.ByteBuffer.cleaner(): available
09:51:27,239 FINE [io.netty.util.internal.PlatformDependent] Java version: 8
09:51:27,239 FINE [io.netty.util.internal.PlatformDependent] -Dio.netty.noUnsafe: false
09:51:27,239 FINE [io.netty.util.internal.PlatformDependent] sun.misc.Unsafe: available
09:51:27,240 FINE [io.netty.util.internal.PlatformDependent] -Dio.netty.noJavassist: false
09:51:27,241 FINE [io.netty.util.internal.PlatformDependent] Javassist: unavailable
09:51:27,241 FINE [io.netty.util.internal.PlatformDependent] You don't have Javassist in your class path or you don't have enough permission to load dynamically generated classes. Please check the configuration for better performance.
09:51:27,242 FINE [io.netty.util.internal.PlatformDependent] -Dio.netty.tmpdir: /home/jdanek/Downloads/A-MQ7/amq7er14i0/tmp (java.io.tmpdir)
09:51:27,242 FINE [io.netty.util.internal.PlatformDependent] -Dio.netty.bitMode: 64 (sun.arch.data.model)
09:51:27,242 FINE [io.netty.util.internal.PlatformDependent] -Dio.netty.noPreferDirect: false
09:51:27,243 FINE [io.netty.util.internal.PlatformDependent] io.netty.maxDirectMemory: 954728448 bytes
09:51:27,286 FINE [org.apache.commons.beanutils.converters.BooleanConverter] Setting default value: false
09:51:27,286 FINE [org.apache.commons.beanutils.converters.BooleanConverter] Converting 'Boolean' value 'false' to type 'Boolean'
09:51:27,286 FINE [org.apache.commons.beanutils.converters.BooleanConverter] No conversion required, value is already a Boolean
09:51:27,289 FINE [org.apache.commons.beanutils.converters.ByteConverter] Setting default value: 0
09:51:27,293 FINE [org.apache.commons.beanutils.converters.ByteConverter] Converting 'Integer' value '0' to type 'Byte'
09:51:27,293 FINE [org.apache.commons.beanutils.converters.ByteConverter] Converted to Byte value '0'
09:51:27,294 FINE [org.apache.commons.beanutils.converters.CharacterConverter] Setting default value:
09:51:27,295 FINE [org.apache.commons.beanutils.converters.CharacterConverter] Converting 'Character' value ' ' to type 'Character'
09:51:27,295 FINE [org.apache.commons.beanutils.converters.CharacterConverter] No conversion required, value is already a Character
09:51:27,296 FINE [org.apache.commons.beanutils.converters.DoubleConverter] Setting default value: 0
09:51:27,296 FINE [org.apache.commons.beanutils.converters.DoubleConverter] Converting 'Integer' value '0' to type 'Double'
09:51:27,296 FINE [org.apache.commons.beanutils.converters.DoubleConverter] Converted to Double value '0.0'
09:51:27,297 FINE [org.apache.commons.beanutils.converters.FloatConverter] Setting default value: 0
09:51:27,297 FINE [org.apache.commons.beanutils.converters.FloatConverter] Converting 'Integer' value '0' to type 'Float'
09:51:27,297 FINE [org.apache.commons.beanutils.converters.FloatConverter] Converted to Float value '0.0'
09:51:27,298 FINE [org.apache.commons.beanutils.converters.IntegerConverter] Setting default value: 0
09:51:27,299 FINE [org.apache.commons.beanutils.converters.IntegerConverter] Converting 'Integer' value '0' to type 'Integer'
09:51:27,299 FINE [org.apache.commons.beanutils.converters.IntegerConverter] No conversion required, value is already a Integer
09:51:27,299 FINE [org.apache.commons.beanutils.converters.LongConverter] Setting default value: 0
09:51:27,300 FINE [org.apache.commons.beanutils.converters.LongConverter] Converting 'Integer' value '0' to type 'Long'
09:51:27,300 FINE [org.apache.commons.beanutils.converters.LongConverter] Converted to Long value '0'
09:51:27,301 FINE [org.apache.commons.beanutils.converters.ShortConverter] Setting default value: 0
09:51:27,301 FINE [org.apache.commons.beanutils.converters.ShortConverter] Converting 'Integer' value '0' to type 'Short'
09:51:27,301 FINE [org.apache.commons.beanutils.converters.ShortConverter] Converted to Short value '0'
09:51:27,304 FINE [org.apache.commons.beanutils.converters.BigDecimalConverter] Setting default value: 0.0
09:51:27,304 FINE [org.apache.commons.beanutils.converters.BigDecimalConverter] Converting 'BigDecimal' value '0.0' to type 'BigDecimal'
09:51:27,304 FINE [org.apache.commons.beanutils.converters.BigDecimalConverter] No conversion required, value is already a BigDecimal
09:51:27,305 FINE [org.apache.commons.beanutils.converters.BigIntegerConverter] Setting default value: 0
09:51:27,305 FINE [org.apache.commons.beanutils.converters.BigIntegerConverter] Converting 'BigInteger' value '0' to type 'BigInteger'
09:51:27,305 FINE [org.apache.commons.beanutils.converters.BigIntegerConverter] No conversion required, value is already a BigInteger
09:51:27,305 FINE [org.apache.commons.beanutils.converters.BooleanConverter] Setting default value: false
09:51:27,305 FINE [org.apache.commons.beanutils.converters.BooleanConverter] Converting 'Boolean' value 'false' to type 'Boolean'
09:51:27,305 FINE [org.apache.commons.beanutils.converters.BooleanConverter] No conversion required, value is already a Boolean
09:51:27,306 FINE [org.apache.commons.beanutils.converters.ByteConverter] Setting default value: 0
09:51:27,306 FINE [org.apache.commons.beanutils.converters.ByteConverter] Converting 'Integer' value '0' to type 'Byte'
09:51:27,306 FINE [org.apache.commons.beanutils.converters.ByteConverter] Converted to Byte value '0'
09:51:27,306 FINE [org.apache.commons.beanutils.converters.CharacterConverter] Setting default value:
09:51:27,306 FINE [org.apache.commons.beanutils.converters.CharacterConverter] Converting 'Character' value ' ' to type 'Character'
09:51:27,306 FINE [org.apache.commons.beanutils.converters.CharacterConverter] No conversion required, value is already a Character
09:51:27,307 FINE [org.apache.commons.beanutils.converters.DoubleConverter] Setting default value: 0
09:51:27,307 FINE [org.apache.commons.beanutils.converters.DoubleConverter] Converting 'Integer' value '0' to type 'Double'
09:51:27,307 FINE [org.apache.commons.beanutils.converters.DoubleConverter] Converted to Double value '0.0'
09:51:27,307 FINE [org.apache.commons.beanutils.converters.FloatConverter] Setting default value: 0
09:51:27,307 FINE [org.apache.commons.beanutils.converters.FloatConverter] Converting 'Integer' value '0' to type 'Float'
09:51:27,307 FINE [org.apache.commons.beanutils.converters.FloatConverter] Converted to Float value '0.0'
09:51:27,307 FINE [org.apache.commons.beanutils.converters.IntegerConverter] Setting default value: 0
09:51:27,308 FINE [org.apache.commons.beanutils.converters.IntegerConverter] Converting 'Integer' value '0' to type 'Integer'
09:51:27,308 FINE [org.apache.commons.beanutils.converters.IntegerConverter] No conversion required, value is already a Integer
09:51:27,308 FINE [org.apache.commons.beanutils.converters.LongConverter] Setting default value: 0
09:51:27,308 FINE [org.apache.commons.beanutils.converters.LongConverter] Converting 'Integer' value '0' to type 'Long'
09:51:27,308 FINE [org.apache.commons.beanutils.converters.LongConverter] Converted to Long value '0'
09:51:27,308 FINE [org.apache.commons.beanutils.converters.ShortConverter] Setting default value: 0
09:51:27,309 FINE [org.apache.commons.beanutils.converters.ShortConverter] Converting 'Integer' value '0' to type 'Short'
09:51:27,309 FINE [org.apache.commons.beanutils.converters.ShortConverter] Converted to Short value '0'
09:51:27,309 FINE [org.apache.commons.beanutils.converters.StringConverter] Setting default value:
09:51:27,310 FINE [org.apache.commons.beanutils.converters.StringConverter] Converting 'String' value '' to type 'String'
09:51:27,315 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Setting default value: [Z@1500955a
09:51:27,315 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Converting 'boolean[]' value '[Z@1500955a' to type 'boolean[]'
09:51:27,316 FINE [org.apache.commons.beanutils.converters.ArrayConverter] No conversion required, value is already a boolean[]
09:51:27,316 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Setting default value: [B@29b5cd00
09:51:27,316 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Converting 'byte[]' value '[B@29b5cd00' to type 'byte[]'
09:51:27,316 FINE [org.apache.commons.beanutils.converters.ArrayConverter] No conversion required, value is already a byte[]
09:51:27,316 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Setting default value: [C@60285225
09:51:27,316 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Converting 'char[]' value '[C@60285225' to type 'char[]'
09:51:27,317 FINE [org.apache.commons.beanutils.converters.ArrayConverter] No conversion required, value is already a char[]
09:51:27,317 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Setting default value: [D@45820e51
09:51:27,317 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Converting 'double[]' value '[D@45820e51' to type 'double[]'
09:51:27,317 FINE [org.apache.commons.beanutils.converters.ArrayConverter] No conversion required, value is already a double[]
09:51:27,317 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Setting default value: [F@6043cd28
09:51:27,317 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Converting 'float[]' value '[F@6043cd28' to type 'float[]'
09:51:27,318 FINE [org.apache.commons.beanutils.converters.ArrayConverter] No conversion required, value is already a float[]
09:51:27,318 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Setting default value: [I@59906517
09:51:27,318 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Converting 'int[]' value '[I@59906517' to type 'int[]'
09:51:27,318 FINE [org.apache.commons.beanutils.converters.ArrayConverter] No conversion required, value is already a int[]
09:51:27,318 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Setting default value: [J@25af5db5
09:51:27,318 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Converting 'long[]' value '[J@25af5db5' to type 'long[]'
09:51:27,319 FINE [org.apache.commons.beanutils.converters.ArrayConverter] No conversion required, value is already a long[]
09:51:27,319 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Setting default value: [S@5bcea91b
09:51:27,319 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Converting 'short[]' value '[S@5bcea91b' to type 'short[]'
09:51:27,319 FINE [org.apache.commons.beanutils.converters.ArrayConverter] No conversion required, value is already a short[]
09:51:27,319 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Setting default value: [Ljava.math.BigDecimal;@27f723
09:51:27,319 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Converting 'BigDecimal[]' value '[Ljava.math.BigDecimal;@27f723' to type 'BigDecimal[]'
09:51:27,320 FINE [org.apache.commons.beanutils.converters.ArrayConverter] No conversion required, value is already a BigDecimal[]
09:51:27,320 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Setting default value: [Ljava.math.BigInteger;@4923ab24
09:51:27,320 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Converting 'BigInteger[]' value '[Ljava.math.BigInteger;@4923ab24' to type 'BigInteger[]'
09:51:27,320 FINE [org.apache.commons.beanutils.converters.ArrayConverter] No conversion required, value is already a BigInteger[]
09:51:27,320 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Setting default value: [Ljava.lang.Boolean;@7b69c6ba
09:51:27,320 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Converting 'Boolean[]' value '[Ljava.lang.Boolean;@7b69c6ba' to type 'Boolean[]'
09:51:27,321 FINE [org.apache.commons.beanutils.converters.ArrayConverter] No conversion required, value is already a Boolean[]
09:51:27,321 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Setting default value: [Ljava.lang.Byte;@12f41634
09:51:27,321 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Converting 'Byte[]' value '[Ljava.lang.Byte;@12f41634' to type 'Byte[]'
09:51:27,321 FINE [org.apache.commons.beanutils.converters.ArrayConverter] No conversion required, value is already a Byte[]
09:51:27,321 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Setting default value: [Ljava.lang.Character;@262b2c86
09:51:27,321 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Converting 'Character[]' value '[Ljava.lang.Character;@262b2c86' to type 'Character[]'
09:51:27,321 FINE [org.apache.commons.beanutils.converters.ArrayConverter] No conversion required, value is already a Character[]
09:51:27,322 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Setting default value: [Ljava.lang.Double;@5ed828d
09:51:27,322 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Converting 'Double[]' value '[Ljava.lang.Double;@5ed828d' to type 'Double[]'
09:51:27,322 FINE [org.apache.commons.beanutils.converters.ArrayConverter] No conversion required, value is already a Double[]
09:51:27,322 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Setting default value: [Ljava.lang.Float;@7a3d45bd
09:51:27,322 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Converting 'Float[]' value '[Ljava.lang.Float;@7a3d45bd' to type 'Float[]'
09:51:27,322 FINE [org.apache.commons.beanutils.converters.ArrayConverter] No conversion required, value is already a Float[]
09:51:27,323 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Setting default value: [Ljava.lang.Integer;@77ec78b9
09:51:27,323 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Converting 'Integer[]' value '[Ljava.lang.Integer;@77ec78b9' to type 'Integer[]'
09:51:27,323 FINE [org.apache.commons.beanutils.converters.ArrayConverter] No conversion required, value is already a Integer[]
09:51:27,323 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Setting default value: [Ljava.lang.Long;@a38d7a3
09:51:27,323 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Converting 'Long[]' value '[Ljava.lang.Long;@a38d7a3' to type 'Long[]'
09:51:27,323 FINE [org.apache.commons.beanutils.converters.ArrayConverter] No conversion required, value is already a Long[]
09:51:27,323 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Setting default value: [Ljava.lang.Short;@63440df3
09:51:27,324 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Converting 'Short[]' value '[Ljava.lang.Short;@63440df3' to type 'Short[]'
09:51:27,324 FINE [org.apache.commons.beanutils.converters.ArrayConverter] No conversion required, value is already a Short[]
09:51:27,324 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Setting default value: [Ljava.lang.String;@76a3e297
09:51:27,324 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Converting 'String[]' value '[Ljava.lang.String;@76a3e297' to type 'String[]'
09:51:27,324 FINE [org.apache.commons.beanutils.converters.ArrayConverter] No conversion required, value is already a String[]
09:51:27,324 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Setting default value: [Ljava.lang.Class;@ed9d034
09:51:27,325 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Converting 'Class[]' value '[Ljava.lang.Class;@ed9d034' to type 'Class[]'
09:51:27,325 FINE [org.apache.commons.beanutils.converters.ArrayConverter] No conversion required, value is already a Class[]
09:51:27,325 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Setting default value: [Ljava.util.Date;@87f383f
09:51:27,325 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Converting 'Date[]' value '[Ljava.util.Date;@87f383f' to type 'Date[]'
09:51:27,325 FINE [org.apache.commons.beanutils.converters.ArrayConverter] No conversion required, value is already a Date[]
09:51:27,325 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Setting default value: [Ljava.util.Calendar;@eafc191
09:51:27,326 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Converting 'Calendar[]' value '[Ljava.util.Calendar;@eafc191' to type 'Calendar[]'
09:51:27,326 FINE [org.apache.commons.beanutils.converters.ArrayConverter] No conversion required, value is already a Calendar[]
09:51:27,326 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Setting default value: [Ljava.io.File;@1060b431
09:51:27,326 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Converting 'java.io.File[]' value '[Ljava.io.File;@1060b431' to type 'java.io.File[]'
09:51:27,326 FINE [org.apache.commons.beanutils.converters.ArrayConverter] No conversion required, value is already a java.io.File[]
09:51:27,326 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Setting default value: [Ljava.sql.Date;@11758f2a
09:51:27,327 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Converting 'java.sql.Date[]' value '[Ljava.sql.Date;@11758f2a' to type 'java.sql.Date[]'
09:51:27,327 FINE [org.apache.commons.beanutils.converters.ArrayConverter] No conversion required, value is already a java.sql.Date[]
09:51:27,327 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Setting default value: [Ljava.sql.Time;@1b26f7b2
09:51:27,327 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Converting 'java.sql.Time[]' value '[Ljava.sql.Time;@1b26f7b2' to type 'java.sql.Time[]'
09:51:27,327 FINE [org.apache.commons.beanutils.converters.ArrayConverter] No conversion required, value is already a java.sql.Time[]
09:51:27,327 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Setting default value: [Ljava.sql.Timestamp;@74ad1f1f
09:51:27,328 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Converting 'java.sql.Timestamp[]' value '[Ljava.sql.Timestamp;@74ad1f1f' to type 'java.sql.Timestamp[]'
09:51:27,328 FINE [org.apache.commons.beanutils.converters.ArrayConverter] No conversion required, value is already a java.sql.Timestamp[]
09:51:27,328 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Setting default value: [Ljava.net.URL;@462d5aee
09:51:27,328 FINE [org.apache.commons.beanutils.converters.ArrayConverter] Converting 'java.net.URL[]' value '[Ljava.net.URL;@462d5aee' to type 'java.net.URL[]'
09:51:27,328 FINE [org.apache.commons.beanutils.converters.ArrayConverter] No conversion required, value is already a java.net.URL[]
____ _ _ _ _ _ __ __ ___ _____
| _ \ ___ __| | | | | | __ _| |_ / \ | \/ |/ _ \|___ |
| |_) / _ \/ _` | | |_| |/ _` | __| / _ \ _____| |\/| | | | | / /
| _ < __/ (_| | | _ | (_| | |_ / ___ \_____| | | | |_| | / /
|_| \_\___|\__,_| |_| |_|\__,_|\__| /_/ \_\ |_| |_|\__\_\/_/
Red Hat A-MQ7 7.0.0.ER14-redhat-1
09:51:27,427 FINER [javax.management.mbeanserver] ObjectName = JMImplementation:type=MBeanServerDelegate
09:51:27,428 FINER [javax.management.mbeanserver] name = JMImplementation:type=MBeanServerDelegate
09:51:27,428 FINER [javax.management.mbeanserver] Send create notification of object JMImplementation:type=MBeanServerDelegate
09:51:27,428 FINER [javax.management.mbeanserver] JMX.mbean.registered JMImplementation:type=MBeanServerDelegate
09:51:27,431 FINER [javax.management.mbeanserver] name = java.lang:type=ClassLoading
09:51:27,437 FINER [javax.management.misc] Building MBeanInfo for sun.management.ClassLoadingImpl
09:51:27,437 FINER [javax.management.mbeanserver] ObjectName = java.lang:type=ClassLoading
09:51:27,438 FINER [javax.management.mbeanserver] name = java.lang:type=ClassLoading
09:51:27,438 FINER [javax.management.mbeanserver] Send create notification of object java.lang:type=ClassLoading
09:51:27,438 FINER [javax.management.mbeanserver] JMX.mbean.registered java.lang:type=ClassLoading
09:51:27,439 FINER [javax.management.mbeanserver] name = java.lang:type=Compilation
09:51:27,439 FINER [javax.management.misc] Building MBeanInfo for sun.management.CompilationImpl
09:51:27,440 FINER [javax.management.mbeanserver] ObjectName = java.lang:type=Compilation
09:51:27,440 FINER [javax.management.mbeanserver] name = java.lang:type=Compilation
09:51:27,440 FINER [javax.management.mbeanserver] Send create notification of object java.lang:type=Compilation
09:51:27,440 FINER [javax.management.mbeanserver] JMX.mbean.registered java.lang:type=Compilation
09:51:27,440 FINER [javax.management.mbeanserver] name = java.lang:type=Memory
09:51:27,443 FINER [javax.management.misc] Building MBeanInfo for sun.management.MemoryImpl
09:51:27,443 FINER [javax.management.mbeanserver] ObjectName = java.lang:type=Memory
09:51:27,443 FINER [javax.management.mbeanserver] name = java.lang:type=Memory
09:51:27,443 FINER [javax.management.mbeanserver] Send create notification of object java.lang:type=Memory
09:51:27,443 FINER [javax.management.mbeanserver] JMX.mbean.registered java.lang:type=Memory
09:51:27,444 FINER [javax.management.mbeanserver] name = java.lang:type=GarbageCollector,name=PS Scavenge
09:51:27,448 FINER [javax.management.misc] Building MBeanInfo for sun.management.GarbageCollectorImpl
09:51:27,448 FINER [javax.management.mbeanserver] ObjectName = java.lang:type=GarbageCollector,name=PS Scavenge
09:51:27,448 FINER [javax.management.mbeanserver] name = java.lang:type=GarbageCollector,name=PS Scavenge
09:51:27,449 FINER [javax.management.mbeanserver] Send create notification of object java.lang:name=PS Scavenge,type=GarbageCollector
09:51:27,449 FINER [javax.management.mbeanserver] JMX.mbean.registered java.lang:type=GarbageCollector,name=PS Scavenge
09:51:27,449 FINER [javax.management.mbeanserver] name = java.lang:type=GarbageCollector,name=PS MarkSweep
09:51:27,449 FINER [javax.management.misc] Building MBeanInfo for sun.management.GarbageCollectorImpl
09:51:27,449 FINER [javax.management.mbeanserver] ObjectName = java.lang:type=GarbageCollector,name=PS MarkSweep
09:51:27,449 FINER [javax.management.mbeanserver] name = java.lang:type=GarbageCollector,name=PS MarkSweep
09:51:27,449 FINER [javax.management.mbeanserver] Send create notification of object java.lang:name=PS MarkSweep,type=GarbageCollector
09:51:27,449 FINER [javax.management.mbeanserver] JMX.mbean.registered java.lang:type=GarbageCollector,name=PS MarkSweep
09:51:27,449 FINER [javax.management.mbeanserver] name = java.lang:type=MemoryManager,name=CodeCacheManager
09:51:27,450 FINER [javax.management.misc] Building MBeanInfo for sun.management.MemoryManagerImpl
09:51:27,450 FINER [javax.management.mbeanserver] ObjectName = java.lang:type=MemoryManager,name=CodeCacheManager
09:51:27,450 FINER [javax.management.mbeanserver] name = java.lang:type=MemoryManager,name=CodeCacheManager
09:51:27,450 FINER [javax.management.mbeanserver] Send create notification of object java.lang:name=CodeCacheManager,type=MemoryManager
09:51:27,450 FINER [javax.management.mbeanserver] JMX.mbean.registered java.lang:type=MemoryManager,name=CodeCacheManager
09:51:27,450 FINER [javax.management.mbeanserver] name = java.lang:type=MemoryManager,name=Metaspace Manager
09:51:27,451 FINER [javax.management.misc] Building MBeanInfo for sun.management.MemoryManagerImpl
09:51:27,451 FINER [javax.management.mbeanserver] ObjectName = java.lang:type=MemoryManager,name=Metaspace Manager
09:51:27,451 FINER [javax.management.mbeanserver] name = java.lang:type=MemoryManager,name=Metaspace Manager
09:51:27,451 FINER [javax.management.mbeanserver] Send create notification of object java.lang:name=Metaspace Manager,type=MemoryManager
09:51:27,451 FINER [javax.management.mbeanserver] JMX.mbean.registered java.lang:type=MemoryManager,name=Metaspace Manager
09:51:27,451 FINER [javax.management.mbeanserver] name = java.lang:type=GarbageCollector,name=PS Scavenge
09:51:27,451 FINER [javax.management.mbeanserver] name = java.lang:type=GarbageCollector,name=PS MarkSweep
09:51:27,452 FINER [javax.management.mbeanserver] name = java.lang:type=MemoryPool,name=Code Cache
09:51:27,453 FINER [javax.management.misc] Building MBeanInfo for sun.management.MemoryPoolImpl
09:51:27,454 FINER [javax.management.mbeanserver] ObjectName = java.lang:type=MemoryPool,name=Code Cache
09:51:27,454 FINER [javax.management.mbeanserver] name = java.lang:type=MemoryPool,name=Code Cache
09:51:27,454 FINER [javax.management.mbeanserver] Send create notification of object java.lang:name=Code Cache,type=MemoryPool
09:51:27,454 FINER [javax.management.mbeanserver] JMX.mbean.registered java.lang:type=MemoryPool,name=Code Cache
09:51:27,454 FINER [javax.management.mbeanserver] name = java.lang:type=MemoryPool,name=Metaspace
09:51:27,454 FINER [javax.management.misc] Building MBeanInfo for sun.management.MemoryPoolImpl
09:51:27,454 FINER [javax.management.mbeanserver] ObjectName = java.lang:type=MemoryPool,name=Metaspace
09:51:27,454 FINER [javax.management.mbeanserver] name = java.lang:type=MemoryPool,name=Metaspace
09:51:27,454 FINER [javax.management.mbeanserver] Send create notification of object java.lang:name=Metaspace,type=MemoryPool
09:51:27,454 FINER [javax.management.mbeanserver] JMX.mbean.registered java.lang:type=MemoryPool,name=Metaspace
09:51:27,454 FINER [javax.management.mbeanserver] name = java.lang:type=MemoryPool,name=Compressed Class Space
09:51:27,454 FINER [javax.management.misc] Building MBeanInfo for sun.management.MemoryPoolImpl
09:51:27,455 FINER [javax.management.mbeanserver] ObjectName = java.lang:type=MemoryPool,name=Compressed Class Space
09:51:27,455 FINER [javax.management.mbeanserver] name = java.lang:type=MemoryPool,name=Compressed Class Space
09:51:27,455 FINER [javax.management.mbeanserver] Send create notification of object java.lang:name=Compressed Class Space,type=MemoryPool
09:51:27,455 FINER [javax.management.mbeanserver] JMX.mbean.registered java.lang:type=MemoryPool,name=Compressed Class Space
09:51:27,455 FINER [javax.management.mbeanserver] name = java.lang:type=MemoryPool,name=PS Eden Space
09:51:27,455 FINER [javax.management.misc] Building MBeanInfo for sun.management.MemoryPoolImpl
09:51:27,455 FINER [javax.management.mbeanserver] ObjectName = java.lang:type=MemoryPool,name=PS Eden Space
09:51:27,456 FINER [javax.management.mbeanserver] name = java.lang:type=MemoryPool,name=PS Eden Space
09:51:27,456 FINER [javax.management.mbeanserver] Send create notification of object java.lang:name=PS Eden Space,type=MemoryPool
09:51:27,456 FINER [javax.management.mbeanserver] JMX.mbean.registered java.lang:type=MemoryPool,name=PS Eden Space
09:51:27,456 FINER [javax.management.mbeanserver] name = java.lang:type=MemoryPool,name=PS Survivor Space
09:51:27,456 FINER [javax.management.misc] Building MBeanInfo for sun.management.MemoryPoolImpl
09:51:27,456 FINER [javax.management.mbeanserver] ObjectName = java.lang:type=MemoryPool,name=PS Survivor Space
09:51:27,456 FINER [javax.management.mbeanserver] name = java.lang:type=MemoryPool,name=PS Survivor Space
09:51:27,456 FINER [javax.management.mbeanserver] Send create notification of object java.lang:name=PS Survivor Space,type=MemoryPool
09:51:27,456 FINER [javax.management.mbeanserver] JMX.mbean.registered java.lang:type=MemoryPool,name=PS Survivor Space
09:51:27,456 FINER [javax.management.mbeanserver] name = java.lang:type=MemoryPool,name=PS Old Gen
09:51:27,457 FINER [javax.management.misc] Building MBeanInfo for sun.management.MemoryPoolImpl
09:51:27,457 FINER [javax.management.mbeanserver] ObjectName = java.lang:type=MemoryPool,name=PS Old Gen
09:51:27,457 FINER [javax.management.mbeanserver] name = java.lang:type=MemoryPool,name=PS Old Gen
09:51:27,457 FINER [javax.management.mbeanserver] Send create notification of object java.lang:name=PS Old Gen,type=MemoryPool
09:51:27,457 FINER [javax.management.mbeanserver] JMX.mbean.registered java.lang:type=MemoryPool,name=PS Old Gen
09:51:27,457 FINER [javax.management.mbeanserver] name = java.lang:type=OperatingSystem
09:51:27,458 FINER [javax.management.misc] Building MBeanInfo for sun.management.OperatingSystemImpl
09:51:27,459 FINER [javax.management.mbeanserver] ObjectName = java.lang:type=OperatingSystem
09:51:27,459 FINER [javax.management.mbeanserver] name = java.lang:type=OperatingSystem
09:51:27,459 FINER [javax.management.mbeanserver] Send create notification of object java.lang:type=OperatingSystem
09:51:27,459 FINER [javax.management.mbeanserver] JMX.mbean.registered java.lang:type=OperatingSystem
09:51:27,459 FINER [javax.management.mbeanserver] name = java.lang:type=Runtime
09:51:27,461 FINER [javax.management.misc] Building MBeanInfo for sun.management.RuntimeImpl
09:51:27,461 FINER [javax.management.mbeanserver] ObjectName = java.lang:type=Runtime
09:51:27,461 FINER [javax.management.mbeanserver] name = java.lang:type=Runtime
09:51:27,461 FINER [javax.management.mbeanserver] Send create notification of object java.lang:type=Runtime
09:51:27,461 FINER [javax.management.mbeanserver] JMX.mbean.registered java.lang:type=Runtime
09:51:27,462 FINER [javax.management.mbeanserver] name = java.lang:type=Threading
09:51:27,466 FINER [javax.management.misc] Building MBeanInfo for sun.management.ThreadImpl
09:51:27,466 FINER [javax.management.mbeanserver] ObjectName = java.lang:type=Threading
09:51:27,466 FINER [javax.management.mbeanserver] name = java.lang:type=Threading
09:51:27,466 FINER [javax.management.mbeanserver] Send create notification of object java.lang:type=Threading
09:51:27,466 FINER [javax.management.mbeanserver] JMX.mbean.registered java.lang:type=Threading
09:51:27,467 FINER [javax.management.mbeanserver] name = java.util.logging:type=Logging
09:51:27,469 FINER [javax.management.misc] Building MBeanInfo for sun.management.ManagementFactoryHelper$PlatformLoggingImpl
09:51:27,469 FINER [javax.management.mbeanserver] ObjectName = java.util.logging:type=Logging
09:51:27,469 FINER [javax.management.mbeanserver] name = java.util.logging:type=Logging
09:51:27,469 FINER [javax.management.mbeanserver] Send create notification of object java.util.logging:type=Logging
09:51:27,469 FINER [javax.management.mbeanserver] JMX.mbean.registered java.util.logging:type=Logging
09:51:27,470 FINER [javax.management.mbeanserver] name = java.nio:type=BufferPool,name=direct
09:51:27,470 FINER [javax.management.misc] Building MBeanInfo for sun.management.ManagementFactoryHelper$1
09:51:27,470 FINER [javax.management.mbeanserver] ObjectName = java.nio:type=BufferPool,name=direct
09:51:27,470 FINER [javax.management.mbeanserver] name = java.nio:type=BufferPool,name=direct
09:51:27,470 FINER [javax.management.mbeanserver] Send create notification of object java.nio:name=direct,type=BufferPool
09:51:27,471 FINER [javax.management.mbeanserver] JMX.mbean.registered java.nio:type=BufferPool,name=direct
09:51:27,471 FINER [javax.management.mbeanserver] name = java.nio:type=BufferPool,name=mapped
09:51:27,471 FINER [javax.management.misc] Building MBeanInfo for sun.management.ManagementFactoryHelper$1
09:51:27,471 FINER [javax.management.mbeanserver] ObjectName = java.nio:type=BufferPool,name=mapped
09:51:27,471 FINER [javax.management.mbeanserver] name = java.nio:type=BufferPool,name=mapped
09:51:27,471 FINER [javax.management.mbeanserver] Send create notification of object java.nio:name=mapped,type=BufferPool
09:51:27,471 FINER [javax.management.mbeanserver] JMX.mbean.registered java.nio:type=BufferPool,name=mapped
09:51:27,471 FINER [javax.management.mbeanserver] name = java.lang:type=GarbageCollector,name=PS Scavenge
09:51:27,471 FINER [javax.management.mbeanserver] name = java.lang:type=GarbageCollector,name=PS MarkSweep
09:51:27,471 FINER [javax.management.mbeanserver] name = java.lang:type=OperatingSystem
09:51:27,471 FINER [javax.management.mbeanserver] name = java.lang:type=OperatingSystem
09:51:27,472 FINER [javax.management.mbeanserver] name = com.sun.management:type=HotSpotDiagnostic
09:51:27,474 FINER [javax.management.misc] Building MBeanInfo for sun.management.HotSpotDiagnostic
09:51:27,474 FINER [javax.management.mbeanserver] ObjectName = com.sun.management:type=HotSpotDiagnostic
09:51:27,474 FINER [javax.management.mbeanserver] name = com.sun.management:type=HotSpotDiagnostic
09:51:27,474 FINER [javax.management.mbeanserver] Send create notification of object com.sun.management:type=HotSpotDiagnostic
09:51:27,474 FINER [javax.management.mbeanserver] JMX.mbean.registered com.sun.management:type=HotSpotDiagnostic
09:51:27,478 FINER [javax.management.mbeanserver] ObjectName = com.sun.management:type=DiagnosticCommand
09:51:27,479 FINER [javax.management.mbeanserver] name = com.sun.management:type=DiagnosticCommand
09:51:27,479 FINER [javax.management.mbeanserver] Send create notification of object com.sun.management:type=DiagnosticCommand
09:51:27,479 FINER [javax.management.mbeanserver] JMX.mbean.registered com.sun.management:type=DiagnosticCommand
09:51:27,511 INFO [org.apache.activemq.artemis.integration.bootstrap] AMQ101000: Starting ActiveMQ Artemis Server
09:51:27,545 DEBUG [org.apache.activemq.artemis.logs] using hardware address 7e:6d:fffffff1:ffffffee:ffffff8f:-26
09:51:27,568 INFO [org.apache.activemq.artemis.core.server] AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=./data/journal,bindingsDirectory=./data/bindings,largeMessagesDirectory=./data/large-messages,pagingDirectory=./data/paging)
09:51:27,595 INFO [org.apache.activemq.artemis.core.server] AMQ221013: Using NIO Journal
09:51:27,640 FINE [io.netty.buffer.AbstractByteBuf] -Dio.netty.buffer.bytebuf.checkAccessible: true
09:51:27,642 FINE [io.netty.util.ResourceLeakDetector] -Dio.netty.leakDetection.level: simple
09:51:27,643 FINE [io.netty.util.ResourceLeakDetector] -Dio.netty.leakDetection.maxRecords: 4
09:51:27,645 FINE [io.netty.util.ResourceLeakDetectorFactory] Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@2f177a4b
09:51:27,668 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE
09:51:27,670 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-amqp-protocol]. Adding protocol support for: AMQP
09:51:27,671 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding protocol support for: HORNETQ
09:51:27,673 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: MQTT
09:51:27,673 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-openwire-protocol]. Adding protocol support for: OPENWIRE
09:51:27,674 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-stomp-protocol]. Adding protocol support for: STOMP
09:51:27,711 FINER [javax.management.mbeanserver] name = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Broker
09:51:27,711 FINER [javax.management.misc] Building MBeanInfo for org.apache.activemq.artemis.core.management.impl.ActiveMQServerControlImpl
09:51:27,724 FINER [javax.management.mbeanserver] ObjectName = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Broker
09:51:27,724 FINER [javax.management.mbeanserver] name = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Broker
09:51:27,724 FINER [javax.management.mbeanserver] Send create notification of object org.apache.activemq.artemis:brokerName="0.0.0.0",serviceType=Broker,type=Broker
09:51:27,724 FINER [javax.management.mbeanserver] JMX.mbean.registered org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Broker
09:51:27,738 TRACE [org.apache.activemq.artemis.core.journal.impl.JournalFilesRepository] Creating file activemq-bindings-1.bindings
09:51:27,771 TRACE [org.apache.activemq.artemis.core.journal.impl.JournalFilesRepository] Renaming file activemq-bindings-1.bindings.tmp as activemq-bindings-1.bindings
09:51:27,771 TRACE [org.apache.activemq.artemis.core.journal.impl.JournalFilesRepository] Creating file activemq-bindings-2.bindings
09:51:27,803 TRACE [org.apache.activemq.artemis.core.journal.impl.JournalFilesRepository] Renaming file activemq-bindings-2.bindings.tmp as activemq-bindings-2.bindings
09:51:27,803 TRACE [org.apache.activemq.artemis.core.journal.impl.JournalFilesRepository] pushing openFile JournalFileImpl: (activemq-bindings-2.bindings id = 2, recordID = 2)
09:51:27,806 TRACE [org.apache.activemq.artemis.core.journal.impl.JournalFilesRepository] Creating file activemq-data-1.amq
09:51:27,937 TRACE [org.apache.activemq.artemis.core.journal.impl.JournalFilesRepository] Renaming file activemq-data-1.amq.tmp as activemq-data-1.amq
09:51:27,937 TRACE [org.apache.activemq.artemis.core.journal.impl.JournalFilesRepository] Creating file activemq-data-2.amq
09:51:28,063 TRACE [org.apache.activemq.artemis.core.journal.impl.JournalFilesRepository] Renaming file activemq-data-2.amq.tmp as activemq-data-2.amq
09:51:28,063 TRACE [org.apache.activemq.artemis.core.journal.impl.JournalFilesRepository] pushing openFile JournalFileImpl: (activemq-data-2.amq id = 2, recordID = 2)
09:51:28,126 FINER [javax.management.mbeanserver] name = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Address,name="DLQ"
09:51:28,126 FINER [javax.management.misc] Building MBeanInfo for org.apache.activemq.artemis.core.management.impl.AddressControlImpl
09:51:28,127 FINER [javax.management.mbeanserver] ObjectName = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Address,name="DLQ"
09:51:28,127 FINER [javax.management.mbeanserver] name = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Address,name="DLQ"
09:51:28,127 FINER [javax.management.mbeanserver] Send create notification of object org.apache.activemq.artemis:brokerName="0.0.0.0",name="DLQ",serviceType=Address,type=Broker
09:51:28,127 FINER [javax.management.mbeanserver] JMX.mbean.registered org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Address,name="DLQ"
09:51:28,134 TRACE [org.apache.activemq.artemis.core.journal.impl.JournalImpl] appendAddRecord::id=1, userRecordType=24, record = IDCounterEncoding [id=2147483647], usedFile = JournalFileImpl: (activemq-bindings-1.bindings id = 1, recordID = 1)
09:51:28,136 TRACE [org.apache.activemq.artemis.core.journal.impl.JournalImpl] appendAddRecordTransactional:txID=0,id=2, userRecordType=44, record = PersistentAddressBindingEncoding [id=2, name=DLQ, routingTypes={ANYCAST}, autoCreated=false], usedFile = JournalFileImpl: (activemq-bindings-1.bindings id = 1, recordID = 1)
09:51:28,141 TRACE [org.apache.activemq.artemis.core.journal.impl.JournalImpl] appendCommitRecord::txID=0, usedFile = JournalFileImpl: (activemq-bindings-1.bindings id = 1, recordID = 1)
09:51:28,142 INFO [org.apache.activemq.artemis.core.server] AMQ221003: Deploying queue DLQ
09:51:28,152 TRACE [org.apache.activemq.artemis.core.paging.cursor.impl.PageCursorProviderImpl] DLQ creating subscription 4 with filter null: java.lang.Exception: trace
at org.apache.activemq.artemis.core.paging.cursor.impl.PageCursorProviderImpl.createSubscription(PageCursorProviderImpl.java:96) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.QueueConfig$Builder.build(QueueConfig.java:148) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.createQueue(ActiveMQServerImpl.java:2541) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.deployQueue(ActiveMQServerImpl.java:1692) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.deployQueuesFromListCoreQueueConfiguration(ActiveMQServerImpl.java:2306) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.deployAddressesFromConfiguration(ActiveMQServerImpl.java:2300) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.initialisePart2(ActiveMQServerImpl.java:2216) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.LiveOnlyActivation.run(LiveOnlyActivation.java:64) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.internalStart(ActiveMQServerImpl.java:512) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.start(ActiveMQServerImpl.java:461) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.integration.FileBroker.start(FileBroker.java:108) [artemis-cli-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:78) [artemis-cli-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:134) [artemis-cli-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:91) [artemis-cli-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_112]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_112]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_112]
at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_112]
at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:129) [artemis-boot.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:49) [artemis-boot.jar:1.5.1.amq-700001-redhat-1]
09:51:28,172 TRACE [org.apache.activemq.artemis.core.postoffice.impl.SimpleAddressManager] Adding binding LocalQueueBinding [address=DLQ, queue=QueueImpl[name=DLQ, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6], temp=false]@6b2ea799, filter=null, name=DLQ, clusterName=DLQ4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6] with address = DLQ: java.lang.Exception: trace
at org.apache.activemq.artemis.core.postoffice.impl.SimpleAddressManager.addBinding(SimpleAddressManager.java:72) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.postoffice.impl.WildcardAddressManager.addBinding(WildcardAddressManager.java:90) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl.addBinding(PostOfficeImpl.java:548) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.createQueue(ActiveMQServerImpl.java:2558) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.deployQueue(ActiveMQServerImpl.java:1692) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.deployQueuesFromListCoreQueueConfiguration(ActiveMQServerImpl.java:2306) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.deployAddressesFromConfiguration(ActiveMQServerImpl.java:2300) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.initialisePart2(ActiveMQServerImpl.java:2216) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.LiveOnlyActivation.run(LiveOnlyActivation.java:64) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.internalStart(ActiveMQServerImpl.java:512) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.start(ActiveMQServerImpl.java:461) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.integration.FileBroker.start(FileBroker.java:108) [artemis-cli-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:78) [artemis-cli-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:134) [artemis-cli-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:91) [artemis-cli-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_112]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_112]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_112]
at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_112]
at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:129) [artemis-boot.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:49) [artemis-boot.jar:1.5.1.amq-700001-redhat-1]
09:51:28,173 TRACE [org.apache.activemq.artemis.core.journal.impl.JournalImpl] appendAddRecordTransactional:txID=3,id=4, userRecordType=21, record = PersistentQueueBindingEncoding [id=0, name=DLQ, address=DLQ, filterString=null, user=null, autoCreated=false, maxConsumers=-1, deleteOnNoConsumers=false, routingType=1], usedFile = JournalFileImpl: (activemq-bindings-1.bindings id = 1, recordID = 1)
09:51:28,177 TRACE [org.apache.activemq.artemis.core.postoffice.impl.BindingsImpl] addBinding(LocalQueueBinding [address=DLQ, queue=QueueImpl[name=DLQ, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6], temp=false]@6b2ea799, filter=null, name=DLQ, clusterName=DLQ4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6]) being called
09:51:28,178 TRACE [org.apache.activemq.artemis.core.postoffice.impl.BindingsImpl] Adding binding LocalQueueBinding [address=DLQ, queue=QueueImpl[name=DLQ, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6], temp=false]@6b2ea799, filter=null, name=DLQ, clusterName=DLQ4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6] into BindingsImpl [name=DLQ] bindingTable:
**************************************************
routingNameBindingMap:
key=DLQ, value(s):
LocalQueueBinding [address=DLQ, queue=QueueImpl[name=DLQ, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6], temp=false]@6b2ea799, filter=null, name=DLQ, clusterName=DLQ4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6]
routingNamePositions:
EMPTY!
bindingsMap:
key=4, value=LocalQueueBinding [address=DLQ, queue=QueueImpl[name=DLQ, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6], temp=false]@6b2ea799, filter=null, name=DLQ, clusterName=DLQ4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6]
exclusiveBindings:
EMPTY!
####################################################
09:51:28,183 DEBUG [org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl] ClusterCommunication::Sending notification for addBinding LocalQueueBinding [address=DLQ, queue=QueueImpl[name=DLQ, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6], temp=false]@6b2ea799, filter=null, name=DLQ, clusterName=DLQ4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6] from server ActiveMQServerImpl::serverUUID=4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6
09:51:28,184 TRACE [org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl] Receiving notification : Notification[uid=4fdad4ac-d3ed-11e6-bf90-7e6df1ee8fe6, type=BINDING_ADDED, properties=TypedProperties[_AMQ_Binding_Type=0,_AMQ_RoutingName=DLQ,_AMQ_Distance=0,_AMQ_Address=DLQ,_AMQ_Binding_ID=4,_AMQ_ClusterName=DLQ4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6]] on server ActiveMQServerImpl::serverUUID=4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6
09:51:28,188 TRACE [org.apache.activemq.artemis.core.journal.impl.JournalImpl] appendCommitRecord::txID=3, usedFile = JournalFileImpl: (activemq-bindings-1.bindings id = 1, recordID = 1)
09:51:28,198 FINER [javax.management.mbeanserver] name = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",parentType=Address,parentName="DLQ",serviceType=Queue, routingType=ANYCAST,name="DLQ"
09:51:28,198 FINER [javax.management.misc] Building MBeanInfo for org.apache.activemq.artemis.core.management.impl.QueueControlImpl
09:51:28,201 FINER [javax.management.mbeanserver] ObjectName = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",parentType=Address,parentName="DLQ",serviceType=Queue, routingType=ANYCAST,name="DLQ"
09:51:28,201 FINER [javax.management.mbeanserver] name = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",parentType=Address,parentName="DLQ",serviceType=Queue, routingType=ANYCAST,name="DLQ"
09:51:28,201 FINER [javax.management.mbeanserver] Send create notification of object org.apache.activemq.artemis: routingType=ANYCAST,brokerName="0.0.0.0",name="DLQ",parentName="DLQ",parentType=Address,serviceType=Queue,type=Broker
09:51:28,201 FINER [javax.management.mbeanserver] JMX.mbean.registered org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",parentType=Address,parentName="DLQ",serviceType=Queue, routingType=ANYCAST,name="DLQ"
09:51:28,201 FINER [javax.management.mbeanserver] name = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Address,name="ExpiryQueue"
09:51:28,201 FINER [javax.management.misc] Building MBeanInfo for org.apache.activemq.artemis.core.management.impl.AddressControlImpl
09:51:28,202 FINER [javax.management.mbeanserver] ObjectName = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Address,name="ExpiryQueue"
09:51:28,202 FINER [javax.management.mbeanserver] name = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Address,name="ExpiryQueue"
09:51:28,202 FINER [javax.management.mbeanserver] Send create notification of object org.apache.activemq.artemis:brokerName="0.0.0.0",name="ExpiryQueue",serviceType=Address,type=Broker
09:51:28,202 FINER [javax.management.mbeanserver] JMX.mbean.registered org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Address,name="ExpiryQueue"
09:51:28,202 TRACE [org.apache.activemq.artemis.core.journal.impl.JournalImpl] appendAddRecordTransactional:txID=5,id=6, userRecordType=44, record = PersistentAddressBindingEncoding [id=6, name=ExpiryQueue, routingTypes={ANYCAST}, autoCreated=false], usedFile = JournalFileImpl: (activemq-bindings-1.bindings id = 1, recordID = 1)
09:51:28,205 TRACE [org.apache.activemq.artemis.core.journal.impl.JournalImpl] appendCommitRecord::txID=5, usedFile = JournalFileImpl: (activemq-bindings-1.bindings id = 1, recordID = 1)
09:51:28,206 INFO [org.apache.activemq.artemis.core.server] AMQ221003: Deploying queue ExpiryQueue
09:51:28,206 TRACE [org.apache.activemq.artemis.core.paging.cursor.impl.PageCursorProviderImpl] ExpiryQueue creating subscription 8 with filter null: java.lang.Exception: trace
at org.apache.activemq.artemis.core.paging.cursor.impl.PageCursorProviderImpl.createSubscription(PageCursorProviderImpl.java:96) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.QueueConfig$Builder.build(QueueConfig.java:148) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.createQueue(ActiveMQServerImpl.java:2541) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.deployQueue(ActiveMQServerImpl.java:1692) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.deployQueuesFromListCoreQueueConfiguration(ActiveMQServerImpl.java:2306) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.deployAddressesFromConfiguration(ActiveMQServerImpl.java:2300) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.initialisePart2(ActiveMQServerImpl.java:2216) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.LiveOnlyActivation.run(LiveOnlyActivation.java:64) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.internalStart(ActiveMQServerImpl.java:512) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.start(ActiveMQServerImpl.java:461) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.integration.FileBroker.start(FileBroker.java:108) [artemis-cli-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:78) [artemis-cli-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:134) [artemis-cli-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:91) [artemis-cli-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_112]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_112]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_112]
at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_112]
at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:129) [artemis-boot.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:49) [artemis-boot.jar:1.5.1.amq-700001-redhat-1]
09:51:28,207 TRACE [org.apache.activemq.artemis.core.journal.impl.JournalImpl] appendAddRecordTransactional:txID=7,id=8, userRecordType=21, record = PersistentQueueBindingEncoding [id=0, name=ExpiryQueue, address=ExpiryQueue, filterString=null, user=null, autoCreated=false, maxConsumers=-1, deleteOnNoConsumers=false, routingType=1], usedFile = JournalFileImpl: (activemq-bindings-1.bindings id = 1, recordID = 1)
09:51:28,207 TRACE [org.apache.activemq.artemis.core.postoffice.impl.SimpleAddressManager] Adding binding LocalQueueBinding [address=ExpiryQueue, queue=QueueImpl[name=ExpiryQueue, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6], temp=false]@7dcf94f8, filter=null, name=ExpiryQueue, clusterName=ExpiryQueue4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6] with address = ExpiryQueue: java.lang.Exception: trace
at org.apache.activemq.artemis.core.postoffice.impl.SimpleAddressManager.addBinding(SimpleAddressManager.java:72) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.postoffice.impl.WildcardAddressManager.addBinding(WildcardAddressManager.java:90) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl.addBinding(PostOfficeImpl.java:548) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.createQueue(ActiveMQServerImpl.java:2558) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.deployQueue(ActiveMQServerImpl.java:1692) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.deployQueuesFromListCoreQueueConfiguration(ActiveMQServerImpl.java:2306) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.deployAddressesFromConfiguration(ActiveMQServerImpl.java:2300) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.initialisePart2(ActiveMQServerImpl.java:2216) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.LiveOnlyActivation.run(LiveOnlyActivation.java:64) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.internalStart(ActiveMQServerImpl.java:512) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.start(ActiveMQServerImpl.java:461) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.integration.FileBroker.start(FileBroker.java:108) [artemis-cli-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:78) [artemis-cli-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:134) [artemis-cli-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:91) [artemis-cli-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_112]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_112]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_112]
at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_112]
at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:129) [artemis-boot.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:49) [artemis-boot.jar:1.5.1.amq-700001-redhat-1]
09:51:28,207 TRACE [org.apache.activemq.artemis.core.postoffice.impl.BindingsImpl] addBinding(LocalQueueBinding [address=ExpiryQueue, queue=QueueImpl[name=ExpiryQueue, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6], temp=false]@7dcf94f8, filter=null, name=ExpiryQueue, clusterName=ExpiryQueue4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6]) being called
09:51:28,224 TRACE [org.apache.activemq.artemis.core.postoffice.impl.BindingsImpl] Adding binding LocalQueueBinding [address=ExpiryQueue, queue=QueueImpl[name=ExpiryQueue, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6], temp=false]@7dcf94f8, filter=null, name=ExpiryQueue, clusterName=ExpiryQueue4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6] into BindingsImpl [name=ExpiryQueue] bindingTable:
**************************************************
routingNameBindingMap:
key=ExpiryQueue, value(s):
LocalQueueBinding [address=ExpiryQueue, queue=QueueImpl[name=ExpiryQueue, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6], temp=false]@7dcf94f8, filter=null, name=ExpiryQueue, clusterName=ExpiryQueue4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6]
routingNamePositions:
EMPTY!
bindingsMap:
key=8, value=LocalQueueBinding [address=ExpiryQueue, queue=QueueImpl[name=ExpiryQueue, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6], temp=false]@7dcf94f8, filter=null, name=ExpiryQueue, clusterName=ExpiryQueue4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6]
exclusiveBindings:
EMPTY!
####################################################
09:51:28,224 DEBUG [org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl] ClusterCommunication::Sending notification for addBinding LocalQueueBinding [address=ExpiryQueue, queue=QueueImpl[name=ExpiryQueue, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6], temp=false]@7dcf94f8, filter=null, name=ExpiryQueue, clusterName=ExpiryQueue4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6] from server ActiveMQServerImpl::serverUUID=4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6
09:51:28,224 TRACE [org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl] Receiving notification : Notification[uid=4fe1163d-d3ed-11e6-bf90-7e6df1ee8fe6, type=BINDING_ADDED, properties=TypedProperties[_AMQ_Binding_Type=0,_AMQ_RoutingName=ExpiryQueue,_AMQ_Distance=0,_AMQ_Address=ExpiryQueue,_AMQ_Binding_ID=8,_AMQ_ClusterName=ExpiryQueue4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6]] on server ActiveMQServerImpl::serverUUID=4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6
09:51:28,228 TRACE [org.apache.activemq.artemis.core.journal.impl.JournalImpl] appendCommitRecord::txID=7, usedFile = JournalFileImpl: (activemq-bindings-1.bindings id = 1, recordID = 1)
09:51:28,228 FINER [javax.management.mbeanserver] name = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",parentType=Address,parentName="ExpiryQueue",serviceType=Queue, routingType=ANYCAST,name="ExpiryQueue"
09:51:28,228 FINER [javax.management.misc] Building MBeanInfo for org.apache.activemq.artemis.core.management.impl.QueueControlImpl
09:51:28,230 FINER [javax.management.mbeanserver] ObjectName = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",parentType=Address,parentName="ExpiryQueue",serviceType=Queue, routingType=ANYCAST,name="ExpiryQueue"
09:51:28,230 FINER [javax.management.mbeanserver] name = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",parentType=Address,parentName="ExpiryQueue",serviceType=Queue, routingType=ANYCAST,name="ExpiryQueue"
09:51:28,230 FINER [javax.management.mbeanserver] Send create notification of object org.apache.activemq.artemis: routingType=ANYCAST,brokerName="0.0.0.0",name="ExpiryQueue",parentName="ExpiryQueue",parentType=Address,serviceType=Queue,type=Broker
09:51:28,230 FINER [javax.management.mbeanserver] JMX.mbean.registered org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",parentType=Address,parentName="ExpiryQueue",serviceType=Queue, routingType=ANYCAST,name="ExpiryQueue"
09:51:28,230 TRACE [org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl] Starting remoting service org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl@31190526
09:51:28,243 FINE [org.apache.commons.beanutils.BeanUtils] BeanUtils.populate(org.apache.activemq.artemis.protocol.amqp.broker.ProtonProtocolManager@7770f470, {})
09:51:28,250 FINER [javax.management.mbeanserver] name = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Acceptor,name="amqp"
09:51:28,250 FINER [javax.management.misc] Building MBeanInfo for org.apache.activemq.artemis.core.management.impl.AcceptorControlImpl
09:51:28,251 FINER [javax.management.mbeanserver] ObjectName = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Acceptor,name="amqp"
09:51:28,251 FINER [javax.management.mbeanserver] name = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Acceptor,name="amqp"
09:51:28,251 FINER [javax.management.mbeanserver] Send create notification of object org.apache.activemq.artemis:brokerName="0.0.0.0",name="amqp",serviceType=Acceptor,type=Broker
09:51:28,251 FINER [javax.management.mbeanserver] JMX.mbean.registered org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Acceptor,name="amqp"
09:51:28,256 FINE [org.apache.commons.beanutils.BeanUtils] BeanUtils.populate(org.apache.activemq.artemis.core.protocol.stomp.StompProtocolManager@7ee8290b, {})
09:51:28,257 FINER [javax.management.mbeanserver] name = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Acceptor,name="hornetq"
09:51:28,257 FINER [javax.management.misc] Building MBeanInfo for org.apache.activemq.artemis.core.management.impl.AcceptorControlImpl
09:51:28,257 FINER [javax.management.mbeanserver] ObjectName = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Acceptor,name="hornetq"
09:51:28,257 FINER [javax.management.mbeanserver] name = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Acceptor,name="hornetq"
09:51:28,257 FINER [javax.management.mbeanserver] Send create notification of object org.apache.activemq.artemis:brokerName="0.0.0.0",name="hornetq",serviceType=Acceptor,type=Broker
09:51:28,257 FINER [javax.management.mbeanserver] JMX.mbean.registered org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Acceptor,name="hornetq"
09:51:28,260 FINE [org.apache.commons.beanutils.BeanUtils] BeanUtils.populate(org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManager@445b295b, {})
09:51:28,260 FINER [javax.management.mbeanserver] name = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Acceptor,name="mqtt"
09:51:28,260 FINER [javax.management.misc] Building MBeanInfo for org.apache.activemq.artemis.core.management.impl.AcceptorControlImpl
09:51:28,261 FINER [javax.management.mbeanserver] ObjectName = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Acceptor,name="mqtt"
09:51:28,261 FINER [javax.management.mbeanserver] name = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Acceptor,name="mqtt"
09:51:28,261 FINER [javax.management.mbeanserver] Send create notification of object org.apache.activemq.artemis:brokerName="0.0.0.0",name="mqtt",serviceType=Acceptor,type=Broker
09:51:28,261 FINER [javax.management.mbeanserver] JMX.mbean.registered org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Acceptor,name="mqtt"
09:51:28,261 FINE [org.apache.commons.beanutils.BeanUtils] BeanUtils.populate(CoreProtocolManager(server=ActiveMQServerImpl::serverUUID=4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6), {})
09:51:28,261 FINE [org.apache.commons.beanutils.BeanUtils] BeanUtils.populate(org.apache.activemq.artemis.core.protocol.mqtt.MQTTProtocolManager@49e5f737, {})
09:51:28,261 FINE [org.apache.commons.beanutils.BeanUtils] BeanUtils.populate(org.apache.activemq.artemis.protocol.amqp.broker.ProtonProtocolManager@5c671d7f, {})
09:51:28,262 FINE [org.apache.commons.beanutils.BeanUtils] BeanUtils.populate(org.apache.activemq.artemis.core.protocol.stomp.StompProtocolManager@757277dc, {})
09:51:29,242 FINE [org.apache.commons.beanutils.BeanUtils] BeanUtils.populate(org.apache.activemq.artemis.core.protocol.openwire.OpenWireProtocolManager@72cde7cc, {})
09:51:29,243 FINER [javax.management.mbeanserver] name = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Acceptor,name="artemis"
09:51:29,243 FINER [javax.management.misc] Building MBeanInfo for org.apache.activemq.artemis.core.management.impl.AcceptorControlImpl
09:51:29,243 FINER [javax.management.mbeanserver] ObjectName = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Acceptor,name="artemis"
09:51:29,243 FINER [javax.management.mbeanserver] name = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Acceptor,name="artemis"
09:51:29,243 FINER [javax.management.mbeanserver] Send create notification of object org.apache.activemq.artemis:brokerName="0.0.0.0",name="artemis",serviceType=Acceptor,type=Broker
09:51:29,243 FINER [javax.management.mbeanserver] JMX.mbean.registered org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Acceptor,name="artemis"
09:51:29,243 FINE [org.apache.commons.beanutils.BeanUtils] BeanUtils.populate(org.apache.activemq.artemis.core.protocol.stomp.StompProtocolManager@5fd4f8f5, {})
09:51:29,244 FINER [javax.management.mbeanserver] name = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Acceptor,name="stomp"
09:51:29,244 FINER [javax.management.misc] Building MBeanInfo for org.apache.activemq.artemis.core.management.impl.AcceptorControlImpl
09:51:29,244 FINER [javax.management.mbeanserver] ObjectName = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Acceptor,name="stomp"
09:51:29,244 FINER [javax.management.mbeanserver] name = org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Acceptor,name="stomp"
09:51:29,244 FINER [javax.management.mbeanserver] Send create notification of object org.apache.activemq.artemis:brokerName="0.0.0.0",name="stomp",serviceType=Acceptor,type=Broker
09:51:29,244 FINER [javax.management.mbeanserver] JMX.mbean.registered org.apache.activemq.artemis:type=Broker,brokerName="0.0.0.0",serviceType=Acceptor,name="stomp"
09:51:29,264 FINE [io.netty.channel.MultithreadEventLoopGroup] -Dio.netty.eventLoopThreads: 8
09:51:29,287 FINE [io.netty.channel.nio.NioEventLoop] -Dio.netty.noKeySetOptimization: false
09:51:29,288 FINE [io.netty.channel.nio.NioEventLoop] -Dio.netty.selectorAutoRebuildThreshold: 512
09:51:29,289 FINE [io.netty.util.internal.PlatformDependent] org.jctools-core.MpscChunkedArrayQueue: available
09:51:29,304 FINE [io.netty.buffer.PooledByteBufAllocator] -Dio.netty.allocator.numHeapArenas: 8
09:51:29,304 FINE [io.netty.buffer.PooledByteBufAllocator] -Dio.netty.allocator.numDirectArenas: 8
09:51:29,304 FINE [io.netty.buffer.PooledByteBufAllocator] -Dio.netty.allocator.pageSize: 8192
09:51:29,304 FINE [io.netty.buffer.PooledByteBufAllocator] -Dio.netty.allocator.maxOrder: 11
09:51:29,304 FINE [io.netty.buffer.PooledByteBufAllocator] -Dio.netty.allocator.chunkSize: 16777216
09:51:29,304 FINE [io.netty.buffer.PooledByteBufAllocator] -Dio.netty.allocator.tinyCacheSize: 512
09:51:29,304 FINE [io.netty.buffer.PooledByteBufAllocator] -Dio.netty.allocator.smallCacheSize: 256
09:51:29,305 FINE [io.netty.buffer.PooledByteBufAllocator] -Dio.netty.allocator.normalCacheSize: 64
09:51:29,305 FINE [io.netty.buffer.PooledByteBufAllocator] -Dio.netty.allocator.maxCachedBufferCapacity: 32768
09:51:29,305 FINE [io.netty.buffer.PooledByteBufAllocator] -Dio.netty.allocator.cacheTrimInterval: 8192
09:51:29,333 FINE [io.netty.channel.DefaultChannelId] -Dio.netty.processId: 10642 (auto-detected)
09:51:29,335 FINE [io.netty.util.NetUtil] -Djava.net.preferIPv4Stack: false
09:51:29,336 FINE [io.netty.util.NetUtil] -Djava.net.preferIPv6Addresses: false
09:51:29,336 FINE [io.netty.util.NetUtil] Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo)
09:51:29,337 FINE [io.netty.util.NetUtil] /proc/sys/net/core/somaxconn: 128
09:51:29,338 FINE [io.netty.channel.DefaultChannelId] -Dio.netty.machineId: 18:5e:0f:ff:fe:ec:8c:e5 (auto-detected)
09:51:29,339 FINE [io.netty.util.internal.ThreadLocalRandom] -Dio.netty.initialSeedUniquifier: 0xfb781272dfbb25fb
09:51:29,363 FINE [io.netty.buffer.ByteBufUtil] -Dio.netty.allocator.type: pooled
09:51:29,364 FINE [io.netty.buffer.ByteBufUtil] -Dio.netty.threadLocalDirectBufferSize: 65536
09:51:29,364 FINE [io.netty.buffer.ByteBufUtil] -Dio.netty.maxThreadLocalCharBufferSize: 16384
09:51:29,372 TRACE [org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl] Receiving notification : Notification[uid=null, type=ACCEPTOR_STARTED, properties=TypedProperties[factory=org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptorFactory,host=0.0.0.0,port=61616]] on server ActiveMQServerImpl::serverUUID=4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6
09:51:29,372 INFO [org.apache.activemq.artemis.core.server] AMQ221020: Started Acceptor at 0.0.0.0:61616 for protocols [CORE,MQTT,AMQP,STOMP,HORNETQ,OPENWIRE]
09:51:29,375 TRACE [org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl] Receiving notification : Notification[uid=null, type=ACCEPTOR_STARTED, properties=TypedProperties[factory=org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptorFactory,host=0.0.0.0,port=5445]] on server ActiveMQServerImpl::serverUUID=4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6
09:51:29,375 INFO [org.apache.activemq.artemis.core.server] AMQ221020: Started Acceptor at 0.0.0.0:5445 for protocols [HORNETQ,STOMP]
09:51:29,377 TRACE [org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl] Receiving notification : Notification[uid=null, type=ACCEPTOR_STARTED, properties=TypedProperties[factory=org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptorFactory,host=0.0.0.0,port=5672]] on server ActiveMQServerImpl::serverUUID=4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6
09:51:29,377 INFO [org.apache.activemq.artemis.core.server] AMQ221020: Started Acceptor at 0.0.0.0:5672 for protocols [AMQP]
09:51:29,378 TRACE [org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl] Receiving notification : Notification[uid=null, type=ACCEPTOR_STARTED, properties=TypedProperties[factory=org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptorFactory,host=0.0.0.0,port=1883]] on server ActiveMQServerImpl::serverUUID=4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6
09:51:29,378 INFO [org.apache.activemq.artemis.core.server] AMQ221020: Started Acceptor at 0.0.0.0:1883 for protocols [MQTT]
09:51:29,388 TRACE [org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl] Receiving notification : Notification[uid=null, type=ACCEPTOR_STARTED, properties=TypedProperties[factory=org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptorFactory,host=0.0.0.0,port=61613]] on server ActiveMQServerImpl::serverUUID=4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6
09:51:29,388 INFO [org.apache.activemq.artemis.core.server] AMQ221020: Started Acceptor at 0.0.0.0:61613 for protocols [STOMP]
09:51:29,388 INFO [org.apache.activemq.artemis.core.server] AMQ221007: Server is now live
09:51:29,388 INFO [org.apache.activemq.artemis.core.server] AMQ221001: Apache ActiveMQ Artemis Message Broker version 1.5.1.amq-700001-redhat-1 [0.0.0.0, nodeID=4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6]
09:51:29,714 FINER [javax.management.mbeanserver] name = hawtio:type=plugin,name=hawtio-redhat-fuse-branding
09:51:29,715 FINER [javax.management.mbeanserver] ObjectName = hawtio:type=plugin,name=hawtio-redhat-fuse-branding
09:51:29,715 FINER [javax.management.mbeanserver] name = hawtio:type=plugin,name=hawtio-redhat-fuse-branding
09:51:29,715 FINER [javax.management.mbeanserver] Send create notification of object hawtio:name=hawtio-redhat-fuse-branding,type=plugin
09:51:29,715 FINER [javax.management.mbeanserver] JMX.mbean.registered hawtio:type=plugin,name=hawtio-redhat-fuse-branding
09:51:29,853 FINER [javax.management.mbeanserver] name = jolokia:type=MBeanServer
09:51:29,854 FINER [javax.management.relation] ENTRY
09:51:29,854 FINER [javax.management.relation] RETURN
09:51:29,854 FINER [javax.management.relation] ENTRY jolokia:type=MBeanServer
09:51:29,854 FINER [javax.management.relation] RETURN
09:51:29,854 FINER [javax.management.mbeanserver] ObjectName = JMImplementation:type=MBeanServerDelegate
09:51:29,854 FINER [javax.management.mbeanserver] name = JMImplementation:type=MBeanServerDelegate
09:51:29,868 FINER [javax.management.relation] ENTRY
09:51:29,868 FINER [javax.management.relation] RETURN
09:51:29,868 FINER [javax.management.relation] ENTRY
09:51:29,868 FINER [javax.management.relation] RETURN
09:51:29,868 FINER [javax.management.mbeanserver] ObjectName = JMImplementation:type=MBeanServerDelegate
09:51:29,868 FINER [javax.management.mbeanserver] name = JMImplementation:type=MBeanServerDelegate
09:51:29,873 FINER [javax.management.mbeanserver] ObjectName = jolokia:type=ServerHandler
09:51:29,874 FINER [javax.management.mbeanserver] name = jolokia:type=ServerHandler
09:51:29,874 FINER [javax.management.mbeanserver] Send create notification of object jolokia:type=ServerHandler
09:51:29,874 FINER [javax.management.mbeanserver] JMX.mbean.registered jolokia:type=ServerHandler
09:51:29,874 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=jolokia:type=ServerHandler]
09:51:29,874 FINER [javax.management.relation] ObjectName not in selected list, exiting
09:51:29,874 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=jolokia:type=ServerHandler]
09:51:29,874 FINER [javax.management.relation] ObjectName selected, exiting
09:51:29,889 FINER [javax.management.mbeanserver] ObjectName = jolokia:type=Config
09:51:29,889 FINER [javax.management.mbeanserver] name = jolokia:type=Config
09:51:29,889 FINER [javax.management.mbeanserver] Send create notification of object jolokia:type=Config
09:51:29,889 FINER [javax.management.mbeanserver] JMX.mbean.registered jolokia:type=Config
09:51:29,889 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=jolokia:type=Config]
09:51:29,889 FINER [javax.management.relation] ObjectName not in selected list, exiting
09:51:29,889 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=jolokia:type=Config]
09:51:29,889 FINER [javax.management.relation] ObjectName selected, exiting
09:51:29,889 FINER [javax.management.mbeanserver] ObjectName = jmx4perl:type=Config
09:51:29,890 FINER [javax.management.mbeanserver] name = jmx4perl:type=Config
09:51:29,890 FINER [javax.management.mbeanserver] Send create notification of object jmx4perl:type=Config
09:51:29,890 FINER [javax.management.mbeanserver] JMX.mbean.registered jmx4perl:type=Config
09:51:29,890 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=jmx4perl:type=Config]
09:51:29,890 FINER [javax.management.relation] ObjectName not in selected list, exiting
09:51:29,890 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=jmx4perl:type=Config]
09:51:29,890 FINER [javax.management.relation] ObjectName selected, exiting
09:51:29,891 FINER [javax.management.mbeanserver] ObjectName = jolokia:type=Discovery
09:51:29,891 FINER [javax.management.mbeanserver] name = jolokia:type=Discovery
09:51:29,891 FINER [javax.management.mbeanserver] Send create notification of object jolokia:type=Discovery
09:51:29,891 FINER [javax.management.mbeanserver] JMX.mbean.registered jolokia:type=Discovery
09:51:29,891 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=jolokia:type=Discovery]
09:51:29,891 FINER [javax.management.relation] ObjectName not in selected list, exiting
09:51:29,891 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=jolokia:type=Discovery]
09:51:29,891 FINER [javax.management.relation] ObjectName selected, exiting
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
09:51:30,341 FINER [javax.management.mbeanserver] ObjectName = hawtio:type=About
09:51:30,341 FINER [javax.management.mbeanserver] name = hawtio:type=About
09:51:30,341 FINER [javax.management.mbeanserver] Send create notification of object hawtio:type=About
09:51:30,341 FINER [javax.management.mbeanserver] JMX.mbean.registered hawtio:type=About
09:51:30,341 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=hawtio:type=About]
09:51:30,341 FINER [javax.management.relation] ObjectName not in selected list, exiting
09:51:30,341 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=hawtio:type=About]
09:51:30,341 FINER [javax.management.relation] ObjectName selected, exiting
09:51:30,342 FINER [javax.management.mbeanserver] ObjectName = hawtio:type=QuartzFacade
09:51:30,342 FINER [javax.management.mbeanserver] name = hawtio:type=QuartzFacade
09:51:30,342 FINER [javax.management.mbeanserver] Send create notification of object hawtio:type=QuartzFacade
09:51:30,342 FINER [javax.management.mbeanserver] JMX.mbean.registered hawtio:type=QuartzFacade
09:51:30,342 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=hawtio:type=QuartzFacade]
09:51:30,342 FINER [javax.management.relation] ObjectName not in selected list, exiting
09:51:30,342 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=hawtio:type=QuartzFacade]
09:51:30,342 FINER [javax.management.relation] ObjectName selected, exiting
09:51:30,343 FINER [javax.management.mbeanserver] ObjectName = hawtio:type=TreeWatcher
09:51:30,343 FINER [javax.management.mbeanserver] name = hawtio:type=TreeWatcher
09:51:30,343 FINER [javax.management.mbeanserver] Send create notification of object hawtio:type=TreeWatcher
09:51:30,343 FINER [javax.management.mbeanserver] JMX.mbean.registered hawtio:type=TreeWatcher
09:51:30,343 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=hawtio:type=TreeWatcher]
09:51:30,343 FINER [javax.management.relation] ObjectName not in selected list, exiting
09:51:30,343 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=hawtio:type=TreeWatcher]
09:51:30,343 FINER [javax.management.relation] ObjectName selected, exiting
09:51:30,344 FINER [javax.management.mbeanserver] ObjectName = JMImplementation:type=MBeanServerDelegate
09:51:30,344 FINER [javax.management.mbeanserver] name = JMImplementation:type=MBeanServerDelegate
09:51:30,344 FINER [javax.management.mbeanserver] ObjectName = hawtio:type=Registry
09:51:30,345 FINER [javax.management.mbeanserver] name = hawtio:type=Registry
09:51:30,345 FINER [javax.management.mbeanserver] Send create notification of object hawtio:type=Registry
09:51:30,345 FINER [javax.management.mbeanserver] JMX.mbean.registered hawtio:type=Registry
09:51:30,345 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=hawtio:type=Registry]
09:51:30,345 FINER [javax.management.relation] ObjectName not in selected list, exiting
09:51:30,345 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=hawtio:type=Registry]
09:51:30,345 FINER [javax.management.relation] ObjectName selected, exiting
09:51:30,345 FINER [javax.management.mbeanserver] ObjectName = JMImplementation:type=MBeanServerDelegate
09:51:30,345 FINER [javax.management.mbeanserver] name = JMImplementation:type=MBeanServerDelegate
09:51:30,346 FINER [javax.management.mbeanserver] ObjectName = hawtio:type=UploadManager
09:51:30,346 FINER [javax.management.mbeanserver] name = hawtio:type=UploadManager
09:51:30,346 FINER [javax.management.mbeanserver] Send create notification of object hawtio:type=UploadManager
09:51:30,346 FINER [javax.management.mbeanserver] JMX.mbean.registered hawtio:type=UploadManager
09:51:30,346 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=hawtio:type=UploadManager]
09:51:30,346 FINER [javax.management.relation] ObjectName not in selected list, exiting
09:51:30,346 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=hawtio:type=UploadManager]
09:51:30,346 FINER [javax.management.relation] ObjectName selected, exiting
09:51:30,346 FINER [javax.management.mbeanserver] name = hawtio:type=security,area=jmx,rank=0,name=HawtioDummyJMXSecurity
09:51:30,346 FINER [javax.management.mbeanserver] ObjectName = hawtio:type=security,area=jmx,rank=0,name=HawtioDummyJMXSecurity
09:51:30,346 FINER [javax.management.mbeanserver] name = hawtio:type=security,area=jmx,rank=0,name=HawtioDummyJMXSecurity
09:51:30,346 FINER [javax.management.mbeanserver] Send create notification of object hawtio:area=jmx,name=HawtioDummyJMXSecurity,rank=0,type=security
09:51:30,346 FINER [javax.management.mbeanserver] JMX.mbean.registered hawtio:type=security,area=jmx,rank=0,name=HawtioDummyJMXSecurity
09:51:30,346 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=hawtio:type=security,area=jmx,rank=0,name=HawtioDummyJMXSecurity]
09:51:30,346 FINER [javax.management.relation] ObjectName not in selected list, exiting
09:51:30,346 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=hawtio:type=security,area=jmx,rank=0,name=HawtioDummyJMXSecurity]
09:51:30,347 FINER [javax.management.relation] ObjectName selected, exiting
09:51:30,347 FINER [javax.management.mbeanserver] ObjectName = hawtio:type=security,name=RBACRegistry
09:51:30,347 FINER [javax.management.mbeanserver] name = hawtio:type=security,name=RBACRegistry
09:51:30,347 FINER [javax.management.mbeanserver] Send create notification of object hawtio:name=RBACRegistry,type=security
09:51:30,347 FINER [javax.management.mbeanserver] JMX.mbean.registered hawtio:type=security,name=RBACRegistry
09:51:30,347 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=hawtio:type=security,name=RBACRegistry]
09:51:30,347 FINER [javax.management.relation] ObjectName not in selected list, exiting
09:51:30,347 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=hawtio:type=security,name=RBACRegistry]
09:51:30,347 FINER [javax.management.relation] ObjectName selected, exiting
09:51:30,429 FINER [javax.management.mbeanserver] name = jolokia:type=MBeanServer
09:51:30,430 FINER [javax.management.relation] ENTRY
09:51:30,430 FINER [javax.management.relation] RETURN
09:51:30,430 FINER [javax.management.relation] ENTRY jolokia:type=MBeanServer
09:51:30,430 FINER [javax.management.relation] RETURN
09:51:30,430 FINER [javax.management.mbeanserver] ObjectName = JMImplementation:type=MBeanServerDelegate
09:51:30,430 FINER [javax.management.mbeanserver] name = JMImplementation:type=MBeanServerDelegate
09:51:30,432 FINER [javax.management.relation] ENTRY
09:51:30,432 FINER [javax.management.relation] RETURN
09:51:30,432 FINER [javax.management.relation] ENTRY
09:51:30,432 FINER [javax.management.relation] RETURN
09:51:30,432 FINER [javax.management.mbeanserver] ObjectName = JMImplementation:type=MBeanServerDelegate
09:51:30,432 FINER [javax.management.mbeanserver] name = JMImplementation:type=MBeanServerDelegate
09:51:30,438 FINER [javax.management.mbeanserver] ObjectName = jolokia:type=ServerHandler,qualifier=hawtio
09:51:30,438 FINER [javax.management.mbeanserver] name = jolokia:type=ServerHandler,qualifier=hawtio
09:51:30,438 FINER [javax.management.mbeanserver] Send create notification of object jolokia:qualifier=hawtio,type=ServerHandler
09:51:30,439 FINER [javax.management.mbeanserver] JMX.mbean.registered jolokia:type=ServerHandler,qualifier=hawtio
09:51:30,439 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=jolokia:type=ServerHandler,qualifier=hawtio]
09:51:30,439 FINER [javax.management.relation] ObjectName not in selected list, exiting
09:51:30,439 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=jolokia:type=ServerHandler,qualifier=hawtio]
09:51:30,439 FINER [javax.management.relation] ObjectName selected, exiting
09:51:30,439 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=jolokia:type=ServerHandler,qualifier=hawtio]
09:51:30,439 FINER [javax.management.relation] ObjectName not in selected list, exiting
09:51:30,439 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=jolokia:type=ServerHandler,qualifier=hawtio]
09:51:30,439 FINER [javax.management.relation] ObjectName selected, exiting
09:51:30,457 FINER [javax.management.mbeanserver] ObjectName = jolokia:type=Config,qualifier=hawtio
09:51:30,457 FINER [javax.management.mbeanserver] name = jolokia:type=Config,qualifier=hawtio
09:51:30,457 FINER [javax.management.mbeanserver] Send create notification of object jolokia:qualifier=hawtio,type=Config
09:51:30,457 FINER [javax.management.mbeanserver] JMX.mbean.registered jolokia:type=Config,qualifier=hawtio
09:51:30,457 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=jolokia:type=Config,qualifier=hawtio]
09:51:30,457 FINER [javax.management.relation] ObjectName not in selected list, exiting
09:51:30,457 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=jolokia:type=Config,qualifier=hawtio]
09:51:30,457 FINER [javax.management.relation] ObjectName selected, exiting
09:51:30,457 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=jolokia:type=Config,qualifier=hawtio]
09:51:30,457 FINER [javax.management.relation] ObjectName not in selected list, exiting
09:51:30,457 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=jolokia:type=Config,qualifier=hawtio]
09:51:30,457 FINER [javax.management.relation] ObjectName selected, exiting
09:51:30,457 FINER [javax.management.mbeanserver] ObjectName = jmx4perl:type=Config,qualifier=hawtio
09:51:30,457 FINER [javax.management.mbeanserver] name = jmx4perl:type=Config,qualifier=hawtio
09:51:30,457 FINER [javax.management.mbeanserver] Send create notification of object jmx4perl:qualifier=hawtio,type=Config
09:51:30,457 FINER [javax.management.mbeanserver] JMX.mbean.registered jmx4perl:type=Config,qualifier=hawtio
09:51:30,457 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=jmx4perl:type=Config,qualifier=hawtio]
09:51:30,457 FINER [javax.management.relation] ObjectName not in selected list, exiting
09:51:30,457 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=jmx4perl:type=Config,qualifier=hawtio]
09:51:30,457 FINER [javax.management.relation] ObjectName selected, exiting
09:51:30,457 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=jmx4perl:type=Config,qualifier=hawtio]
09:51:30,457 FINER [javax.management.relation] ObjectName not in selected list, exiting
09:51:30,457 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=jmx4perl:type=Config,qualifier=hawtio]
09:51:30,458 FINER [javax.management.relation] ObjectName selected, exiting
09:51:30,458 FINER [javax.management.mbeanserver] ObjectName = jolokia:type=Discovery
09:51:30,459 FINER [javax.management.mbeanserver] name = jolokia:type=Discovery
09:51:30,806 FINER [javax.management.mbeanserver] name = hawtio:type=plugin,name=artemis-plugin
09:51:30,806 FINER [javax.management.mbeanserver] ObjectName = hawtio:type=plugin,name=artemis-plugin
09:51:30,806 FINER [javax.management.mbeanserver] name = hawtio:type=plugin,name=artemis-plugin
09:51:30,807 FINER [javax.management.mbeanserver] Send create notification of object hawtio:name=artemis-plugin,type=plugin
09:51:30,807 FINER [javax.management.mbeanserver] JMX.mbean.registered hawtio:type=plugin,name=artemis-plugin
09:51:30,807 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=hawtio:type=plugin,name=artemis-plugin]
09:51:30,807 FINER [javax.management.relation] ObjectName not in selected list, exiting
09:51:30,807 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=hawtio:type=plugin,name=artemis-plugin]
09:51:30,807 FINER [javax.management.relation] ObjectName selected, exiting
09:51:30,807 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=hawtio:type=plugin,name=artemis-plugin]
09:51:30,807 FINER [javax.management.relation] ObjectName not in selected list, exiting
09:51:30,807 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=hawtio:type=plugin,name=artemis-plugin]
09:51:30,807 FINER [javax.management.relation] ObjectName selected, exiting
INFO | main | Initialized artemis-plugin plugin
09:51:30,885 FINER [javax.management.mbeanserver] name = hawtio:type=plugin,name=dispatch-hawtio-console
09:51:30,886 FINER [javax.management.mbeanserver] ObjectName = hawtio:type=plugin,name=dispatch-hawtio-console
09:51:30,886 FINER [javax.management.mbeanserver] name = hawtio:type=plugin,name=dispatch-hawtio-console
09:51:30,886 FINER [javax.management.mbeanserver] Send create notification of object hawtio:name=dispatch-hawtio-console,type=plugin
09:51:30,886 FINER [javax.management.mbeanserver] JMX.mbean.registered hawtio:type=plugin,name=dispatch-hawtio-console
09:51:30,886 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=hawtio:type=plugin,name=dispatch-hawtio-console]
09:51:30,886 FINER [javax.management.relation] ObjectName not in selected list, exiting
09:51:30,886 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=hawtio:type=plugin,name=dispatch-hawtio-console]
09:51:30,886 FINER [javax.management.relation] ObjectName selected, exiting
09:51:30,886 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=hawtio:type=plugin,name=dispatch-hawtio-console]
09:51:30,886 FINER [javax.management.relation] ObjectName not in selected list, exiting
09:51:30,886 FINER [javax.management.relation] ENTRY javax.management.MBeanServerNotification[source=JMImplementation:type=MBeanServerDelegate][type=JMX.mbean.registered][message=][mbeanName=hawtio:type=plugin,name=dispatch-hawtio-console]
09:51:30,886 FINER [javax.management.relation] ObjectName selected, exiting
INFO | main | Initialized dispatch-hawtio-console plugin
09:51:30,901 INFO [org.apache.activemq.artemis] AMQ241001: HTTP Server started at http://localhost:8161
09:51:30,901 INFO [org.apache.activemq.artemis] AMQ241002: Artemis Jolokia REST API available at http://localhost:8161/jolokia
09:51:34,252 TRACE [org.apache.activemq.artemis.core.paging.impl.PagingManagerImpl] Tick from store:: /home (/dev/mapper/tank-home), usage at 0.993742
09:51:39,251 TRACE [org.apache.activemq.artemis.core.paging.impl.PagingManagerImpl] Tick from store:: /home (/dev/mapper/tank-home), usage at 0.993742
09:51:44,251 TRACE [org.apache.activemq.artemis.core.paging.impl.PagingManagerImpl] Tick from store:: /home (/dev/mapper/tank-home), usage at 0.993742
09:51:49,252 TRACE [org.apache.activemq.artemis.core.paging.impl.PagingManagerImpl] Tick from store:: /home (/dev/mapper/tank-home), usage at 0.993742
09:51:54,252 TRACE [org.apache.activemq.artemis.core.paging.impl.PagingManagerImpl] Tick from store:: /home (/dev/mapper/tank-home), usage at 0.993742
09:51:59,252 TRACE [org.apache.activemq.artemis.core.paging.impl.PagingManagerImpl] Tick from store:: /home (/dev/mapper/tank-home), usage at 0.993742
09:52:04,252 TRACE [org.apache.activemq.artemis.core.paging.impl.PagingManagerImpl] Tick from store:: /home (/dev/mapper/tank-home), usage at 0.993742
09:52:04,996 FINE [io.netty.util.Recycler] -Dio.netty.recycler.maxCapacityPerThread: 32768
09:52:04,996 FINE [io.netty.util.Recycler] -Dio.netty.recycler.maxSharedCapacityFactor: 2
09:52:04,997 FINE [io.netty.util.Recycler] -Dio.netty.recycler.linkCapacity: 16
09:52:04,997 FINE [io.netty.util.Recycler] -Dio.netty.recycler.ratio: 8
09:52:05,103 TRACE [org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl] Connection created org.apache.activemq.artemis.core.remoting.impl.netty.NettyServerConnection@7083a926[local= /127.0.0.1:5672, remote=/127.0.0.1:51448]
09:52:05,106 TRACE [org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext] Buffer Received
/* 1 */ "414D5150" + "03010000" +
/* 2 */ "00000026" + "02010000" +
/* 3 */ "005341C0" + "1903A309" +
/* 4 */ "414E4F4E" + "594D4F55" +
/* 5 */ "53A000A1" + "09313237" +
/* 6 */ "2E302E30" + "2E31" +
/* 7 */ "";
09:52:05,128 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_IDLE, done=false, role=SERVER] about to call input.
09:52:05,129 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_IDLE, done=false, role=SERVER] about to call input.
09:52:05,130 TRACE [org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler] Handling EventImpl{type=CONNECTION_INIT, context=org.apache.qpid.proton.engine.impl.ConnectionImpl@4e5c7a96} towards org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext$LocalListener@4e4fba17
09:52:05,134 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] Finished writing SASL output. Output Buffer : java.nio.HeapByteBuffer[pos=42 lim=512 cap=512]
09:52:05,149 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] Finished writing SASL output. Output Buffer : java.nio.HeapByteBuffer[pos=42 lim=512 cap=512]
09:52:05,156 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] Finished writing SASL output. Output Buffer : java.nio.HeapByteBuffer[pos=0 lim=512 cap=512]
09:52:05,156 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:05,157 WARN [org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.outputDone(ProtonHandler.java:220) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.outputDone(AMQPConnectionContext.java:130) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.AMQPConnectionCallback.onTransport(AMQPConnectionCallback.java:177) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flushBytes(AMQPConnectionContext.java:168) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext$LocalListener.onTransport(AMQPConnectionContext.java:288) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.dispatch(ProtonHandler.java:355) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.access$000(ProtonHandler.java:43) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler$1.run(ProtonHandler.java:62) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:05,248 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:05,248 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:07,248 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:07,248 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:09,248 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:09,248 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:09,253 TRACE [org.apache.activemq.artemis.core.paging.impl.PagingManagerImpl] Tick from store:: /home (/dev/mapper/tank-home), usage at 0.993742
09:52:11,248 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:11,248 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:13,248 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:13,249 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:14,253 TRACE [org.apache.activemq.artemis.core.paging.impl.PagingManagerImpl] Tick from store:: /home (/dev/mapper/tank-home), usage at 0.993742
09:52:15,249 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:15,249 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:17,249 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:17,249 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:19,249 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:19,249 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:19,253 TRACE [org.apache.activemq.artemis.core.paging.impl.PagingManagerImpl] Tick from store:: /home (/dev/mapper/tank-home), usage at 0.993742
09:52:21,249 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:21,249 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:23,249 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:23,250 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:24,253 TRACE [org.apache.activemq.artemis.core.paging.impl.PagingManagerImpl] Tick from store:: /home (/dev/mapper/tank-home), usage at 0.993742
09:52:25,250 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:25,250 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:27,250 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:27,250 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:29,250 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:29,250 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:29,253 TRACE [org.apache.activemq.artemis.core.paging.impl.PagingManagerImpl] Tick from store:: /home (/dev/mapper/tank-home), usage at 0.993742
09:52:31,250 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:31,250 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:33,250 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:33,251 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:34,254 TRACE [org.apache.activemq.artemis.core.paging.impl.PagingManagerImpl] Tick from store:: /home (/dev/mapper/tank-home), usage at 0.993742
09:52:35,251 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:35,251 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:37,251 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:37,251 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:39,251 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:39,251 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:39,254 TRACE [org.apache.activemq.artemis.core.paging.impl.PagingManagerImpl] Tick from store:: /home (/dev/mapper/tank-home), usage at 0.993742
09:52:41,251 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:41,251 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:43,251 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:43,252 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:44,254 TRACE [org.apache.activemq.artemis.core.paging.impl.PagingManagerImpl] Tick from store:: /home (/dev/mapper/tank-home), usage at 0.993742
09:52:45,252 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:45,252 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:47,252 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:47,252 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:49,252 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:49,252 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:49,254 TRACE [org.apache.activemq.artemis.core.paging.impl.PagingManagerImpl] Tick from store:: /home (/dev/mapper/tank-home), usage at 0.993742
09:52:51,252 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:51,252 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:53,252 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:53,252 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:54,254 TRACE [org.apache.activemq.artemis.core.paging.impl.PagingManagerImpl] Tick from store:: /home (/dev/mapper/tank-home), usage at 0.993742
09:52:55,252 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:55,252 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:57,252 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:57,253 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:59,253 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:52:59,253 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:52:59,254 TRACE [org.apache.activemq.artemis.core.paging.impl.PagingManagerImpl] Tick from store:: /home (/dev/mapper/tank-home), usage at 0.993742
09:53:01,253 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:53:01,253 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:53:03,253 FINER [org.apache.qpid.proton.engine.impl.SaslImpl] SaslImpl [_outcome=PN_SASL_NONE, state=PN_SASL_STEP, done=false, role=SERVER] about to call input.
09:53:03,253 WARN [org.apache.activemq.artemis.core.server] null: java.lang.NegativeArraySizeException
at org.apache.activemq.artemis.utils.ByteUtil.bytesToHex(ByteUtil.java:95) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.checkServerSASL(ProtonHandler.java:292) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:261) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.handler.ProtonHandler.flush(ProtonHandler.java:254) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.proton.AMQPConnectionContext.flush(AMQPConnectionContext.java:134) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.flush(ActiveMQProtonRemotingConnection.java:129) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$1.run(RemotingServiceImpl.java:690) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:53:04,254 TRACE [org.apache.activemq.artemis.core.paging.impl.PagingManagerImpl] Tick from store:: /home (/dev/mapper/tank-home), usage at 0.993742
09:53:05,254 DEBUG [org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl] RemotingServiceImpl::removing connection ID -813707439
09:53:05,260 WARN [org.apache.activemq.artemis.core.client] AMQ212037: Connection failure has been detected: AMQ119014: Did not receive data from /127.0.0.1:51448 within the 60,000ms connection TTL. The connection will now be closed. [code=CONNECTION_TIMEDOUT]
09:53:05,261 TRACE [org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl] Connection removed -813707439 from server ActiveMQServerImpl::serverUUID=4f7a652b-d3ed-11e6-bf90-7e6df1ee8fe6: java.lang.Exception: trace
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.connectionDestroyed(RemotingServiceImpl.java:525) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor$Listener.connectionDestroyed(NettyAcceptor.java:683) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.remoting.impl.netty.NettyConnection.close(NettyConnection.java:208) [artemis-core-client-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.internalClose(ActiveMQProtonRemotingConnection.java:140) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.protocol.amqp.broker.ActiveMQProtonRemotingConnection.fail(ActiveMQProtonRemotingConnection.java:77) [artemis-amqp-protocol-1.5.1.amq-700001-redhat-1.jar:]
at org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection.fail(AbstractRemotingConnection.java:210) [artemis-core-client-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl$FailureCheckAndFlushThread$2.run(RemotingServiceImpl.java:709) [artemis-server-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$ExecutorTask.run(OrderedExecutorFactory.java:101) [artemis-commons-1.5.1.amq-700001-redhat-1.jar:1.5.1.amq-700001-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_112]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_112]
09:53:09,255 TRACE [org.apache.activemq.artemis.core.paging.impl.PagingManagerImpl] Tick from store:: /home (/dev/mapper/tank-home), usage at 0.993742
09:53:14,255 TRACE [org.apache.activemq.artemis.core.paging.impl.PagingManagerImpl] Tick from store:: /home (/dev/mapper/tank-home), usage at 0.993742
09:53:19,255 TRACE [org.apache.activemq.artemis.core.paging.impl.PagingManagerImpl] Tick from store:: /home (/dev/mapper/tank-home), usage at 0.993742