Interface jtsI18NLogger


@MessageLogger(projectCode="ARJUNA") public interface jtsI18NLogger
i18n log messages for the jts module.
Author:
Jonathan Halliday (jonathan.halliday@redhat.com) 2010-06
  • Method Details

    • info_arjuna_recovery_ExpiredAssumedCompleteScanner_3

      @Message(id=22003, value="Removing old assumed complete transaction {0}", format=MESSAGE_FORMAT) @LogMessage(level=INFO) void info_arjuna_recovery_ExpiredAssumedCompleteScanner_3(Uid arg0)
    • fatal_ORBManager

      @Message(id=22006, value="The ORB has not been initialized yet", format=MESSAGE_FORMAT) @LogMessage(level=FATAL) void fatal_ORBManager()
    • warn_context_genfail

      @Message(id=22008, value="{0} caught exception", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_context_genfail(String arg0, @Cause Throwable arg1)
    • warn_context_orbnotsupported

      @Message(id=22009, value="{0} does not support ORB: {1}", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_context_orbnotsupported(String arg0, String arg1)
    • get_context_picreffail

      @Message(id=22010, value="Failed when getting a reference to PICurrent.", format=MESSAGE_FORMAT) String get_context_picreffail()
    • warn_cwabort

      @Message(id=22011, value="Failed to cancel transaction", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_cwabort(@Cause Throwable arg0)
    • warn_cwcommit

      @Message(id=22012, value="Failed to mark transaction as rollback only", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_cwcommit(@Cause Throwable arg0)
    • warn_interposition_cwabort

      @Message(id=22013, value="Failed to cancel transaction", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_interposition_cwabort(@Cause Throwable arg0)
    • warn_interposition_fldefault

      @Message(id=22014, value="{0} - default already set!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_interposition_fldefault(String arg0)
    • warn_interposition_resources_arjuna_ipfail

      @Message(id=22015, value="{0} - could not find {1} to remove.", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_interposition_resources_arjuna_ipfail(String arg0, Uid arg1)
    • warn_interposition_resources_arjuna_ipnt

      @Message(id=22016, value="Nested transactions not identical.", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_interposition_resources_arjuna_ipnt()
    • warn_interposition_resources_arjuna_ipnull

      @Message(id=22017, value="Interposed hierarchy is null!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_interposition_resources_arjuna_ipnull()
    • warn_interposition_resources_arjuna_iptl

      @Message(id=22018, value="TopLevel transactions not identical: {0} {1}", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_interposition_resources_arjuna_iptl(Uid arg0, Uid arg1)
    • warn_interposition_resources_arjuna_nochild

      @Message(id=22019, value="{0} - error, no child found!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_interposition_resources_arjuna_nochild(String arg0)
    • warn_interposition_resources_arjuna_notchild

      @Message(id=22020, value="{0} - not my child!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_interposition_resources_arjuna_notchild(String arg0)
    • warn_interposition_resources_arjuna_problemhierarchy

      @Message(id=22021, value="hierarchy: {0}", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_interposition_resources_arjuna_problemhierarchy(String arg0)
    • warn_interposition_sfcaught

      @Message(id=22022, value="{0} for transaction {1} caught exception", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_interposition_sfcaught(String arg0, Uid arg1, @Cause Throwable arg2)
    • warn_interposition_sfnoparent

      @Message(id=22023, value="{0} - no parent transaction given!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_interposition_sfnoparent(String arg0)
    • warn_orbspecific_coordinator_generror

      @Message(id=22024, value="{0} caught exception", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_coordinator_generror(String arg0, @Cause Throwable arg1)
    • warn_orbspecific_coordinator_rbofail

      @Message(id=22025, value="{0} attempt to mark transaction {1} as rollback only threw exception", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_coordinator_rbofail(String arg0, Uid arg1, @Cause Throwable arg2)
    • warn_orbspecific_coordinator_rccreate

      @Message(id=22026, value="Creation of RecoveryCoordinator for {0} threw exception", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_coordinator_rccreate(Uid arg0, @Cause Throwable arg1)
    • get_orbspecific_coordinator_rcnotcreated

      @Message(id=22027, value="not created!", format=MESSAGE_FORMAT) String get_orbspecific_coordinator_rcnotcreated()
    • warn_orbspecific_coordinator_txrun

      @Message(id=22028, value="{0} called on still running transaction!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_coordinator_txrun(String arg0)
    • warn_orbspecific_coordinator_uidfail

      @Message(id=22029, value="{0} - could not get unique identifier of object.", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_coordinator_uidfail(String arg0)
    • warn_orbspecific_coordinator_zsync

      @Message(id=22030, value="{0} - none zero Synchronization list!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_coordinator_zsync(String arg0)
    • get_orbspecific_destroyfailed

      @Message(id=22031, value="could not destroy object:", format=MESSAGE_FORMAT) String get_orbspecific_destroyfailed()
    • warn_orbspecific_interposition_coordinator_generror

      @Message(id=22032, value="{0} caught exception", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_interposition_coordinator_generror(String arg0, @Cause Throwable arg1)
    • warn_orbspecific_interposition_coordinator_syncerror

      @Message(id=22033, value="{0} - synchronizations have not been called!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_interposition_coordinator_syncerror(String arg0)
    • warn_orbspecific_interposition_coordinator_txnotprepared

      @Message(id=22034, value="{0} - transaction not in prepared state: {1}", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_interposition_coordinator_txnotprepared(String arg0, String arg1)
    • warn_orbspecific_interposition_destfailed

      @Message(id=22035, value="{0} could not destroy object", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_interposition_destfailed(String arg0, @Cause Throwable arg1)
    • warn_orbspecific_interposition_resources_arjuna_childerror

      @Message(id=22036, value="Could not remove child {0} from {1}", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_interposition_resources_arjuna_childerror(Uid arg0, Uid arg1)
    • warn_orbspecific_interposition_resources_arjuna_generror

      @Message(id=22037, value="{0} caught exception", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_interposition_resources_arjuna_generror(String arg0, @Cause Throwable arg1)
    • warn_orbspecific_interposition_resources_arjuna_generror_2

      @Message(id=22038, value="{0} caught exception", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_interposition_resources_arjuna_generror_2(String arg0, @Cause Throwable arg1)
    • warn_orbspecific_interposition_resources_arjuna_ipfailed

      @Message(id=22039, value="{0} - could not register interposed hierarchy!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_interposition_resources_arjuna_ipfailed(String arg0)
    • warn_orbspecific_interposition_resources_arjuna_ipfailed_2

      @Message(id=22040, value="{0} - could not register interposed hierarchy!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_interposition_resources_arjuna_ipfailed_2(String arg0)
    • warn_orbspecific_interposition_resources_arjuna_nocoord

      @Message(id=22041, value="{0} - no coordinator to use!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_interposition_resources_arjuna_nocoord(String arg0)
    • warn_orbspecific_interposition_resources_arjuna_notx

      @Message(id=22042, value="{0} - no transaction!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_interposition_resources_arjuna_notx(String arg0)
    • warn_orbspecific_interposition_resources_arjuna_nullcontrol_1

      @Message(id=22043, value="{0} - attempt to commit with null control!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_interposition_resources_arjuna_nullcontrol_1(String arg0)
    • warn_orbspecific_interposition_resources_arjuna_nullcontrol_2

      @Message(id=22044, value="{0} - attempt to rollback transaction will null control!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_interposition_resources_arjuna_nullcontrol_2(String arg0)
    • warn_orbspecific_interposition_resources_arjuna_nullcoord

      @Message(id=22045, value="{0} - could not register as no Coordinator has been given!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_interposition_resources_arjuna_nullcoord(String arg0)
    • warn_orbspecific_interposition_resources_destroyfailed

      @Message(id=22046, value="Failed to destroy server-side synchronization object!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_interposition_resources_destroyfailed()
    • get_orbspecific_interposition_resources_restricted_contx_1

      @Message(id=22047, value="Concurrent children found for restricted interposition!", format=MESSAGE_FORMAT) String get_orbspecific_interposition_resources_restricted_contx_1()
    • get_orbspecific_interposition_resources_restricted_contx_4

      @Message(id=22048, value="{0} Concurrent children found for restricted interposition!", format=MESSAGE_FORMAT) String get_orbspecific_interposition_resources_restricted_contx_4(String arg0)
    • warn_orbspecific_interposition_resources_restricted_contxfound_1

      @Message(id=22049, value="{0} - found concurrent ({1}) transactions!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_interposition_resources_restricted_contxfound_1(String arg0, String arg1)
    • warn_orbspecific_interposition_resources_restricted_contxfound_3

      @Message(id=22050, value="{0} - found concurrent ({1}) transactions!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_interposition_resources_restricted_contxfound_3(String arg0, String arg1)
    • warn_orbspecific_interposition_resources_stateerror

      @Message(id=22051, value="{0} status of transaction is different from our status: <{1}, {2}>", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_interposition_resources_stateerror(String arg0, String arg1, String arg2)
    • warn_orbspecific_interposition_resources_strict_ipfailed

      @Message(id=22052, value="{0} - could not register interposed hierarchy!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_interposition_resources_strict_ipfailed(String arg0)
    • warn_orbspecific_interposition_resources_strict_iptlfailed

      @Message(id=22053, value="{0} - could not register interposed hierarchy!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_interposition_resources_strict_iptlfailed(String arg0)
    • get_orbspecific_invaliduid

      @Message(id=22054, value="Invalid Uid:", format=MESSAGE_FORMAT) String get_orbspecific_invaliduid()
    • warn_orbspecific_recoverycoordinators_ClientForwardInterceptor_2

      @Message(id=22069, value="Failed to retreive the Object reference of the default RecoverCoordinator Object.", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_recoverycoordinators_ClientForwardInterceptor_2(@Cause Throwable arg0)
    • warn_orbspecific_recoverycoordinators_ClientForwardInterceptor_4

      @Message(id=22071, value="Failed to build service context with the ObjectId", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_recoverycoordinators_ClientForwardInterceptor_4(@Cause Throwable arg0)
    • warn_orbspecific_recoverycoordinators_ClientInitializer_1

      @Message(id=22072, value="Failed in ClientInitializer::post_init -", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_recoverycoordinators_ClientInitializer_1(@Cause Throwable arg0)
    • warn_orbspecific_recoverycoordinators_RCDefaultServant_3

      @Message(id=22075, value="{0}.replay_completion got exception", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_recoverycoordinators_RCDefaultServant_3(String arg0, @Cause Throwable arg1)
    • warn_orbspecific_recoverycoordinators_RCManager_2

      @Message(id=22077, value="RCManager.makeRC did not make rcvco reference", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_recoverycoordinators_RCManager_2(@Cause Throwable arg0)
    • warn_orbspecific_recoverycoordinators_RCManager_3

      @Message(id=22078, value="RCManager could not find file in object store.", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_recoverycoordinators_RCManager_3()
    • warn_orbspecific_recoverycoordinators_RCManager_4

      @Message(id=22079, value="RCManager could not find file in object store during setup.", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_recoverycoordinators_RCManager_4()
    • warn_orbspecific_recoverycoordinators_RCManager_5

      @Message(id=22080, value="Unexpected exception during IOR setup", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_recoverycoordinators_RCManager_5(@Cause Throwable arg0)
    • warn_orbspecific_recoverycoordinators_RCServiceInit_1

      @Message(id=22081, value="Failed to create poa for recoverycoordinators", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_recoverycoordinators_RCServiceInit_1(@Cause Throwable arg0)
    • warn_orbspecific_recoverycoordinators_RCServiceInit_3

      @Message(id=22083, value="{0} - Failed to start RC service", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_recoverycoordinators_RCServiceInit_3(String arg0, @Cause Throwable arg1)
    • fatal_orbspecific_recoverycoordinators_RCServiceInit_5

      @Message(id=22085, value="Unable to create file ObjectId - security problems", format=MESSAGE_FORMAT) @LogMessage(level=FATAL) void fatal_orbspecific_recoverycoordinators_RCServiceInit_5()
    • info_orbspecific_recoverycoordinators_RCServiceInit_6a

      @Message(id=22087, value="RecoveryServer using existing ORB", format=MESSAGE_FORMAT) @LogMessage(level=INFO) void info_orbspecific_recoverycoordinators_RCServiceInit_6a()
    • warn_orbspecific_recoverycoordinators_RCServiceInit_8

      @Message(id=22089, value="RootPOA is null. Initialization failed. Check no conflicting or duplicate service is running.", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_recoverycoordinators_RCServiceInit_8()
    • warn_orbspecific_recoverycoordinators_ServerInitializer_1

      @Message(id=22091, value="Failed in ServerInitializer::post_init -", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_recoverycoordinators_ServerInitializer_1(@Cause Throwable arg0)
    • get_orbspecific_javaidl_interceptors_context_codeccreate

      @Message(id=22093, value="Cannot create a codec of the required encoding.", format=MESSAGE_FORMAT) String get_orbspecific_javaidl_interceptors_context_codeccreate()
    • warn_orbspecific_javaidl_interceptors_context_codecerror

      @Message(id=22094, value="{0} - a failure occured when getting {1} codec - unknown encoding.", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_javaidl_interceptors_context_codecerror(String arg0, String arg1, @Cause Throwable arg2)
    • warn_orbspecific_javaidl_interceptors_context_duplicatename

      @Message(id=22095, value="{0} - duplicate interceptor name for {1} when registering", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_javaidl_interceptors_context_duplicatename(String arg0, String arg1, @Cause Throwable arg2)
    • warn_orbspecific_javaidl_interceptors_context_error

      @Message(id=22096, value="Context interceptor caught an unexpected exception", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_javaidl_interceptors_context_error(@Cause Throwable arg0)
    • get_orbspecific_javaidl_interceptors_context_invalidparam

      @Message(id=22097, value="Invalid portable interceptor transaction parameter!", format=MESSAGE_FORMAT) String get_orbspecific_javaidl_interceptors_context_invalidparam()
    • get_orbspecific_javaidl_interceptors_context_sie

      @Message(id=22098, value="A server-side request interceptor already exists with that name.", format=MESSAGE_FORMAT) String get_orbspecific_javaidl_interceptors_context_sie()
    • warn_orbspecific_javaidl_interceptors_context_srie

      @Message(id=22099, value="{0} caught an unexpected exception", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_javaidl_interceptors_context_srie(String arg0, @Cause Throwable arg1)
    • get_orbspecific_javaidl_interceptors_interposition_codeccreate

      @Message(id=22100, value="Cannot create a codec of the required encoding.", format=MESSAGE_FORMAT) String get_orbspecific_javaidl_interceptors_interposition_codeccreate()
    • warn_orbspecific_javaidl_interceptors_interposition_codecerror

      @Message(id=22101, value="{0} - a failure occured when getting {1} codec - unknown encoding.", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_javaidl_interceptors_interposition_codecerror(String arg0, String arg1, @Cause Throwable arg2)
    • warn_orbspecific_javaidl_interceptors_interposition_duplicatename

      @Message(id=22102, value="{0} - duplicate interceptor name for {1} when registering", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_javaidl_interceptors_interposition_duplicatename(String arg0, String arg1, @Cause Throwable arg2)
    • get_orbspecific_javaidl_interceptors_interposition_invalidparam

      @Message(id=22103, value="Invalid portable interceptor transaction parameter!", format=MESSAGE_FORMAT) String get_orbspecific_javaidl_interceptors_interposition_invalidparam()
    • get_orbspecific_javaidl_interceptors_interposition_sie

      @Message(id=22104, value="A server-side request interceptor already exists with that name.", format=MESSAGE_FORMAT) String get_orbspecific_javaidl_interceptors_interposition_sie()
    • warn_orbspecific_javaidl_interceptors_interposition_srie

      @Message(id=22105, value="{0} caught an unexpected exception", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_javaidl_interceptors_interposition_srie(String arg0, @Cause Throwable arg1)
    • get_orbspecific_otiderror

      @Message(id=22106, value="is not a valid unique identifier!", format=MESSAGE_FORMAT) String get_orbspecific_otiderror()
    • warn_orbspecific_tficaught

      @Message(id=22107, value="{0} for {1} caught exception", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_tficaught(String arg0, Uid arg1, @Cause Throwable arg2)
    • warn_orbspecific_tidyfail

      @Message(id=22108, value="{0} attempt to clean up failed with exception", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_tidyfail(String arg0, @Cause Throwable arg1)
    • warn_otsservererror

      @Message(id=22109, value="Resolution of OTS server failed", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_otsservererror(@Cause Throwable arg0)
    • warn_otsserverfailed

      @Message(id=22110, value="Resolution of OTS server failed - invalid name", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_otsserverfailed(@Cause Throwable arg0)
    • info_recovery_ExpiredContactScanner_3

      @Message(id=22113, value="Removing old contact item {0}", format=MESSAGE_FORMAT) @LogMessage(level=INFO) void info_recovery_ExpiredContactScanner_3(Uid arg0)
    • warn_recovery_RecoveryEnablement_1

      @Message(id=22116, value="Could not locate supported ORB for RecoveryCoordinator initialisation.", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_RecoveryEnablement_1()
    • warn_recovery_RecoveryEnablement_6

      @Message(id=22121, value="The Recovery Service Initialisation failed", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_RecoveryEnablement_6()
    • fatal_recovery_RecoveryInit_4

      @Message(id=22125, value="RecoveryCoordinator service can only be provided in RecoveryManager", format=MESSAGE_FORMAT) @LogMessage(level=FATAL) void fatal_recovery_RecoveryInit_4()
    • warn_recovery_contact_FactoryContactItem_1

      @Message(id=22127, value="Problem with storing process/factory link", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_contact_FactoryContactItem_1(@Cause Throwable arg0)
    • warn_recovery_contact_FactoryContactItem_2

      @Message(id=22128, value="Attempted to read FactoryContactItem of different version", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_contact_FactoryContactItem_2()
    • warn_recovery_contact_FactoryContactItem_3

      @Message(id=22129, value="Stored IOR is not an ArjunaFactory", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_contact_FactoryContactItem_3()
    • warn_recovery_contact_FactoryContactItem_4

      @Message(id=22130, value="Problem with restoring process/factory link", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_contact_FactoryContactItem_4(@Cause Throwable arg0)
    • warn_recovery_contact_FactoryContactItem_5

      @Message(id=22131, value="Problem with restoring process/factory link", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_contact_FactoryContactItem_5()
    • warn_recovery_contact_FactoryContactItem_6

      @Message(id=22132, value="Problem with storing process/factory link", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_contact_FactoryContactItem_6()
    • warn_recovery_contact_FactoryContactItem_7

      @Message(id=22133, value="Problem with removing contact item", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_contact_FactoryContactItem_7(@Cause Throwable arg0)
    • warn_recovery_contact_StatusChecker_10

      @Message(id=22138, value="NoTransaction exception on trying to contact original process", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_contact_StatusChecker_10()
    • warn_recovery_contact_StatusChecker_11

      @Message(id=22139, value="CORBA exception on trying to contact original process", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_contact_StatusChecker_11(@Cause Throwable arg0)
    • warn_recovery_contact_StatusChecker_12

      @Message(id=22140, value="Exception on trying to contact original process", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_contact_StatusChecker_12(@Cause Throwable arg0)
    • warn_recovery_contact_StatusChecker_14

      @Message(id=22142, value="no known contactitem for {0}", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_contact_StatusChecker_14(Uid arg0)
    • warn_recovery_contact_StatusChecker_15

      @Message(id=22143, value="surprise item in StatusChecker list for {0}", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_contact_StatusChecker_15(Uid arg0, @Cause Throwable arg1)
    • warn_recovery_contact_StatusChecker_3

      @Message(id=22145, value="StatusChecked.getStatus - found intentions list for apparently unknown transaction: {0}", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_contact_StatusChecker_3(Uid arg0)
    • warn_recovery_contact_StatusChecker_9

      @Message(id=22151, value="BAD_PARAM exception on trying to contact original process", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_contact_StatusChecker_9()
    • warn_recovery_rcnull

      @Message(id=22152, value="{0} - being passed a null reference. Will ignore!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_rcnull(String arg0)
    • warn_recovery_recoverycoordinators_GenericRecoveryCreator_1

      @Message(id=22156, value="GenericRecoveryCreator: Missing params to create", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_recoverycoordinators_GenericRecoveryCreator_1()
    • warn_recovery_recoverycoordinators_RecoveryCoordinatorId_2

      @Message(id=22158, value="System exception when creating RecoveryCoordinator object key", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_recoverycoordinators_RecoveryCoordinatorId_2(@Cause Throwable arg0)
    • warn_recovery_recoverycoordinators_RecoveryCoordinatorId_3

      @Message(id=22159, value="RecoveryCoordinatorId could not decode data {0}", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_recoverycoordinators_RecoveryCoordinatorId_3(String arg0)
    • warn_recovery_recoveryinit_1

      @Message(id=22161, value="Failure recovery not supported for this ORB.", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_recoveryinit_1()
    • warn_recovery_transactions_RecoveredServerTransaction_10

      @Message(id=22167, value="Got TRANSIENT from ORB for tx {0}, unable determine status, will retry later", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_transactions_RecoveredServerTransaction_10(Uid arg0)
    • warn_recovery_transactions_RecoveredServerTransaction_12

      @Message(id=22169, value="RecoveredServerTransaction: caught NotPrepared", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_transactions_RecoveredServerTransaction_12()
    • warn_recovery_transactions_RecoveredServerTransaction_13

      @Message(id=22170, value="RecoveredServerTransaction: caught unexpected exception", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_transactions_RecoveredServerTransaction_13(@Cause Throwable arg0)
    • warn_recovery_transactions_RecoveredServerTransaction_14

      @Message(id=22171, value="RecoveredServerTransaction: {0} is invalid", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_transactions_RecoveredServerTransaction_14(Uid arg0)
    • warn_recovery_transactions_RecoveredServerTransaction_2

      @Message(id=22175, value="RecoveredServerTransaction - activate of {0} failed!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_transactions_RecoveredServerTransaction_2(Uid arg0)
    • info_recovery_transactions_RecoveredServerTransaction_6

      @Message(id=22178, value="ServerTransaction {0} unable determine status - retry later", format=MESSAGE_FORMAT) @LogMessage(level=INFO) void info_recovery_transactions_RecoveredServerTransaction_6(Uid arg0)
    • warn_recovery_transactions_RecoveredServerTransaction_7

      @Message(id=22179, value="RecoveredServerTransaction.replayPhase2: unexpected Status: {0}", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_transactions_RecoveredServerTransaction_7(String arg0)
    • warn_recovery_transactions_RecoveredTransaction_2

      @Message(id=22183, value="RecoveredTransaction activate of {0} failed", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_transactions_RecoveredTransaction_2(Uid arg0)
    • warn_recovery_transactions_RecoveredTransaction_3

      @Message(id=22184, value="RecoveredTransaction activate of {0} failed", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_transactions_RecoveredTransaction_3(Uid arg0, @Cause Throwable arg1)
    • warn_recovery_transactions_RecoveredTransaction_6

      @Message(id=22186, value="RecoveredTransaction.replayPhase2 for {0} failed", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_transactions_RecoveredTransaction_6(String arg0)
    • warn_recovery_transactions_RecoveredTransaction_8

      @Message(id=22188, value="RecoveredTransaction.removeOldStoreEntry - problem", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_transactions_RecoveredTransaction_8(@Cause Throwable arg0)
    • info_recovery_transactions_ServerTransactionRecoveryModule_3

      @Message(id=22190, value="ServerTransactionRecoveryModule - First Pass", format=MESSAGE_FORMAT) @LogMessage(level=INFO) void info_recovery_transactions_ServerTransactionRecoveryModule_3()
    • info_recovery_transactions_ServerTransactionRecoveryModule_4

      @Message(id=22191, value="ServerTransactionRecoveryModule - Second Pass", format=MESSAGE_FORMAT) @LogMessage(level=INFO) void info_recovery_transactions_ServerTransactionRecoveryModule_4()
    • info_recovery_transactions_ServerTransactionRecoveryModule_5

      @Message(id=22192, value="ServerTransactionRecoveryModule - Transaction {0} still in ActionStore", format=MESSAGE_FORMAT) @LogMessage(level=INFO) void info_recovery_transactions_ServerTransactionRecoveryModule_5(Uid arg0)
    • info_recovery_transactions_TopLevelTransactionRecoveryModule_3

      @Message(id=22199, value="TopLevelTransactionRecoveryModule First Pass", format=MESSAGE_FORMAT) @LogMessage(level=INFO) void info_recovery_transactions_TopLevelTransactionRecoveryModule_3()
    • info_recovery_transactions_TopLevelTransactionRecoveryModule_4

      @Message(id=22200, value="TopLevelTransactionRecoveryModule Second Pass", format=MESSAGE_FORMAT) @LogMessage(level=INFO) void info_recovery_transactions_TopLevelTransactionRecoveryModule_4()
    • warn_recovery_transactions_TransactionCacheItem_2

      @Message(id=22202, value="TransactionCacheItem.loadTransaction - unknown type: {0}", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_transactions_TransactionCacheItem_2(String arg0)
    • info_recovery_transactions_TransactionCache_4

      @Message(id=22206, value="Transaction {0} assumed complete - will not poll any more", format=MESSAGE_FORMAT) @LogMessage(level=INFO) void info_recovery_transactions_TransactionCache_4(Uid arg0)
    • info_recovery_transactions_TransactionCache_5

      @Message(id=22207, value="Transaction {0} recovery completed", format=MESSAGE_FORMAT) @LogMessage(level=INFO) void info_recovery_transactions_TransactionCache_5(Uid arg0)
    • info_recovery_transactions_TransactionRecoveryModule_11

      @Message(id=22213, value="TransactionRecoveryModule.periodicWorkFirstPass()", format=MESSAGE_FORMAT) @LogMessage(level=INFO) void info_recovery_transactions_TransactionRecoveryModule_11()
    • info_recovery_transactions_TransactionRecoveryModule_12

      @Message(id=22214, value="TransactionRecoveryModule.periodicWorkSecondPass()", format=MESSAGE_FORMAT) @LogMessage(level=INFO) void info_recovery_transactions_TransactionRecoveryModule_12()
    • warn_recovery_transactions_TransactionRecoveryModule_2

      @Message(id=22215, value="TransactionRecoveryModule: transaction type not set", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_transactions_TransactionRecoveryModule_2()
    • warn_recovery_transactions_TransactionRecoveryModule_4

      @Message(id=22217, value="TransactionRecoveryModule: Object store exception", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recovery_transactions_TransactionRecoveryModule_4(@Cause Throwable arg0)
    • info_recovery_transactions_TransactionRecoveryModule_6

      @Message(id=22219, value="Transaction {0} still in ActionStore", format=MESSAGE_FORMAT) @LogMessage(level=INFO) void info_recovery_transactions_TransactionRecoveryModule_6(Uid arg0)
    • warn_resources_errgenerr

      @Message(id=22223, value="{0} caught exception", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_resources_errgenerr(String arg0, @Cause Throwable arg1)
    • warn_resources_errnoparent

      @Message(id=22224, value="{0} - no parent!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_resources_errnoparent(String arg0)
    • warn_resources_errnores

      @Message(id=22225, value="{0} called without a resource reference!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_resources_errnores(String arg0)
    • warn_resources_errsavefail

      @Message(id=22226, value="{0} failed. Returning default value: {1}", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_resources_errsavefail(String arg0, String arg1)
    • warn_resources_errsetvalue

      @Message(id=22227, value="{0} called illegally!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_resources_errsetvalue(String arg0)
    • warn_resources_errtypefail

      @Message(id=22228, value="{0} failed. Returning default value: {1}", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_resources_errtypefail(String arg0, String arg1)
    • warn_resources_noparent

      @Message(id=22229, value="{0} has no parent transaction!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_resources_noparent(Uid arg0)
    • warn_resources_rrcaught

      @Message(id=22230, value="{0} caught exception", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_resources_rrcaught(String arg0, @Cause Throwable arg1)
    • warn_resources_rrillegalvalue

      @Message(id=22231, value="{0} called illegally.", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_resources_rrillegalvalue(String arg0)
    • warn_resources_rrinvalid

      @Message(id=22232, value="{0} called without a resource!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_resources_rrinvalid(String arg0)
    • warn_eicaughtexception

      @Message(id=22233, value="{0} caught unexpected exception", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_eicaughtexception(String arg0, @Cause Throwable arg1)
    • warn_excalledagain

      @Message(id=22234, value="{0} called multiple times.", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_excalledagain(String arg0)
    • warn_extensions_abortfail

      @Message(id=22235, value="Could not rollback transaction {0}", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_extensions_abortfail(String arg0)
    • warn_extensions_abortfailnoexist

      @Message(id=22236, value="Could not rollback transaction {0} as it does not exist!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_extensions_abortfailnoexist(String arg0)
    • warn_extensions_atcannotabort

      @Message(id=22237, value="{0} - cannot rollback {1}", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_extensions_atcannotabort(String arg0, String arg1)
    • warn_extensions_atgenerror

      @Message(id=22239, value="{0} caught unexpected exception", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_extensions_atgenerror(String arg0, @Cause Throwable arg1)
    • warn_extensions_atnovalidtx

      @Message(id=22240, value="{0} - no transaction!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_extensions_atnovalidtx(String arg0)
    • warn_extensions_atoutofseq

      @Message(id=22241, value="{0} - terminated out of sequence {1}", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_extensions_atoutofseq(String arg0, String arg1)
    • warn_extensions_atscope

      @Message(id=22242, value="{0} - running atomic transaction going out of scope. Will roll back. {1}", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_extensions_atscope(String arg0, Uid arg1)
    • warn_extensions_atunavailable

      @Message(id=22243, value="{0} - transaction unavailable.", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_extensions_atunavailable(String arg0)
    • warn_extensions_atwillabort

      @Message(id=22244, value="Will roll back. Current transaction is {0}", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_extensions_atwillabort(String arg0)
    • warn_extensions_namefail

      @Message(id=22245, value="Cannot determine transaction name!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_extensions_namefail(@Cause Throwable arg0)
    • warn_extensions_threadasserror

      @Message(id=22246, value="{0} caught exception", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_extensions_threadasserror(String arg0, @Cause Throwable arg1)
    • warn_extensions_tltnestedscope

      @Message(id=22247, value="Top-level transaction going out of scope with nested transaction {0} still set.", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_extensions_tltnestedscope(String arg0)
    • warn_exunregfail

      @Message(id=22248, value="{0} - could not unregister from transaction!", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_exunregfail(String arg0)
    • warn_thread_resumefailed

      @Message(id=22249, value="{0} - could not resume transaction", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_thread_resumefailed(String arg0, @Cause Throwable arg1)
    • get_thread_resumefailederror

      @Message(id=22250, value="could not resume transaction:", format=MESSAGE_FORMAT) String get_thread_resumefailederror()
    • info_utils_ORBSetup_orbalreadyset

      @Message(id=22251, value="The ORBManager is already associated with an ORB/OA.", format=MESSAGE_FORMAT) @LogMessage(level=INFO) void info_utils_ORBSetup_orbalreadyset()
    • warn_recoveredServerTransaction_removeOldStoreEntry

      @Message(id=22252, value="Failed to remove old ObjectStore entry", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_recoveredServerTransaction_removeOldStoreEntry(@Cause Throwable arg0)
    • get_orbspecific_javaidl_interceptors_context_cie

      @Message(id=22255, value="A client-side request interceptor already exists with that name.", format=MESSAGE_FORMAT) String get_orbspecific_javaidl_interceptors_context_cie()
    • get_orbspecific_javaidl_interceptors_interposition_cie

      @Message(id=22256, value="A client-side request interceptor already exists with that name.", format=MESSAGE_FORMAT) String get_orbspecific_javaidl_interceptors_interposition_cie()
    • warn_orbspecific_coordinator_ipunknown

      @Message(id=22257, value="{0} - unknown interposition type: {1}", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_orbspecific_coordinator_ipunknown(String arg0, String arg1)
    • get_transaction_was_inactive

      @Message(id=22258, value="Transaction was inactive", format=MESSAGE_FORMAT) String get_transaction_was_inactive()
    • warn_1pc_commit_one

      @Message(id=22259, value="ExtendedResourceRecord detected that the remote side had cleaned up, assuming 1PC resource", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_1pc_commit_one()
    • debug_orbspecific_interposition_resources_arjuna_generror

      @Message(id=22260, value="{0} caught exception", format=MESSAGE_FORMAT) @LogMessage(level=DEBUG) void debug_orbspecific_interposition_resources_arjuna_generror(String arg0, @Cause Throwable arg1)
    • warn_server_top_level_action_inactive

      @Message(id=22261, value="ServerTopLevelAction detected that the transaction was inactive", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_server_top_level_action_inactive()
    • get_nodename_null

      @Message(id=22262, value="The node identifier cannot be null", format=MESSAGE_FORMAT) String get_nodename_null()
    • info_rollback_aborted_transaction

      @Message(id=22263, value="rollback for {0} was already rolled back", format=MESSAGE_FORMAT) @LogMessage(level=INFO) void info_rollback_aborted_transaction(String arg0)
    • info_fail_to_read_subordinate_uid

      @Message(id=22264, value="cannot read subordinate uid from object store {0} on input object state {1}", format=MESSAGE_FORMAT) @LogMessage(level=INFO) void info_fail_to_read_subordinate_uid(RecoveryStore recstore, InputObjectState states, @Cause Exception e)
    • info_fail_to_dorecover

      @Message(id=22265, value="failure on processing doRecover for xid {0} and parent node name {1}", format=MESSAGE_FORMAT) @LogMessage(level=INFO) void info_fail_to_dorecover(Xid xid, String parentNodeName, @Cause Exception e)
    • warn_resources_extresrecord_failed_to_commit

      @Message(id=22266, value="topLevelCommit of resource {0} failed", format=MESSAGE_FORMAT) @LogMessage(level=WARN) void warn_resources_extresrecord_failed_to_commit(Uid uid, @Cause Throwable arg1)