./artemis-jms-client/src/main/java/org/apache/activemq/artemis/jndi/ReadOnlyContext.java: ActiveMQClientLogger.LOGGER.error("Failed to bind " + binding.getKey() + "=" + binding.getValue(), e); ./artemis-jms-client/src/main/java/org/apache/activemq/artemis/jms/client/ActiveMQMessageConsumer.java: ActiveMQClientLogger.LOGGER.warn(newIOOB.getMessage(), newIOOB); ./artemis-protocols/artemis-mqtt-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/mqtt/MQTTConnectionManager.java: log.error("Error disconnecting client: " + e.getMessage()); ./artemis-protocols/artemis-mqtt-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/mqtt/MQTTProtocolManager.java: log.error(e); ./artemis-protocols/artemis-mqtt-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/mqtt/MQTTSessionCallback.java: log.warn("Unable to send message: " + message.getMessageID() + " Cause: " + e.getMessage()); ./artemis-protocols/artemis-mqtt-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/mqtt/MQTTSessionCallback.java: log.warn("Sending LARGE MESSAGE"); ./artemis-protocols/artemis-mqtt-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/mqtt/MQTTSessionCallback.java: log.error(e.getMessage()); ./artemis-protocols/artemis-mqtt-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/mqtt/MQTTPublishManager.java: log.warn("MQTT Client(" + session.getSessionState().getClientId() + ") attempted to Ack already Ack'd message"); ./artemis-protocols/artemis-mqtt-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/mqtt/MQTTPublishManager.java: log.error("Pub Sync Failed"); ./artemis-protocols/artemis-mqtt-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/mqtt/MQTTPublishManager.java: log.warn("MQTT Client(" + session.getSessionState().getClientId() + ") attempted to Ack already Ack'd message"); ./artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/broker/AMQPSessionCallback.java: logger.error("Error closing link for " + consumer.getQueue().getAddress()); ./artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/broker/AMQPConnectionCallback.java: logger.warn(e.getMessage(), e); ./artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/handler/ProtonHandler.java: log.warn(e.getMessage(), e); ./artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/handler/ProtonHandler.java: log.warn(e.getMessage(), e); ./artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/ProtonServerSenderContext.java: log.warn(e.getMessage(), e); ./artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/ProtonServerSenderContext.java: log.warn(e.getMessage(), e); ./artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/ProtonServerSenderContext.java: log.warn(e.getMessage(), e); ./artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/AMQPSessionContext.java: log.warn(e.getMessage(), e); ./artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/AMQPSessionContext.java: log.warn(e.getMessage(), e); ./artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/AMQPSessionContext.java: log.warn(e.getMessage(), e); ./artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/AMQPConnectionContext.java: log.error("Error init connection", e); ./artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/ProtonServerReceiverContext.java: log.warn(e.getMessage(), e); ./artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/ProtonTransactionHandler.java: log.warn(e.getMessage(), e); ./artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/client/ProtonClientConnectionManager.java: log.info("Connection " + amqpConnection.getRemoteAddress() + " created"); ./artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/client/ProtonClientConnectionManager.java: log.info("Connection " + connection.getRemoteAddress() + " destroyed"); ./artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/client/ProtonClientConnectionManager.java: log.info("Connection " + connection.getRemoteAddress() + " exception: " + me.getMessage()); ./artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/client/ProtonClientConnectionManager.java: log.info("Connection " + connection.getRemoteAddress() + " ready"); ./artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/amq/AMQSession.java: ActiveMQServerLogger.LOGGER.error("error init session", e); ./artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/amq/AMQSession.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/OpenWireConnection.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e2); ./artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/OpenWireConnection.java: ActiveMQServerLogger.LOGGER.error("error sending", t); ./artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/OpenWireConnection.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/OpenWireConnection.java: ActiveMQServerLogger.LOGGER.warn("Couldn't close connection because invalid clientID", e); ./artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/OpenWireConnection.java: // LOG.warn("Failed to remove producer: {}", producerId, e); ./artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/OpenWireProtocolManager.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server-osgi/src/main/java/org/apache/activemq/artemis/osgi/ProtocolTracker.java: LOG.info("Broker config " + name + " found. Tracking protocols " + Arrays.asList(requiredProtocols)); ./artemis-server-osgi/src/main/java/org/apache/activemq/artemis/osgi/ProtocolTracker.java: LOG.info("Required protocol " + protocol + " was added for broker " + name + ". " + ./artemis-server-osgi/src/main/java/org/apache/activemq/artemis/osgi/ProtocolTracker.java: LOG.info("Required protocol " + protocol + " was removed for broker " + name + ". " + (missing.isEmpty() ? "Stopping broker. " : "")); ./artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/drivers/AbstractJDBCDriver.java: ActiveMQJournalLogger.LOGGER.error("Unable to connect to database using URL: " + jdbcConnectionUrl); ./artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/journal/JDBCJournalImpl.java: ActiveMQJournalLogger.LOGGER.error("Error performing rollback", sqlE); ./artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/journal/JDBCJournalImpl.java: logger.error("Replication is not supported with JDBC Store", new Exception("trace")); ./artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/journal/JDBCJournalImpl.java: logger.error("Replication is not supported with JDBC Store", new Exception("trace")); ./artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/journal/JDBCJournalRecord.java: ActiveMQJournalLogger.LOGGER.error("Error occurred whilst reading Journal Record", e); ./artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/file/JDBCSequentialFileFactory.java: ActiveMQJournalLogger.LOGGER.error("Could not start file factory, unable to connect to database"); ./artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/file/JDBCSequentialFileFactory.java: ActiveMQJournalLogger.LOGGER.error("Error stopping file factory, unable to close db connection"); ./artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/file/JDBCSequentialFileFactory.java: ActiveMQJournalLogger.LOGGER.error("Could not create file", e); ./artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/file/JDBCSequentialFile.java: logger.error("Error cloning file: " + filename, e); ./artemis-ra/src/main/java/org/apache/activemq/artemis/ra/ActiveMQResourceAdapter.java: ActiveMQRALogger.LOGGER.info("Resource adaptor started"); ./artemis-ra/src/main/java/org/apache/activemq/artemis/ra/inflow/ActiveMQMessageHandler.java: ActiveMQRALogger.LOGGER.warn("unnable to clear the transaction", e1); ./artemis-ra/src/main/java/org/apache/activemq/artemis/ra/inflow/ActiveMQActivation.java: ActiveMQRALogger.LOGGER.warn(e); ./integration/activemq-vertx-integration/src/main/java/org/apache/activemq/artemis/integration/vertx/IncomingVertxEventHandler.java: ActiveMQVertxLogger.LOGGER.error("failed to route msg " + msg, e); ./artemis-server/src/main/java/org/apache/activemq/artemis/spi/core/protocol/AbstractProtocolManager.java: ActiveMQServerLogger.LOGGER.error(e); ./artemis-server/src/main/java/org/apache/activemq/artemis/spi/core/security/jaas/ReloadableProperties.java: ActiveMQServerLogger.LOGGER.error("Failed to load: " + key + ", reason:" + e.getLocalizedMessage()); ./artemis-server/src/main/java/org/apache/activemq/artemis/spi/core/security/jaas/ReloadableProperties.java: // ActiveMQServerLogger.LOGGER.info("jasypt is not on the classpath: password decryption disabled."); ./artemis-server/src/main/java/org/apache/activemq/artemis/spi/core/security/jaas/LDAPLoginModule.java: ActiveMQServerLogger.LOGGER.error(e.toString()); ./artemis-server/src/main/java/org/apache/activemq/artemis/spi/core/security/jaas/LDAPLoginModule.java: ActiveMQServerLogger.LOGGER.warn("User " + username + " not found in LDAP."); ./artemis-server/src/main/java/org/apache/activemq/artemis/spi/core/security/jaas/LDAPLoginModule.java: ActiveMQServerLogger.LOGGER.error(e.toString()); ./artemis-server/src/main/java/org/apache/activemq/artemis/spi/core/security/ActiveMQJAASSecurityManager.java: logger.info("Can't find roles for the subject", e); ./artemis-server/src/main/java/org/apache/activemq/artemis/spi/core/security/ActiveMQJAASSecurityManager.java: logger.info("Can't add role principal", e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/group/impl/LocalGroupingHandler.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/reload/ReloadManagerImpl.java: logger.warn("File " + file + " does not exist"); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/ha/ColocatedHAManager.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/BackupManager.java: ActiveMQServerLogger.LOGGER.error("Error announcing backup: backupServerLocator is null. " + this); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/ClusterManager.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/ClusterManager.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/ClusterManager.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/impl/BridgeImpl.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/impl/BridgeImpl.java: // log.warn(name + "::Connection failed before reconnect ", exception); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/impl/BridgeImpl.java: ActiveMQServerLogger.LOGGER.error("Failed to stop bridge", e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/impl/Redistributor.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/impl/Redistributor.java: ActiveMQServerLogger.LOGGER.warn(e2.getMessage(), e2); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/impl/ClusterConnectionImpl.java: ActiveMQServerLogger.LOGGER.warn(e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/cluster/impl/ClusterConnectionImpl.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/files/FileStoreMonitor.java: logger.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ScaleDownHandler.java: ActiveMQServerLogger.LOGGER.info("Scaled down " + num + " messages total."); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/FileLockNodeManager.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/SharedStoreBackupActivation.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ServerSessionImpl.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ServerSessionImpl.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ServerSessionImpl.java: ActiveMQServerLogger.LOGGER.warn(e2.getMessage(), e2); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ServerSessionImpl.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ServerSessionImpl.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ServerSessionImpl.java: ActiveMQServerLogger.LOGGER.info("ignoring prepare on xid as already called :" + xid); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ServerSessionImpl.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java: logger.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ServerConsumerImpl.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/LegacyLDAPSecuritySettingPlugin.java: ActiveMQServerLogger.LOGGER.error("Caught unexpected exception.", namingExceptionEvent.getException()); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/TransientQueueManagerImpl.java: ActiveMQServerLogger.LOGGER.warn("Error on deleting queue " + queueName + ", " + e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java: logger.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java: ActiveMQServerLogger.LOGGER.info(operationsExecuted.toString()); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java: logger.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/RefsOperation.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/RefsOperation.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/InVMNodeManager.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ColocatedActivation.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ColocatedActivation.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/registry/JndiBindingRegistry.java: //JMSServerManagerImpl.log.warn("Binding for " + jndiName + " already exists"); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/config/impl/ConfigurationImpl.java: ActiveMQServerLogger.LOGGER.warn("bridgeNoConnector(connectorName)"); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/impl/journal/JournalStorageManager.java: logger.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/impl/journal/LargeServerMessageInSync.java: logger.warn("Error while sincing data on largeMessageInSync::" + mainLM); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/impl/journal/LargeServerMessageImpl.java: ActiveMQServerLogger.LOGGER.error(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/impl/journal/LargeServerMessageImpl.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/impl/journal/AbstractJournalStorageManager.java: logger.info("There is no queue with ID " + statusEncoding.queueID + ", deleting record " + statusEncoding.getId()); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/impl/journal/AbstractJournalStorageManager.java: logger.warn("Invalid record type " + rec, new Exception("invalid record type " + rec)); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/impl/journal/AbstractJournalStorageManager.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/remoting/server/impl/RemotingServiceImpl.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyAcceptor.java: logger.warn("failed to send notification", e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/remoting/impl/invm/InVMAcceptor.java: logger.warn("failed to send notification", e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/replication/ReplicationManager.java: logger.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/protocol/core/ServerSessionPacketHandler.java: ActiveMQServerLogger.LOGGER.warn("Sending unexpected exception to the client", t); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/cursor/PagedReferenceImpl.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/cursor/PagedReferenceImpl.java: ActiveMQServerLogger.LOGGER.warn(e.getMessage(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/cursor/impl/PageSubscriptionImpl.java: ActiveMQServerLogger.LOGGER.warn("Error while deleting page-complete-record", e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/cursor/impl/PageSubscriptionImpl.java: ActiveMQServerLogger.LOGGER.warn("Error while deleting page-complete-record", e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/cursor/impl/PageCursorProviderImpl.java: ActiveMQServerLogger.LOGGER.warn("Error while cleaning paging on queue " + sub.getQueue().getName(), e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/cursor/impl/PageCursorProviderImpl.java: ActiveMQServerLogger.LOGGER.warn("Error while cleaning page, during the commit", e); ./artemis-server/src/main/java/org/apache/activemq/artemis/core/transaction/impl/TransactionImpl.java: ActiveMQServerLogger.LOGGER.warn(e); ./artemis-core-client/src/main/java/org/apache/activemq/artemis/utils/VersionLoader.java: ActiveMQClientLogger.LOGGER.warn(e.getMessage(), e); ./artemis-core-client/src/main/java/org/apache/activemq/artemis/utils/VersionLoader.java: ActiveMQClientLogger.LOGGER.error(e.getMessage(), e); ./artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/UDPBroadcastEndpointFactory.java: ActiveMQClientLogger.LOGGER.warn(this + " getting exception when receiving broadcasting.", e); ./artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/UDPBroadcastEndpointFactory.java: ActiveMQClientLogger.LOGGER.warn(t); ./artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/UDPBroadcastEndpointFactory.java: ActiveMQClientLogger.LOGGER.warn(t.getMessage(), t); ./artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/client/ActiveMQClient.java: ActiveMQClientLogger.LOGGER.warn("Couldn't finish the client globalThreadPool in less than 10 seconds, interrupting it now"); ./artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/client/ActiveMQClient.java: ActiveMQClientLogger.LOGGER.warn("Couldn't finish the client scheduled in less than 10 seconds, interrupting it now"); ./artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyConnection.java: ActiveMQClientLogger.LOGGER.warn(logOnly.getMessage(), logOnly); ./artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyConnection.java: ActiveMQClientLogger.LOGGER.warn(e.getMessage(), e); ./artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/NettyConnector.java: ActiveMQClientLogger.LOGGER.error("Cannot resolve host", e); ./artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/RemotingConnectionImpl.java: ActiveMQClientLogger.LOGGER.warn(e.getMessage(), e); ./artemis-core-client/src/main/java/org/apache/activemq/artemis/core/cluster/DiscoveryGroup.java: ActiveMQClientLogger.LOGGER.warn("Unexpected null data received from DiscoveryEndpoint"); ./artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/impl/ClientSessionFactoryImpl.java: ActiveMQClientLogger.LOGGER.warn(e.getMessage(), e); ./artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/impl/ClientSessionFactoryImpl.java: logger.warn(t.getMessage(), t); ./artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/impl/ClientConsumerImpl.java: ActiveMQClientLogger.LOGGER.warn("problem cleaning up: " + this); ./artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/impl/ClientConsumerImpl.java: ActiveMQClientLogger.LOGGER.warn(e.getMessage(), e); ./artemis-jms-server/src/main/java/org/apache/activemq/artemis/jms/bridge/impl/JMSBridgeImpl.java: ActiveMQJMSBridgeLogger.LOGGER.warn(e.getMessage() + ", retrying TX", e); ./artemis-commons/src/main/java/org/apache/activemq/artemis/utils/ByteUtil.java: logger.warn(e.getMessage(), e); ./artemis-commons/src/main/java/org/apache/activemq/artemis/utils/OrderedExecutorFactory.java: logger.warn(t.getMessage(), t); ./artemis-commons/src/main/java/org/apache/activemq/artemis/utils/FileUtil.java: logger.warn("Could not list files to clean up in: " + directory.getAbsolutePath()); ./artemis-commons/src/main/java/org/apache/activemq/artemis/utils/FileUtil.java: logger.warn("Failed to clean up file: " + f.getAbsolutePath()); ./artemis-journal/src/main/java/org/apache/activemq/artemis/core/journal/impl/JournalImpl.java: logger.error("appendAddRecord::" + e, e); ./artemis-journal/src/main/java/org/apache/activemq/artemis/core/journal/impl/JournalImpl.java: logger.error("appendUpdateRecord:" + e, e); ./artemis-journal/src/main/java/org/apache/activemq/artemis/core/journal/impl/JournalImpl.java: logger.error("appendDeleteRecord:" + e, e); ./artemis-journal/src/main/java/org/apache/activemq/artemis/core/journal/impl/JournalImpl.java: logger.error("appendAddRecordTransactional:" + e, e); ./artemis-journal/src/main/java/org/apache/activemq/artemis/core/journal/impl/JournalImpl.java: logger.error("appendUpdateRecordTransactional:" + e.getMessage(), e ); ./artemis-journal/src/main/java/org/apache/activemq/artemis/core/journal/impl/JournalImpl.java: logger.error("appendDeleteRecordTransactional:" + e, e); ./artemis-journal/src/main/java/org/apache/activemq/artemis/core/journal/impl/JournalImpl.java: logger.error("appendPrepareRecord:" + e, e); ./artemis-journal/src/main/java/org/apache/activemq/artemis/core/journal/impl/JournalImpl.java: logger.error("appendCommitRecord:" + e, e); ./artemis-journal/src/main/java/org/apache/activemq/artemis/core/journal/impl/JournalImpl.java: logger.error("appendRollbackRecord:" + e, e); ./artemis-journal/src/main/java/org/apache/activemq/artemis/core/journal/impl/JournalImpl.java: ActiveMQJournalLogger.LOGGER.warn(e.getMessage(), e); ./artemis-journal/src/main/java/org/apache/activemq/artemis/core/journal/impl/JournalFilesRepository.java: ActiveMQJournalLogger.LOGGER.info(debugFiles()); ./artemis-journal/src/main/java/org/apache/activemq/artemis/core/journal/impl/JournalFilesRepository.java: ActiveMQJournalLogger.LOGGER.info(debugFiles()); ./artemis-journal/src/main/java/org/apache/activemq/artemis/core/journal/impl/JournalFilesRepository.java: ActiveMQJournalLogger.LOGGER.info(debugFiles()); ./artemis-journal/src/main/java/org/apache/activemq/artemis/core/journal/impl/JournalFilesRepository.java: ActiveMQJournalLogger.LOGGER.info(debugFiles()); ./artemis-journal/src/main/java/org/apache/activemq/artemis/core/io/buffer/TimedBuffer.java: ActiveMQJournalLogger.LOGGER.warn(e.getMessage() + ", disabling sleep on TimedBuffer, using spin now", e); ./artemis-journal/src/main/java/org/apache/activemq/artemis/core/io/aio/AIOSequentialFile.java: ActiveMQJournalLogger.LOGGER.warn(e.getMessage(), e); ./artemis-journal/src/main/java/org/apache/activemq/artemis/core/io/aio/AIOSequentialFileFactory.java: ActiveMQJournalLogger.LOGGER.warn(e.getMessage(), e); ./artemis-journal/src/main/java/org/apache/activemq/artemis/core/io/mapped/MappedSequentialFile.java: ActiveMQJournalLogger.LOGGER.warn("ignoring maxIO and useExecutor unsupported parameters!"); ./artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/tools/XmlDataImporter.java: ActiveMQServerLogger.LOGGER.info("JMS connection factory " + name + " cacheLargeMessagesClient: " + cacheLargeMessagesClient); ./artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/tools/XmlDataImporter.java: ActiveMQServerLogger.LOGGER.error("Problem creating " + name); ./artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/tools/XmlDataImporter.java: ActiveMQServerLogger.LOGGER.error("Problem creating " + name); ./artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/tools/XmlDataExporter.java: ActiveMQServerLogger.LOGGER.info("Found JMS connection factory: " + cf.getName()); ./artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/tools/XmlDataExporter.java: ActiveMQServerLogger.LOGGER.info("Found JMS destination: " + destination.getName()); ./artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/tools/XmlDataExporter.java: ActiveMQServerLogger.LOGGER.info("Found JMS JNDI binding data for " + jndi.getType() + " " + jndi.getName() + ": " + builder.toString()); ./artemis-native/src/main/java/org/apache/activemq/artemis/jlibaio/LibaioContext.java: NativeLogger.LOGGER.error(e);