Interface Log

  • All Superinterfaces:
    org.jboss.logging.BasicLogger
    All Known Implementing Classes:
    Log_$logger

    @MessageLogger(projectCode="WFTXN",
                   length=4)
    public interface Log
    extends org.jboss.logging.BasicLogger
    Log messages.
    • Field Detail

      • log

        static final Log log
    • Method Detail

      • subordinateXaResource

        @Message("Subordinate XAResource at %s")
        String subordinateXaResource​(URI location)
      • failedToAddXAResourceToRegistry

        @Message("Failed to add XAResource %s with Xid %s pointing to location %s to XAResourceRegistry")
        String failedToAddXAResourceToRegistry​(XAResource xaResource,
                                               Xid xid,
                                               URI location)
      • serviceConfigurationFailed

        @LogMessage(level=DEBUG)
        @Message("Failed to configure a remote transaction service provider")
        void serviceConfigurationFailed​(@Cause
                                        ServiceConfigurationError e)
      • recoverySuppressedException

        @LogMessage(level=DEBUG)
        @Message("Closing the recovery stream after recovery failed threw an exception")
        void recoverySuppressedException​(@Cause
                                         XAException e)
      • inboundException

        @LogMessage(level=TRACE)
        @Message("Got exception on inbound message")
        void inboundException​(@Cause
                              Throwable e)
      • outboundException

        @LogMessage(level=TRACE)
        @Message("Got exception on outbound message")
        void outboundException​(@Cause
                               Throwable e)
      • doRecoverFailureOnIntialization

        @LogMessage(level=TRACE)
        @Message("Failure on running doRecover during initialization")
        void doRecoverFailureOnIntialization​(@Cause
                                             Throwable e)
      • xaResourceRecoveryFileCreated

        @LogMessage(level=TRACE)
        @Message("Created xa resource recovery file: %s")
        void xaResourceRecoveryFileCreated​(Path path)
      • xaResourceRecoveryFileDeleted

        @LogMessage(level=TRACE)
        @Message("Deleted xa resource recovery file: %s")
        void xaResourceRecoveryFileDeleted​(Path path)
      • xaResourceRecoveryRegistryReloaded

        @LogMessage(level=TRACE)
        @Message("Reloaded xa resource recovery registry file: %s")
        void xaResourceRecoveryRegistryReloaded​(Path filePath)
      • xaResourceAddedToRecoveryRegistry

        @LogMessage(level=TRACE)
        @Message("Added resource (%s) to xa resource recovery registry %s")
        void xaResourceAddedToRecoveryRegistry​(URI uri,
                                               Path filePath)
      • xaResourceRecoveredFromRecoveryRegistry

        @LogMessage(level=TRACE)
        @Message("Recovered in doubt xa resource (%s) from xa resource recovery registry %s")
        void xaResourceRecoveredFromRecoveryRegistry​(URI uri,
                                                     Path filePath)
      • unknownXidToBeRemovedFromTheKnownTransactionInstances

        @LogMessage(level=TRACE)
        @Message("Unknown xid %s to be removed from the instances known to the wfly txn client")
        void unknownXidToBeRemovedFromTheKnownTransactionInstances​(Xid xid)
      • noTransaction

        @Message(id=0,
                 value="No transaction associated with the current thread")
        IllegalStateException noTransaction()
      • nestedNotSupported

        @Message(id=1,
                 value="A transaction is already in progress")
        NotSupportedException nestedNotSupported()
      • invalidTransactionLocationUri

        @Message(id=3,
                 value="Invalid transaction location URI (must be absolute): %s")
        IllegalArgumentException invalidTransactionLocationUri​(URI uri)
      • noProviderForUri

        @Message(id=4,
                 value="No transaction provider installed for URI: %s")
        IllegalArgumentException noProviderForUri​(URI uri)
      • transactionNotAssociatedWithThisProvider

        @Message(id=5,
                 value="Transaction not associated with this provider")
        InvalidTransactionException transactionNotAssociatedWithThisProvider()
      • negativeTxnTimeout

        @Message(id=6,
                 value="Negative transaction timeout provided")
        SystemException negativeTxnTimeout()
      • alreadyAssociated

        @Message(id=7,
                 value="A transaction is already associated with the current thread")
        IllegalStateException alreadyAssociated()
      • registerSynchRemoteTransaction

        @Message(id=8,
                 value="Cannot register a synchronization on a remote transaction")
        UnsupportedOperationException registerSynchRemoteTransaction()
      • enlistDelistRemoteTransaction

        @Message(id=9,
                 value="Cannot enlist or delist resources on a remote transaction")
        UnsupportedOperationException enlistDelistRemoteTransaction()
      • failedToReceive

        @Message(id=10,
                 value="Failed to receive protocol message from remote peer")
        SystemException failedToReceive​(@Cause
                                        IOException e)
      • failedToSend

        @Message(id=11,
                 value="Failed to send protocol message to remote peer")
        SystemException failedToSend​(@Cause
                                     Exception e)
      • peerSystemException

        @Message(id=12,
                 value="The peer threw a SystemException; see peer logs for more information")
        SystemException peerSystemException()
      • peerSecurityException

        @Message(id=13,
                 value="The peer threw a SecurityException; see peer logs for more information")
        SecurityException peerSecurityException()
      • protocolError

        @Message(id=14,
                 value="An unexpected protocol error occurred")
        SystemException protocolError()
      • operationInterrupted

        @Message(id=15,
                 value="The protocol operation was interrupted locally")
        SystemException operationInterrupted()
      • transactionRolledBackByPeer

        @Message(id=16,
                 value="The remote peer rolled back the transaction")
        RollbackException transactionRolledBackByPeer()
      • rollbackOnlyRollback

        @Message(id=17,
                 value="Rollback-only transaction rolled back")
        RollbackException rollbackOnlyRollback()
      • invalidTxnState

        @Message(id=18,
                 value="Invalid transaction state")
        IllegalStateException invalidTxnState()
      • peerHeuristicMixedException

        @Message(id=19,
                 value="The peer threw a HeuristicMixedException; see peer logs for more information")
        HeuristicMixedException peerHeuristicMixedException()
      • peerHeuristicRollbackException

        @Message(id=20,
                 value="The peer threw a HeuristicRollbackException; see peer logs for more information")
        HeuristicRollbackException peerHeuristicRollbackException()
      • failedToAcquireConnection

        @Message(id=21,
                 value="Failed to acquire a connection for this operation")
        SystemException failedToAcquireConnection​(@Cause
                                                  IOException reason)
      • duplicateEnlistment

        @Message(id=22,
                 value="The resource manager for remote connection to %s was already enlisted in a transaction")
        XAException duplicateEnlistment​(@Field
                                        int errorCode,
                                        URI uri)
      • duplicateTransaction

        @Message(id=24,
                 value="Duplicate transaction encountered for destination %s, transaction ID %s")
        XAException duplicateTransaction​(@Field
                                         int errorCode,
                                         URI uri,
                                         Xid xid)
      • failedToReceiveXA

        @Message(id=25,
                 value="Failed to receive protocol message from remote peer")
        XAException failedToReceiveXA​(@Cause
                                      IOException e,
                                      @Field
                                      int errorCode)
      • failedToSendXA

        @Message(id=26,
                 value="Failed to send protocol message to remote peer")
        XAException failedToSendXA​(@Cause
                                   Exception e,
                                   @Field
                                   int errorCode)
      • operationInterruptedXA

        @Message(id=27,
                 value="The protocol operation was interrupted locally")
        XAException operationInterruptedXA​(@Field
                                           int errorCode)
      • protocolErrorXA

        @Message(id=28,
                 value="An unexpected protocol error occurred")
        XAException protocolErrorXA​(@Field
                                    int errorCode)
      • peerXaException

        @Message(id=29,
                 value="The peer threw an XA exception")
        XAException peerXaException​(@Field
                                    int errorCode)
      • invalidHandleType

        @Message(id=30,
                 value="Invalid handle type; expected %s, actually received %s")
        IllegalArgumentException invalidHandleType​(Class<?> expected,
                                                   Class<?> actual)
      • commitOnImported

        @Message(id=31,
                 value="Commit not allowed on imported transaction")
        SystemException commitOnImported()
      • rollbackOnImported

        @Message(id=32,
                 value="Rollback not allowed on imported transaction")
        SystemException rollbackOnImported()
      • multipleProvidersRegistered

        @Message(id=33,
                 value="Multiple remote transaction providers registered on endpoint: %s")
        IllegalStateException multipleProvidersRegistered​(org.jboss.remoting3.Endpoint e)
      • failedToAcquireConnectionXA

        @Message(id=34,
                 value="Failed to acquire a connection for this operation")
        XAException failedToAcquireConnectionXA​(@Cause
                                                Throwable e,
                                                @Field
                                                int errorCode)
      • invalidHandleTypeRequested

        @Message(id=35,
                 value="Invalid handle type requested; expected a subtype of Transaction (non-inclusive), got %s")
        IllegalArgumentException invalidHandleTypeRequested​(Class<?> type)
      • interruptedXA

        @Message(id=36,
                 value="Transaction operation failed due to thread interruption")
        XAException interruptedXA​(@Field
                                  int errorCode)
      • noTransactionProvider

        @Message(id=37,
                 value="No transaction provider associated with the current thread")
        IllegalStateException noTransactionProvider()
      • noLocalTransactionProvider

        @Message(id=38,
                 value="No local transaction provider associated with the current thread")
        IllegalStateException noLocalTransactionProvider()
      • nullTransaction

        @Message(id=39,
                 value="Invalid null transaction")
        NullPointerException nullTransaction()
      • rollbackFailed

        @LogMessage(level=DEBUG)
        @Message(id=40,
                 value="Rollback failed unexpectedly")
        void rollbackFailed​(@Cause
                            Throwable e)
      • noProviderInterface

        @Message(id=41,
                 value="No provider interface matching %s is available from the transaction provider")
        IllegalStateException noProviderInterface​(Class<?> clazz)
      • connectionFailed

        @Message(id=42,
                 value="Connection to remote transaction service failed")
        SystemException connectionFailed​(@Cause
                                         Throwable cause)
      • connectionInterrupted

        @Message(id=43,
                 value="Connection to remote transaction service interrupted")
        SystemException connectionInterrupted()
      • unknownResponse

        @Message(id=44,
                 value="Unknown response received from peer")
        SystemException unknownResponse()
      • responseFailed

        @Message(id=45,
                 value="Failed to receive a response from peer")
        SystemException responseFailed​(@Cause
                                       IOException cause)
      • peerIllegalStateException

        @Message(id=46,
                 value="The peer threw an IllegalStateException; see peer logs for more information")
        IllegalStateException peerIllegalStateException()
      • unknownResponseXa

        @Message(id=47,
                 value="Unknown XA response received from peer")
        XAException unknownResponseXa​(@Field
                                      int errorCode)
      • responseFailedXa

        @Message(id=48,
                 value="Failed to receive an XA response from peer")
        XAException responseFailedXa​(@Cause
                                     IOException cause,
                                     @Field
                                     int errorCode)
      • negativeTxnTimeoutXa

        @Message(id=49,
                 value="Negative transaction timeout provided")
        XAException negativeTxnTimeoutXa​(@Field
                                         int errorCode)
      • unrecognizedParameter

        @Message(id=50,
                 value="Unrecognized parameter with ID 0x%02x received")
        XAException unrecognizedParameter​(@Field
                                          int errorCode,
                                          int id)
      • expectedParameter

        @Message(id=51,
                 value="Expected parameter with ID 0x%02x, got parameter with ID 0x%02x instead")
        SystemException expectedParameter​(int expected,
                                          int actual)
      • expectedParameterXa

        @Message(id=52,
                 value="Expected parameter with ID 0x%02x, got parameter with ID 0x%02x instead")
        XAException expectedParameterXa​(@Field
                                        int errorCode,
                                        int expected,
                                        int actual)
      • onePhaseUserTransaction

        @Message(id=55,
                 value="Two-phase operation on single-phase transaction")
        XAException onePhaseUserTransaction​(@Field
                                            int errorCode)
      • unknownProvider

        @Message(id=56,
                 value="Unknown provider for remote transactions with URI scheme \"%s\"")
        IllegalArgumentException unknownProvider​(String scheme)
      • outflowAcrossTransactionManagers

        @Message(id=57,
                 value="Attempted to outflow the same transaction from two different transaction managers")
        SystemException outflowAcrossTransactionManagers()
      • alreadyEnlisted

        @Message(id=58,
                 value="This delayed enlistment handle was already enlisted")
        IllegalStateException alreadyEnlisted()
      • alreadyForgotten

        @Message(id=59,
                 value="This delayed enlistment handle was already forgotten")
        IllegalStateException alreadyForgotten()
      • transactionTimedOut

        @Message(id=60,
                 value="Transaction timed out")
        XAException transactionTimedOut​(@Field
                                        int errorCode)
      • markedRollbackOnly

        @Message(id=61,
                 value="Transaction is marked rollback-only")
        RollbackException markedRollbackOnly()
      • providerCreatedNullTransaction

        @Message(id=63,
                 value="Provider created a null transaction")
        IllegalStateException providerCreatedNullTransaction()
      • invalidConnectionEndpoint

        @Message(id=64,
                 value="Invalid connection endpoint provided")
        IllegalArgumentException invalidConnectionEndpoint()
      • noTransactionForId

        @Message(id=65,
                 value="No transaction for ID %d")
        SystemException noTransactionForId​(int id)
      • rollbackOnlyFailed

        @Message(id=66,
                 value="Failed to set transaction as rollback-only")
        XAException rollbackOnlyFailed​(@Field
                                       int errorCode,
                                       @Cause
                                       SystemException e)
      • notActiveXA

        @Message(id=67,
                 value="Transaction is not active")
        XAException notActiveXA​(@Field
                                int errorCode)
      • couldNotEnlist

        @Message(id=68,
                 value="Subordinate enlistment failed for unknown reason")
        SystemException couldNotEnlist()
      • invalidTransactionConnection

        @Message(id=69,
                 value="Connection does not match the transaction; the connection may have closed")
        InvalidTransactionException invalidTransactionConnection()
      • noTransactionXa

        @Message(id=70,
                 value="No such transaction")
        XAException noTransactionXa​(@Field
                                    int errorCode)
      • unexpectedFailure

        @Message(id=71,
                 value="An unexpected failure condition occurred")
        IllegalStateException unexpectedFailure​(@Cause
                                                Throwable e)
      • noLocalTransactionProviderNodeName

        @Message(id=72,
                 value="No local transaction provider node name specified in the transaction manager environment")
        IllegalStateException noLocalTransactionProviderNodeName()
      • unexpectedProviderTransactionMismatch

        @Message(id=73,
                 value="Unexpected provider transaction mismatch; expected %s, got %s")
        IllegalStateException unexpectedProviderTransactionMismatch​(Transaction expected,
                                                                    Transaction actual)
      • rollbackXa

        @Message(id=76,
                 value="Transaction rolled back")
        XAException rollbackXa​(@Field
                               int errorCode,
                               @Cause
                               RollbackException cause)
      • resourceManagerErrorXa

        @Message(id=79,
                 value="An unexpected resource manager error occurred")
        XAException resourceManagerErrorXa​(@Field
                                           int errorCode,
                                           @Cause
                                           Throwable cause)
      • notImportedXa

        @Message(id=80,
                 value="Operation not allowed on non-imported transaction")
        XAException notImportedXa​(@Field
                                  int errorCode)
      • invalidTxStateXa

        @Message(id=81,
                 value="Invalid transaction state for operation")
        XAException invalidTxStateXa​(@Field
                                     int errorCode)
      • suspendedCannotCreateNew

        @Message(id=82,
                 value="Cannot import a new transaction on a suspended server")
        SystemException suspendedCannotCreateNew()
      • suspendedCannotImportXa

        @Message(id=83,
                 value="Cannot import a new transaction on a suspended server")
        XAException suspendedCannotImportXa​(@Field
                                            int errorCode)
      • forbiddenContextForUserTransaction

        @Message(id=84,
                 value="UserTransaction access is forbidden in the current context")
        IllegalStateException forbiddenContextForUserTransaction()
      • unexpectedException

        @Message(id=85,
                 value="Operation failed with an unexpected exception type")
        SystemException unexpectedException​(@Cause
                                            Exception e)
      • unknownTransactionType

        @Message(id=86,
                 value="Unexpected transaction type encountered; expected %s but encountered %s")
        IllegalStateException unknownTransactionType​(Class<?> expectedType,
                                                     Class<?> actualType)
      • unknownTransactionManagerType

        @Message(id=87,
                 value="Unknown transaction manager type %s")
        IllegalArgumentException unknownTransactionManagerType​(Class<?> actualType)
      • setTimeoutFailed

        @Message(id=89,
                 value="Failed to configure transaction timeout of %d")
        SystemException setTimeoutFailed​(int timeout,
                                         @Cause
                                         XAException e)
      • locationAlreadyInitialized

        @Message(id=90,
                 value="Cannot assign location \"%s\" to transaction because it is already located at \"%s\"")
        IllegalStateException locationAlreadyInitialized​(URI newLocation,
                                                         URI oldLocation)
      • createXAResourceRecoveryFileFailed

        @Message(id=91,
                 value="Failed to create xa resource recovery file: %s")
        SystemException createXAResourceRecoveryFileFailed​(Path filePath,
                                                           @Cause
                                                           IOException e)
      • appendXAResourceRecoveryFileFailed

        @Message(id=92,
                 value="Failed to append xa resource (%s) to xa recovery file: %s")
        SystemException appendXAResourceRecoveryFileFailed​(URI uri,
                                                           Path filePath,
                                                           @Cause
                                                           IOException e)
      • deleteXAResourceRecoveryFileFailed

        @Message(id=93,
                 value="Failed to delete xa recovery registry file %s on removal of %s")
        XAException deleteXAResourceRecoveryFileFailed​(@Field
                                                       int errorCode,
                                                       Path filePath,
                                                       XAResource resource,
                                                       @Cause
                                                       IOException e)
      • readXAResourceRecoveryFileFailed

        @Message(id=94,
                 value="Failed to read xa resource recovery file %s")
        IOException readXAResourceRecoveryFileFailed​(Path filePath,
                                                     @Cause
                                                     IOException e)
      • readURIFromXAResourceRecoveryFileFailed

        @Message(id=95,
                 value="Failed to read URI \'%s\' from xa resource recovery file %s")
        IOException readURIFromXAResourceRecoveryFileFailed​(String uriString,
                                                            Path filePath,
                                                            @Cause
                                                            URISyntaxException e)
      • unexpectedExceptionOnXAResourceRecovery

        @Message(id=96,
                 value="Unexpected exception on XA recovery")
        IllegalStateException unexpectedExceptionOnXAResourceRecovery​(@Cause
                                                                      IOException e)
      • cannotEnlistToTimeOutTransaction

        @Message(id=97,
                 value="Cannot enlist XA resource \'%s\' to transaction \'%s\' as timeout already elapsed")
        SystemException cannotEnlistToTimeOutTransaction​(XAResource xaRes,
                                                         Transaction transaction)
      • listXAResourceRecoveryFilesNull

        @LogMessage(level=WARN)
        @Message(id=98,
                 value="Unknown I/O error when listing xa resource recovery files in %s (File.list() returned null)")
        void listXAResourceRecoveryFilesNull​(File dir)
      • cannotRemoveImportedTransaction

        @LogMessage(level=WARN)
        @Message(id=99,
                 value="Error while removing imported transaction of xid %s from the underlying transaction manager")
        void cannotRemoveImportedTransaction​(Xid xid,
                                             @Cause
                                             XAException e)
      • failToConvertHexadecimalFormatToSimpleXid

        @Message(id=100,
                 value="String \'%s\' has a wrong format to be decoded to SimpleXid. Expected the hexadecimal format separated by \'%s\' to exactly three parts.")
        IllegalStateException failToConvertHexadecimalFormatToSimpleXid​(String stringToConvert,
                                                                        String separator)
      • readXidFromXAResourceRecoveryFileFailed

        @Message(id=101,
                 value="Failed to read Xid \'%s\' from xa resource recovery file %s")
        IOException readXidFromXAResourceRecoveryFileFailed​(String xidString,
                                                            Path filePath,
                                                            @Cause
                                                            Exception e)