Error Reference

Look up Federation exceptions, error classes, and common failure scenarios with resolutions.

This reference lists Federation-related exceptions, error classes, and common failure scenarios.

Exception Hierarchy

All RTFS exceptions extend ArtifactoryFederationException.

FieldTypeDescription
internalMessageStringDetailed message for internal logs
publicMessageStringUser-facing message returned via API
statusintHTTP status code (varies by exception type)

Common RTFS Exception Classes

Federation operations throw these exception classes for common failure types.

ExceptionCategoryDescription
SyncExceptionSyncGeneral synchronization failure
MembersManagementExceptionMember mgmtAdd/remove/update member errors
MemberStateExceptionMember mgmtMember state transition error
FederationPrioritizationExceptionPriorityPriority configuration or limit error
TokenExchangeExceptionAuthenticationFailure exchanging master token
BinariesTasksExceptionInfrastructureBinary task processing failure
MasterTokenNotFoundExceptionAuthenticationMaster token not found during authentication
JpdResolveExceptionInfrastructureFailure resolving JPD address

Common Error Scenarios

Use the following scenarios to troubleshoot common Federation errors.

ScenarioLikely exceptionLikely causeSuggested resolution
Member unreachableSyncExceptionNetwork, DNS, firewallValidate connectivity and member URL reachability
Priority limit exceededFederationPrioritizationExceptionToo many HIGH/URGENT repositoriesReduce prioritized repositories or tune limits
Full Sync stuckSyncExceptionLarge repository or slow I/OCheck Full Sync phase, monitor queue health, tune Full Sync settings
JPD resolution failureJpdResolveExceptionIncorrect JPD address or DNSVerify JPD URLs and DNS resolution
Token exchange failedTokenExchangeExceptionStale or invalid trust/token setupRe-establish trust, refresh tokens
Mirror not foundHeartbeat MIRROR_NOT_FOUNDMissing remote repositoryVerify remote repository exists and key matches
Version conflictHeartbeat VERSION_CONFLICTIncompatible member versionsAlign versions or verify multi-version compatibility

Related Topics


Did this page help you?